Skip to content

Commit 11dd8ee

Browse files
committed
Remove Jupyter image building
1 parent 000ede1 commit 11dd8ee

File tree

2 files changed

+0
-47
lines changed

2 files changed

+0
-47
lines changed

.github/workflows/master_only.yaml

Lines changed: 0 additions & 36 deletions
This file was deleted.

Makefile

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,9 @@ build-docker: build-ci-docker
9494
push-ci-docker:
9595
docker push $(REGISTRY)/feast-ci:$(VERSION)
9696

97-
push-jupyter-docker:
98-
docker push $(REGISTRY)/feast-jupyter:$(VERSION)
99-
10097
build-ci-docker:
10198
docker build -t $(REGISTRY)/feast-ci:$(VERSION) -f infra/docker/ci/Dockerfile .
10299

103-
build-jupyter-docker:
104-
docker build -t $(REGISTRY)/feast-jupyter:$(VERSION) -f infra/docker/jupyter/Dockerfile .
105-
106100
build-local-test-docker:
107101
docker build -t feast:local -f infra/docker/tests/Dockerfile .
108102

@@ -143,8 +137,3 @@ build-html: clean-html
143137
$(MAKE) compile-protos-python
144138
cd $(ROOT_DIR)/sdk/python/docs && $(MAKE) html
145139
cp -r $(ROOT_DIR)/sdk/python/docs/html/* $(ROOT_DIR)/dist/python
146-
147-
# Performance
148-
149-
test-load:
150-
./infra/scripts/test-load.sh $(GIT_SHA)

0 commit comments

Comments
 (0)