From 6342599d48a675c6762d1ffa80613a5920c67fa5 Mon Sep 17 00:00:00 2001 From: Koen van der Veen Date: Mon, 18 Nov 2024 10:56:48 +0000 Subject: [PATCH] cleanup --- .github/workflows/pr-tests-stack.yml | 12 +++++------- notebooks/api/0.8/14-container-images.ipynb | 2 +- tox.ini | 2 +- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/.github/workflows/pr-tests-stack.yml b/.github/workflows/pr-tests-stack.yml index b69f03794f8..1a32f644ced 100644 --- a/.github/workflows/pr-tests-stack.yml +++ b/.github/workflows/pr-tests-stack.yml @@ -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: diff --git a/notebooks/api/0.8/14-container-images.ipynb b/notebooks/api/0.8/14-container-images.ipynb index 628d5912c03..306cc8cf546 100644 --- a/notebooks/api/0.8/14-container-images.ipynb +++ b/notebooks/api/0.8/14-container-images.ipynb @@ -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\"" ] }, { diff --git a/tox.ini b/tox.ini index 420c93275a3..575f28b0231 100644 --- a/tox.ini +++ b/tox.ini @@ -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"