Skip to content

Commit

Permalink
🔨CI: disable uv caching (ITISFoundation#6636)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg authored Oct 29, 2024
1 parent 6db71c1 commit f5f61b1
Showing 1 changed file with 42 additions and 42 deletions.
84 changes: 42 additions & 42 deletions .github/workflows/ci-testing-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
enable-cache: true
enable-cache: false
cache-dependency-glob: "**/web/server/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
Expand Down Expand Up @@ -386,7 +386,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
enable-cache: true
enable-cache: false
cache-dependency-glob: "**/web/server/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
Expand Down Expand Up @@ -431,7 +431,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
enable-cache: true
enable-cache: false
cache-dependency-glob: "**/web/server/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
Expand Down Expand Up @@ -476,7 +476,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
enable-cache: true
enable-cache: false
cache-dependency-glob: "**/storage/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
Expand Down Expand Up @@ -526,7 +526,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
enable-cache: true
enable-cache: false
cache-dependency-glob: "**/agent/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
Expand Down Expand Up @@ -574,7 +574,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
enable-cache: true
enable-cache: false
cache-dependency-glob: "**/api/tests/requirements.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
Expand Down Expand Up @@ -619,7 +619,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
enable-cache: true
enable-cache: false
cache-dependency-glob: "**/api-server/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
Expand Down Expand Up @@ -670,7 +670,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
enable-cache: true
enable-cache: false
cache-dependency-glob: "**/autoscaling/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
Expand Down Expand Up @@ -718,7 +718,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
enable-cache: true
enable-cache: false
cache-dependency-glob: "**/catalog/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
Expand Down Expand Up @@ -772,7 +772,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
enable-cache: true
enable-cache: false
cache-dependency-glob: "**/clusters-keeper/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
Expand Down Expand Up @@ -831,7 +831,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
enable-cache: true
enable-cache: false
cache-dependency-glob: "**/datcore-adapter/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
Expand Down Expand Up @@ -927,7 +927,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
enable-cache: true
enable-cache: false
cache-dependency-glob: "**/director-v2/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
Expand Down Expand Up @@ -981,7 +981,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
enable-cache: true
enable-cache: false
cache-dependency-glob: "**/aws-library/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
Expand Down Expand Up @@ -1029,7 +1029,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
enable-cache: true
enable-cache: false
cache-dependency-glob: "**/dask-task-models-library/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
Expand Down Expand Up @@ -1077,7 +1077,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
enable-cache: true
enable-cache: false
cache-dependency-glob: "**/dask-sidecar/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
Expand Down Expand Up @@ -1125,7 +1125,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
enable-cache: true
enable-cache: false
cache-dependency-glob: "**/osparc-gateway-server/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
Expand Down Expand Up @@ -1183,7 +1183,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
enable-cache: true
enable-cache: false
cache-dependency-glob: "**/payments/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
Expand Down Expand Up @@ -1231,7 +1231,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
enable-cache: true
enable-cache: false
cache-dependency-glob: "**/dynamic-scheduler/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
Expand Down Expand Up @@ -1279,7 +1279,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
enable-cache: true
enable-cache: false
cache-dependency-glob: "**/resource-usage-tracker/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
Expand Down Expand Up @@ -1337,7 +1337,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
enable-cache: true
enable-cache: false
cache-dependency-glob: "**/dynamic-sidecar/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
Expand Down Expand Up @@ -1385,7 +1385,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
enable-cache: true
enable-cache: false
cache-dependency-glob: "**/efs-guardian/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
Expand Down Expand Up @@ -1444,7 +1444,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
enable-cache: true
enable-cache: false
cache-dependency-glob: "**/ci/helpers/requirements.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
Expand Down Expand Up @@ -1479,7 +1479,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
enable-cache: true
enable-cache: false
cache-dependency-glob: "**/postgres-database/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
Expand Down Expand Up @@ -1527,7 +1527,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
enable-cache: true
enable-cache: false
cache-dependency-glob: "**/notifications-library/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
Expand Down Expand Up @@ -1575,7 +1575,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
enable-cache: true
enable-cache: false
cache-dependency-glob: "**/service-integration/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
Expand Down Expand Up @@ -1623,7 +1623,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
enable-cache: true
enable-cache: false
cache-dependency-glob: "**/service-library/requirements/ci*.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
Expand Down Expand Up @@ -1671,7 +1671,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
enable-cache: true
enable-cache: false
cache-dependency-glob: "**/settings-library/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
Expand Down Expand Up @@ -1719,7 +1719,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
enable-cache: true
enable-cache: false
cache-dependency-glob: "**/models-library/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
Expand Down Expand Up @@ -1770,7 +1770,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
enable-cache: true
enable-cache: false
cache-dependency-glob: "**/notifications-library/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
Expand Down Expand Up @@ -1820,7 +1820,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
enable-cache: true
enable-cache: false
cache-dependency-glob: "**/simcore-sdk/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
Expand Down Expand Up @@ -1928,7 +1928,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
enable-cache: true
enable-cache: false
cache-dependency-glob: "**/web/server/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
Expand Down Expand Up @@ -1991,7 +1991,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
enable-cache: true
enable-cache: false
cache-dependency-glob: "**/web/server/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
Expand Down Expand Up @@ -2054,7 +2054,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
enable-cache: true
enable-cache: false
cache-dependency-glob: "**/director-v2/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
Expand Down Expand Up @@ -2121,7 +2121,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
enable-cache: true
enable-cache: false
cache-dependency-glob: "**/director-v2/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
Expand Down Expand Up @@ -2186,7 +2186,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
enable-cache: true
enable-cache: false
cache-dependency-glob: "**/dynamic-sidecar/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
Expand Down Expand Up @@ -2250,7 +2250,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
enable-cache: true
enable-cache: false
cache-dependency-glob: "**/osparc-gateway-server/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
Expand Down Expand Up @@ -2327,7 +2327,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
enable-cache: true
enable-cache: false
cache-dependency-glob: "**/simcore-sdk/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
Expand Down Expand Up @@ -2414,7 +2414,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
enable-cache: true
enable-cache: false
cache-dependency-glob: "**/public-api/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
Expand Down Expand Up @@ -2474,7 +2474,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
enable-cache: true
enable-cache: false
cache-dependency-glob: "**/swarm-deploy/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
Expand Down Expand Up @@ -2545,7 +2545,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
enable-cache: true
enable-cache: false
cache-dependency-glob: "**/e2e/requirements/requirements.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
Expand Down Expand Up @@ -2608,7 +2608,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
enable-cache: true
enable-cache: false
cache-dependency-glob: "**/e2e-playwright/requirements/ci.txt"
- name: expose github runtime for buildx
uses: crazy-max/ghaction-github-runtime@v3
Expand Down Expand Up @@ -2670,7 +2670,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
version: "0.4.x"
enable-cache: true
enable-cache: false
cache-dependency-glob: "**/environment-setup/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
Expand Down

0 comments on commit f5f61b1

Please sign in to comment.