Skip to content

Commit

Permalink
Merge branch 'dev' into merge-0.9.1-to-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham3121 authored Sep 5, 2024
2 parents fddf99c + 82854b8 commit 40bd0bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ commands =
# Checking logs generated & startup of test-datasite 1
bash -c '(kubectl logs service/backend --context k3d-${DATASITE_CLUSTER_NAME} --namespace syft -f &) | grep -q "Application startup complete" || true'

bash -c "pytest -x --nbmake notebooks/api/0.8 -p no:randomly -k 'not 10-container-images.ipynb' -vvvv --nbmake-timeout=1000"
bash -c "pytest -x --nbmake notebooks/api/0.8 -p no:randomly -k 'not 14-container-images.ipynb' -vvvv --nbmake-timeout=1000"

# deleting clusters created
bash -c "CLUSTER_NAME=${DATASITE_CLUSTER_NAME} tox -e dev.k8s.destroy || true"
Expand Down Expand Up @@ -882,7 +882,7 @@ setenv =
ORCHESTRA_DEPLOYMENT_TYPE = {env:ORCHESTRA_DEPLOYMENT_TYPE:remote}
SERVER_PORT = {env:SERVER_PORT:8080}
SERVER_URL = {env:SERVER_URL:http://localhost}
EXCLUDE_NOTEBOOKS = {env:EXCLUDE_NOTEBOOKS:not 10-container-images.ipynb}
EXCLUDE_NOTEBOOKS = {env:EXCLUDE_NOTEBOOKS:not 14-container-images.ipynb}
SYFT_VERSION = {env:SYFT_VERSION:local}
EXTERNAL_REGISTRY = {env:EXTERNAL_REGISTRY:k3d-registry.localhost:5800}
; env vars for dev.k8s.start
Expand Down

0 comments on commit 40bd0bf

Please sign in to comment.