Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use per package cache #6623

Merged
merged 2 commits into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 42 additions & 42 deletions .github/workflows/ci-testing-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ jobs:
with:
version: "0.4.x"
enable-cache: true
cache-dependency-glob: ""
cache-dependency-glob: "**/web/server/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
- name: install webserver
Expand Down Expand Up @@ -387,7 +387,7 @@ jobs:
with:
version: "0.4.x"
enable-cache: true
cache-dependency-glob: ""
cache-dependency-glob: "**/web/server/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
- name: install webserver
Expand Down Expand Up @@ -432,7 +432,7 @@ jobs:
with:
version: "0.4.x"
enable-cache: true
cache-dependency-glob: ""
cache-dependency-glob: "**/web/server/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
- name: install webserver
Expand Down Expand Up @@ -477,7 +477,7 @@ jobs:
with:
version: "0.4.x"
enable-cache: true
cache-dependency-glob: ""
cache-dependency-glob: "**/storage/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
- name: install
Expand Down Expand Up @@ -527,7 +527,7 @@ jobs:
with:
version: "0.4.x"
enable-cache: true
cache-dependency-glob: ""
cache-dependency-glob: "**/agent/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
- name: install
Expand Down Expand Up @@ -575,7 +575,7 @@ jobs:
with:
version: "0.4.x"
enable-cache: true
cache-dependency-glob: ""
cache-dependency-glob: "api/requirements.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
- name: install api
Expand Down Expand Up @@ -620,7 +620,7 @@ jobs:
with:
version: "0.4.x"
enable-cache: true
cache-dependency-glob: ""
cache-dependency-glob: "**/api-server/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
- name: install
Expand Down Expand Up @@ -671,7 +671,7 @@ jobs:
with:
version: "0.4.x"
enable-cache: true
cache-dependency-glob: ""
cache-dependency-glob: "**/autoscaling/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
- name: install
Expand Down Expand Up @@ -719,7 +719,7 @@ jobs:
with:
version: "0.4.x"
enable-cache: true
cache-dependency-glob: ""
cache-dependency-glob: "**/catalog/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
- name: install
Expand Down Expand Up @@ -773,7 +773,7 @@ jobs:
with:
version: "0.4.x"
enable-cache: true
cache-dependency-glob: ""
cache-dependency-glob: "**/clusters-keeper/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
- name: install
Expand Down Expand Up @@ -832,7 +832,7 @@ jobs:
with:
version: "0.4.x"
enable-cache: true
cache-dependency-glob: ""
cache-dependency-glob: "**/datcore-adapter/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
- name: install
Expand Down Expand Up @@ -928,7 +928,7 @@ jobs:
with:
version: "0.4.x"
enable-cache: true
cache-dependency-glob: ""
cache-dependency-glob: "**/director-v2/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
- name: install
Expand Down Expand Up @@ -982,7 +982,7 @@ jobs:
with:
version: "0.4.x"
enable-cache: true
cache-dependency-glob: ""
cache-dependency-glob: "**/aws-library/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
- name: install
Expand Down Expand Up @@ -1030,7 +1030,7 @@ jobs:
with:
version: "0.4.x"
enable-cache: true
cache-dependency-glob: ""
cache-dependency-glob: "**/dastk-task-models-library/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
- name: install
Expand Down Expand Up @@ -1078,7 +1078,7 @@ jobs:
with:
version: "0.4.x"
enable-cache: true
cache-dependency-glob: ""
cache-dependency-glob: "**/dask-sidecar/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
- name: install
Expand Down Expand Up @@ -1126,7 +1126,7 @@ jobs:
with:
version: "0.4.x"
enable-cache: true
cache-dependency-glob: ""
cache-dependency-glob: "**/osparc-gateway-server/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
- name: install
Expand Down Expand Up @@ -1184,7 +1184,7 @@ jobs:
with:
version: "0.4.x"
enable-cache: true
cache-dependency-glob: ""
cache-dependency-glob: "**/payments/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
- name: install
Expand Down Expand Up @@ -1232,7 +1232,7 @@ jobs:
with:
version: "0.4.x"
enable-cache: true
cache-dependency-glob: ""
cache-dependency-glob: "**/dynamic-scheduler/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
- name: install
Expand Down Expand Up @@ -1280,7 +1280,7 @@ jobs:
with:
version: "0.4.x"
enable-cache: true
cache-dependency-glob: ""
cache-dependency-glob: "**/resource-usage-tracker/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
- name: install
Expand Down Expand Up @@ -1338,7 +1338,7 @@ jobs:
with:
version: "0.4.x"
enable-cache: true
cache-dependency-glob: ""
cache-dependency-glob: "**/dynamic-sidecar/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
- name: install
Expand Down Expand Up @@ -1386,7 +1386,7 @@ jobs:
with:
version: "0.4.x"
enable-cache: true
cache-dependency-glob: ""
cache-dependency-glob: "**/efs-guardian/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
- name: install
Expand Down Expand Up @@ -1445,7 +1445,7 @@ jobs:
with:
version: "0.4.x"
enable-cache: true
cache-dependency-glob: ""
cache-dependency-glob: "**/ci/helpers/requirements.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
- name: install
Expand Down Expand Up @@ -1480,7 +1480,7 @@ jobs:
with:
version: "0.4.x"
enable-cache: true
cache-dependency-glob: ""
cache-dependency-glob: "**/postgres-database/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
- name: install
Expand Down Expand Up @@ -1528,7 +1528,7 @@ jobs:
with:
version: "0.4.x"
enable-cache: true
cache-dependency-glob: ""
cache-dependency-glob: "**/notifications-library/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
- name: install
Expand Down Expand Up @@ -1576,7 +1576,7 @@ jobs:
with:
version: "0.4.x"
enable-cache: true
cache-dependency-glob: ""
cache-dependency-glob: "**/service-integration/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
- name: install
Expand Down Expand Up @@ -1624,7 +1624,7 @@ jobs:
with:
version: "0.4.x"
enable-cache: true
cache-dependency-glob: ""
cache-dependency-glob: "**/service-library/requirements/ci*.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
- name: install
Expand Down Expand Up @@ -1672,7 +1672,7 @@ jobs:
with:
version: "0.4.x"
enable-cache: true
cache-dependency-glob: ""
cache-dependency-glob: "**/settings-library/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
- name: install
Expand Down Expand Up @@ -1720,7 +1720,7 @@ jobs:
with:
version: "0.4.x"
enable-cache: true
cache-dependency-glob: ""
cache-dependency-glob: "**/models-library/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
- name: install
Expand Down Expand Up @@ -1771,7 +1771,7 @@ jobs:
with:
version: "0.4.x"
enable-cache: true
cache-dependency-glob: ""
cache-dependency-glob: "**/notifications-library/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
- name: install
Expand Down Expand Up @@ -1821,7 +1821,7 @@ jobs:
with:
version: "0.4.x"
enable-cache: true
cache-dependency-glob: ""
cache-dependency-glob: "**/simcore-sdk/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
- name: install
Expand Down Expand Up @@ -1929,7 +1929,7 @@ jobs:
with:
version: "0.4.x"
enable-cache: true
cache-dependency-glob: ""
cache-dependency-glob: "**/web/server/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
- name: install
Expand Down Expand Up @@ -1992,7 +1992,7 @@ jobs:
with:
version: "0.4.x"
enable-cache: true
cache-dependency-glob: ""
cache-dependency-glob: "**/web/server/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
- name: install
Expand Down Expand Up @@ -2055,7 +2055,7 @@ jobs:
with:
version: "0.4.x"
enable-cache: true
cache-dependency-glob: ""
cache-dependency-glob: "**/director-v2/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
- name: install
Expand Down Expand Up @@ -2122,7 +2122,7 @@ jobs:
with:
version: "0.4.x"
enable-cache: true
cache-dependency-glob: ""
cache-dependency-glob: "**/director-v2/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
- name: install
Expand Down Expand Up @@ -2187,7 +2187,7 @@ jobs:
with:
version: "0.4.x"
enable-cache: true
cache-dependency-glob: ""
cache-dependency-glob: "**/dynamic-sidecar/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
- name: install
Expand Down Expand Up @@ -2251,7 +2251,7 @@ jobs:
with:
version: "0.4.x"
enable-cache: true
cache-dependency-glob: ""
cache-dependency-glob: "**/osparc-gateway-server/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
- name: install
Expand Down Expand Up @@ -2328,7 +2328,7 @@ jobs:
with:
version: "0.4.x"
enable-cache: true
cache-dependency-glob: ""
cache-dependency-glob: "**/simcore-sdk/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
- name: install
Expand Down Expand Up @@ -2415,7 +2415,7 @@ jobs:
with:
version: "0.4.x"
enable-cache: true
cache-dependency-glob: ""
cache-dependency-glob: "**/public-api/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
- name: install
Expand Down Expand Up @@ -2475,7 +2475,7 @@ jobs:
with:
version: "0.4.x"
enable-cache: true
cache-dependency-glob: ""
cache-dependency-glob: "**/swarm-deploy/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
- name: install
Expand Down Expand Up @@ -2546,7 +2546,7 @@ jobs:
with:
version: "0.4.x"
enable-cache: true
cache-dependency-glob: ""
cache-dependency-glob: "**/e2e/requirements/requirements.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
- name: setup
Expand Down Expand Up @@ -2609,7 +2609,7 @@ jobs:
with:
version: "0.4.x"
enable-cache: true
cache-dependency-glob: ""
cache-dependency-glob: "**/e2e-playwright/requirements/ci.txt"
- name: expose github runtime for buildx
uses: crazy-max/ghaction-github-runtime@v3
- name: download docker images
Expand Down Expand Up @@ -2671,7 +2671,7 @@ jobs:
with:
version: "0.4.x"
enable-cache: true
cache-dependency-glob: ""
cache-dependency-glob: "**/environment-setup/requirements/ci.txt"
- name: show system version
run: ./ci/helpers/show_system_versions.bash
- name: install
Expand Down
1 change: 0 additions & 1 deletion ci/github/unit-testing/notifications-library.bash
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ set -o pipefail # don't hide errors within pipes
IFS=$'\n\t'

install() {
bash ci/helpers/ensure_python_pip.bash
make devenv
# shellcheck source=/dev/null
source .venv/bin/activate
Expand Down
3 changes: 1 addition & 2 deletions ci/github/unit-testing/python-linting.bash
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ install() {
make devenv
# shellcheck source=/dev/null
source .venv/bin/activate
bash ci/helpers/ensure_python_pip.bash
bash ci/helpers/install_pylint.bash
pip freeze
uv pip freeze
}

test() {
Expand Down
Loading