Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
koenvanderveen committed Nov 18, 2024
1 parent 699c6e7 commit 6342599
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/pr-tests-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,11 @@ jobs:
pip install uv==0.4.1 tox==4.18.0 tox-uv==1.11.2
uv --version
# - name: Run syft backend base image building test
# if: steps.changes.outputs.stack == 'true'
# timeout-minutes: 60
# run: |
# tox -e backend.test.basecpu
# run: |
# echo "Skipping pr image test"
- name: Run syft backend base image building test
if: steps.changes.outputs.stack == 'true'
timeout-minutes: 60
run: |
tox -e backend.test.basecpu
pr-tests-syft-integration:
strategy:
Expand Down
2 changes: 1 addition & 1 deletion notebooks/api/0.8/14-container-images.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
" if (bool(os.environ[\"DEV_MODE\"]) and running_as_container)\n",
" else sy.__version__\n",
")\n",
"syft_base_worker_tag = \"0.9.2-beta.7\""
"# syft_base_worker_tag = \"0.9.3-beta.2\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1530,7 +1530,7 @@ setenv =
CLUSTER_NAME = syft-migration-source
CLUSTER_HTTP_PORT = {env:SERVER_PORT:8080}
MIGRATION_DATA_DIR = {env:MIGRATION_DATA_DIR:{temp_dir}/migration}
LATEST_SYFT_VERSION = 0.9.1
LATEST_SYFT_VERSION = 0.9.2
commands =
bash -c "env; date; k3d version"
bash -c "k3d cluster delete ${CLUSTER_NAME} || true"
Expand Down

0 comments on commit 6342599

Please sign in to comment.