From 093f23adae7025c6be7750536ef82309d8ef53da Mon Sep 17 00:00:00 2001 From: sanderegg <35365065+sanderegg@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:24:04 +0100 Subject: [PATCH 1/5] done --- .github/workflows/ci-testing-deploy.yml | 168 ++++++++++++++++++------ 1 file changed, 126 insertions(+), 42 deletions(-) diff --git a/.github/workflows/ci-testing-deploy.yml b/.github/workflows/ci-testing-deploy.yml index 86633d0b3c8..0bf115634dc 100644 --- a/.github/workflows/ci-testing-deploy.yml +++ b/.github/workflows/ci-testing-deploy.yml @@ -333,11 +333,13 @@ jobs: python-version: ${{ matrix.python }} - name: install uv uses: yezz123/setup-uv@v4 + with: + uv-version: "0.4" - uses: actions/cache@v4 id: cache-uv with: path: ~/.cache/uv - key: ${{ runner.os }}-${{ github.job }}-python-${{ matrix.python }}-uv + key: ${{ runner.os }}-python-${{ matrix.python }}-uv - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install webserver @@ -385,11 +387,13 @@ jobs: python-version: ${{ matrix.python }} - name: install uv uses: yezz123/setup-uv@v4 + with: + uv-version: "0.4" - uses: actions/cache@v4 id: cache-uv with: path: ~/.cache/uv - key: ${{ runner.os }}-${{ github.job }}-python-${{ matrix.python }}-uv + key: ${{ runner.os }}-python-${{ matrix.python }}-uv - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install webserver @@ -431,11 +435,13 @@ jobs: python-version: ${{ matrix.python }} - name: install uv uses: yezz123/setup-uv@v4 + with: + uv-version: "0.4" - uses: actions/cache@v4 id: cache-uv with: path: ~/.cache/uv - key: ${{ runner.os }}-${{ github.job }}-python-${{ matrix.python }}-uv + key: ${{ runner.os }}-python-${{ matrix.python }}-uv - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install webserver @@ -477,11 +483,13 @@ jobs: python-version: ${{ matrix.python }} - name: install uv uses: yezz123/setup-uv@v4 + with: + uv-version: "0.4" - uses: actions/cache@v4 id: cache-uv with: path: ~/.cache/uv - key: ${{ runner.os }}-${{ github.job }}-python-${{ matrix.python }}-uv + key: ${{ runner.os }}-python-${{ matrix.python }}-uv - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -528,11 +536,13 @@ jobs: run: sudo ./ci/github/helpers/install_rclone.bash - name: install uv uses: yezz123/setup-uv@v4 + with: + uv-version: "0.4" - uses: actions/cache@v4 id: cache-uv with: path: ~/.cache/uv - key: ${{ runner.os }}-${{ github.job }}-python-${{ matrix.python }}-uv + key: ${{ runner.os }}-python-${{ matrix.python }}-uv - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -577,11 +587,13 @@ jobs: python-version: ${{ matrix.python }} - name: install uv uses: yezz123/setup-uv@v4 + with: + uv-version: "0.4" - uses: actions/cache@v4 id: cache-uv with: path: ~/.cache/uv - key: ${{ runner.os }}-${{ github.job }}-python-${{ matrix.python }}-uv + key: ${{ runner.os }}-python-${{ matrix.python }}-uv - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install api @@ -623,11 +635,13 @@ jobs: python-version: ${{ matrix.python }} - name: install uv uses: yezz123/setup-uv@v4 + with: + uv-version: "0.4" - uses: actions/cache@v4 id: cache-uv with: path: ~/.cache/uv - key: ${{ runner.os }}-${{ github.job }}-python-${{ matrix.python }}-uv + key: ${{ runner.os }}-python-${{ matrix.python }}-uv - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -675,11 +689,13 @@ jobs: python-version: ${{ matrix.python }} - name: install uv uses: yezz123/setup-uv@v4 + with: + uv-version: "0.4" - uses: actions/cache@v4 id: cache-uv with: path: ~/.cache/uv - key: ${{ runner.os }}-${{ github.job }}-python-${{ matrix.python }}-uv + key: ${{ runner.os }}-python-${{ matrix.python }}-uv - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -724,11 +740,13 @@ jobs: python-version: ${{ matrix.python }} - name: install uv uses: yezz123/setup-uv@v4 + with: + uv-version: "0.4" - uses: actions/cache@v4 id: cache-uv with: path: ~/.cache/uv - key: ${{ runner.os }}-${{ github.job }}-python-${{ matrix.python }}-uv + key: ${{ runner.os }}-python-${{ matrix.python }}-uv - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -779,11 +797,13 @@ jobs: python-version: ${{ matrix.python }} - name: install uv uses: yezz123/setup-uv@v4 + with: + uv-version: "0.4" - uses: actions/cache@v4 id: cache-uv with: path: ~/.cache/uv - key: ${{ runner.os }}-${{ github.job }}-python-${{ matrix.python }}-uv + key: ${{ runner.os }}-python-${{ matrix.python }}-uv - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -839,11 +859,13 @@ jobs: python-version: ${{ matrix.python }} - name: install uv uses: yezz123/setup-uv@v4 + with: + uv-version: "0.4" - uses: actions/cache@v4 id: cache-uv with: path: ~/.cache/uv - key: ${{ runner.os }}-${{ github.job }}-python-${{ matrix.python }}-uv + key: ${{ runner.os }}-python-${{ matrix.python }}-uv - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -936,11 +958,13 @@ jobs: python-version: ${{ matrix.python }} - name: install uv uses: yezz123/setup-uv@v4 + with: + uv-version: "0.4" - uses: actions/cache@v4 id: cache-uv with: path: ~/.cache/uv - key: ${{ runner.os }}-${{ github.job }}-python-${{ matrix.python }}-uv + key: ${{ runner.os }}-python-${{ matrix.python }}-uv - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -991,11 +1015,13 @@ jobs: python-version: ${{ matrix.python }} - name: install uv uses: yezz123/setup-uv@v4 + with: + uv-version: "0.4" - uses: actions/cache@v4 id: cache-uv with: path: ~/.cache/uv - key: ${{ runner.os }}-${{ github.job }}-python-${{ matrix.python }}-uv + key: ${{ runner.os }}-python-${{ matrix.python }}-uv - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1040,11 +1066,13 @@ jobs: python-version: ${{ matrix.python }} - name: install uv uses: yezz123/setup-uv@v4 + with: + uv-version: "0.4" - uses: actions/cache@v4 id: cache-uv with: path: ~/.cache/uv - key: ${{ runner.os }}-${{ github.job }}-python-${{ matrix.python }}-uv + key: ${{ runner.os }}-python-${{ matrix.python }}-uv - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1089,11 +1117,13 @@ jobs: python-version: ${{ matrix.python }} - name: install uv uses: yezz123/setup-uv@v4 + with: + uv-version: "0.4" - uses: actions/cache@v4 id: cache-uv with: path: ~/.cache/uv - key: ${{ runner.os }}-${{ github.job }}-python-${{ matrix.python }}-uv + key: ${{ runner.os }}-python-${{ matrix.python }}-uv - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1138,11 +1168,13 @@ jobs: python-version: ${{ matrix.python }} - name: install uv uses: yezz123/setup-uv@v4 + with: + uv-version: "0.4" - uses: actions/cache@v4 id: cache-uv with: path: ~/.cache/uv - key: ${{ runner.os }}-${{ github.job }}-python-${{ matrix.python }}-uv + key: ${{ runner.os }}-python-${{ matrix.python }}-uv - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1197,11 +1229,13 @@ jobs: python-version: ${{ matrix.python }} - name: install uv uses: yezz123/setup-uv@v4 + with: + uv-version: "0.4" - uses: actions/cache@v4 id: cache-uv with: path: ~/.cache/uv - key: ${{ runner.os }}-${{ github.job }}-python-${{ matrix.python }}-uv + key: ${{ runner.os }}-python-${{ matrix.python }}-uv - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1246,11 +1280,13 @@ jobs: python-version: ${{ matrix.python }} - name: install uv uses: yezz123/setup-uv@v4 + with: + uv-version: "0.4" - uses: actions/cache@v4 id: cache-uv with: path: ~/.cache/uv - key: ${{ runner.os }}-${{ github.job }}-python-${{ matrix.python }}-uv + key: ${{ runner.os }}-python-${{ matrix.python }}-uv - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1295,11 +1331,13 @@ jobs: python-version: ${{ matrix.python }} - name: install uv uses: yezz123/setup-uv@v4 + with: + uv-version: "0.4" - uses: actions/cache@v4 id: cache-uv with: path: ~/.cache/uv - key: ${{ runner.os }}-${{ github.job }}-python-${{ matrix.python }}-uv + key: ${{ runner.os }}-python-${{ matrix.python }}-uv - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1354,11 +1392,13 @@ jobs: python-version: ${{ matrix.python }} - name: install uv uses: yezz123/setup-uv@v4 + with: + uv-version: "0.4" - uses: actions/cache@v4 id: cache-uv with: path: ~/.cache/uv - key: ${{ runner.os }}-${{ github.job }}-python-${{ matrix.python }}-uv + key: ${{ runner.os }}-python-${{ matrix.python }}-uv - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1403,11 +1443,13 @@ jobs: python-version: ${{ matrix.python }} - name: install uv uses: yezz123/setup-uv@v4 + with: + uv-version: "0.4" - uses: actions/cache@v4 id: cache-uv with: path: ~/.cache/uv - key: ${{ runner.os }}-${{ github.job }}-python-${{ matrix.python }}-uv + key: ${{ runner.os }}-python-${{ matrix.python }}-uv - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1463,11 +1505,13 @@ jobs: python-version: ${{ matrix.python }} - name: install uv uses: yezz123/setup-uv@v4 + with: + uv-version: "0.4" - uses: actions/cache@v4 id: cache-uv with: path: ~/.cache/uv - key: ${{ runner.os }}-${{ github.job }}-python-${{ matrix.python }}-uv + key: ${{ runner.os }}-python-${{ matrix.python }}-uv - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1499,11 +1543,13 @@ jobs: python-version: ${{ matrix.python }} - name: install uv uses: yezz123/setup-uv@v4 + with: + uv-version: "0.4" - uses: actions/cache@v4 id: cache-uv with: path: ~/.cache/uv - key: ${{ runner.os }}-${{ github.job }}-python-${{ matrix.python }}-uv + key: ${{ runner.os }}-python-${{ matrix.python }}-uv - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1548,11 +1594,13 @@ jobs: python-version: ${{ matrix.python }} - name: install uv uses: yezz123/setup-uv@v4 + with: + uv-version: "0.4" - uses: actions/cache@v4 id: cache-uv with: path: ~/.cache/uv - key: ${{ runner.os }}-${{ github.job }}-python-${{ matrix.python }}-uv + key: ${{ runner.os }}-python-${{ matrix.python }}-uv - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1597,11 +1645,13 @@ jobs: python-version: ${{ matrix.python }} - name: install uv uses: yezz123/setup-uv@v4 + with: + uv-version: "0.4" - uses: actions/cache@v4 id: cache-uv with: path: ~/.cache/uv - key: ${{ runner.os }}-${{ github.job }}-python-${{ matrix.python }}-uv + key: ${{ runner.os }}-python-${{ matrix.python }}-uv - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1646,11 +1696,13 @@ jobs: python-version: ${{ matrix.python }} - name: install uv uses: yezz123/setup-uv@v4 + with: + uv-version: "0.4" - uses: actions/cache@v4 id: cache-uv with: path: ~/.cache/uv - key: ${{ runner.os }}-${{ github.job }}-python-${{ matrix.python }}-uv + key: ${{ runner.os }}-python-${{ matrix.python }}-uv - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1695,11 +1747,13 @@ jobs: python-version: ${{ matrix.python }} - name: install uv uses: yezz123/setup-uv@v4 + with: + uv-version: "0.4" - uses: actions/cache@v4 id: cache-uv with: path: ~/.cache/uv - key: ${{ runner.os }}-${{ github.job }}-python-${{ matrix.python }}-uv + key: ${{ runner.os }}-python-${{ matrix.python }}-uv - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1744,11 +1798,13 @@ jobs: python-version: ${{ matrix.python }} - name: install uv uses: yezz123/setup-uv@v4 + with: + uv-version: "0.4" - uses: actions/cache@v4 id: cache-uv with: path: ~/.cache/uv - key: ${{ runner.os }}-${{ github.job }}-python-${{ matrix.python }}-uv + key: ${{ runner.os }}-python-${{ matrix.python }}-uv - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1796,11 +1852,13 @@ jobs: cache-dependency-path: "packages/notifications-library/requirements/ci.txt" - name: install uv uses: yezz123/setup-uv@v4 + with: + uv-version: "0.4" - uses: actions/cache@v4 id: cache-uv with: path: ~/.cache/uv - key: ${{ runner.os }}-${{ github.job }}-python-${{ matrix.python }}-uv + key: ${{ runner.os }}-python-${{ matrix.python }}-uv - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1847,11 +1905,13 @@ jobs: python-version: ${{ matrix.python }} - name: install uv uses: yezz123/setup-uv@v4 + with: + uv-version: "0.4" - uses: actions/cache@v4 id: cache-uv with: path: ~/.cache/uv - key: ${{ runner.os }}-${{ github.job }}-python-${{ matrix.python }}-uv + key: ${{ runner.os }}-python-${{ matrix.python }}-uv - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1956,11 +2016,13 @@ jobs: run: make load-images local-src=/${{ runner.temp }}/build - name: install uv uses: yezz123/setup-uv@v4 + with: + uv-version: "0.4" - uses: actions/cache@v4 id: cache-uv with: path: ~/.cache/uv - key: ${{ runner.os }}-${{ github.job }}-python-${{ matrix.python }}-uv + key: ${{ runner.os }}-python-${{ matrix.python }}-uv - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -2020,11 +2082,13 @@ jobs: run: make load-images local-src=/${{ runner.temp }}/build - name: install uv uses: yezz123/setup-uv@v4 + with: + uv-version: "0.4" - uses: actions/cache@v4 id: cache-uv with: path: ~/.cache/uv - key: ${{ runner.os }}-${{ github.job }}-python-${{ matrix.python }}-uv + key: ${{ runner.os }}-python-${{ matrix.python }}-uv - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -2084,11 +2148,13 @@ jobs: run: make load-images local-src=/${{ runner.temp }}/build - name: install uv uses: yezz123/setup-uv@v4 + with: + uv-version: "0.4" - uses: actions/cache@v4 id: cache-uv with: path: ~/.cache/uv - key: ${{ runner.os }}-${{ github.job }}-python-${{ matrix.python }}-uv + key: ${{ runner.os }}-python-${{ matrix.python }}-uv - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -2152,11 +2218,13 @@ jobs: run: sudo ./ci/github/helpers/install_rclone.bash - name: install uv uses: yezz123/setup-uv@v4 + with: + uv-version: "0.4" - uses: actions/cache@v4 id: cache-uv with: path: ~/.cache/uv - key: ${{ runner.os }}-${{ github.job }}-python-${{ matrix.python }}-uv + key: ${{ runner.os }}-python-${{ matrix.python }}-uv - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -2218,11 +2286,13 @@ jobs: run: sudo ./ci/github/helpers/install_rclone.bash - name: install uv uses: yezz123/setup-uv@v4 + with: + uv-version: "0.4" - uses: actions/cache@v4 id: cache-uv with: path: ~/.cache/uv - key: ${{ runner.os }}-${{ github.job }}-python-${{ matrix.python }}-uv + key: ${{ runner.os }}-python-${{ matrix.python }}-uv - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -2283,11 +2353,13 @@ jobs: run: make load-images local-src=/${{ runner.temp }}/build - name: install uv uses: yezz123/setup-uv@v4 + with: + uv-version: "0.4" - uses: actions/cache@v4 id: cache-uv with: path: ~/.cache/uv - key: ${{ runner.os }}-${{ github.job }}-python-${{ matrix.python }}-uv + key: ${{ runner.os }}-python-${{ matrix.python }}-uv - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -2361,11 +2433,13 @@ jobs: run: make load-images local-src=/${{ runner.temp }}/build - name: install uv uses: yezz123/setup-uv@v4 + with: + uv-version: "0.4" - uses: actions/cache@v4 id: cache-uv with: path: ~/.cache/uv - key: ${{ runner.os }}-${{ github.job }}-python-${{ matrix.python }}-uv + key: ${{ runner.os }}-python-${{ matrix.python }}-uv - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -2449,11 +2523,13 @@ jobs: run: make load-images local-src=/${{ runner.temp }}/build - name: install uv uses: yezz123/setup-uv@v4 + with: + uv-version: "0.4" - uses: actions/cache@v4 id: cache-uv with: path: ~/.cache/uv - key: ${{ runner.os }}-${{ github.job }}-python-${{ matrix.python }}-uv + key: ${{ runner.os }}-python-${{ matrix.python }}-uv - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -2510,11 +2586,13 @@ jobs: run: make load-images local-src=/${{ runner.temp }}/build - name: install uv uses: yezz123/setup-uv@v4 + with: + uv-version: "0.4" - uses: actions/cache@v4 id: cache-uv with: path: ~/.cache/uv - key: ${{ runner.os }}-${{ github.job }}-python-${{ matrix.python }}-uv + key: ${{ runner.os }}-python-${{ matrix.python }}-uv - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -2582,11 +2660,13 @@ jobs: run: make load-images local-src=/${{ runner.temp }}/build - name: install uv uses: yezz123/setup-uv@v4 + with: + uv-version: "0.4" - uses: actions/cache@v4 id: cache-uv with: path: ~/.cache/uv - key: ${{ runner.os }}-${{ github.job }}-python-${{ matrix.python }}-uv + key: ${{ runner.os }}-python-${{ matrix.python }}-uv - name: show system version run: ./ci/helpers/show_system_versions.bash - name: setup @@ -2646,11 +2726,13 @@ jobs: python-version: ${{ matrix.python }} - name: install uv uses: yezz123/setup-uv@v4 + with: + uv-version: "0.4" - uses: actions/cache@v4 id: cache-uv with: path: ~/.cache/uv - key: ${{ runner.os }}-${{ github.job }}-python-${{ matrix.python }}-uv + key: ${{ runner.os }}-python-${{ matrix.python }}-uv - name: expose github runtime for buildx uses: crazy-max/ghaction-github-runtime@v3 - name: download docker images @@ -2709,11 +2791,13 @@ jobs: python-version: ${{ matrix.python }} - name: install uv uses: yezz123/setup-uv@v4 + with: + uv-version: "0.4" - uses: actions/cache@v4 id: cache-uv with: path: ~/.cache/uv - key: ${{ runner.os }}-${{ github.job }}-python-${{ matrix.python }}-uv + key: ${{ runner.os }}-python-${{ matrix.python }}-uv - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install From e9fb528cac74e99ca1a2b17be02eaa484c107e18 Mon Sep 17 00:00:00 2001 From: sanderegg <35365065+sanderegg@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:42:35 +0100 Subject: [PATCH 2/5] done --- .github/workflows/ci-testing-deploy.yml | 84 ++++++++++++------------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/.github/workflows/ci-testing-deploy.yml b/.github/workflows/ci-testing-deploy.yml index 0bf115634dc..57ac3610ff3 100644 --- a/.github/workflows/ci-testing-deploy.yml +++ b/.github/workflows/ci-testing-deploy.yml @@ -334,7 +334,7 @@ jobs: - name: install uv uses: yezz123/setup-uv@v4 with: - uv-version: "0.4" + uv-version: "0.4.27" - uses: actions/cache@v4 id: cache-uv with: @@ -388,7 +388,7 @@ jobs: - name: install uv uses: yezz123/setup-uv@v4 with: - uv-version: "0.4" + uv-version: "0.4.27" - uses: actions/cache@v4 id: cache-uv with: @@ -436,7 +436,7 @@ jobs: - name: install uv uses: yezz123/setup-uv@v4 with: - uv-version: "0.4" + uv-version: "0.4.27" - uses: actions/cache@v4 id: cache-uv with: @@ -484,7 +484,7 @@ jobs: - name: install uv uses: yezz123/setup-uv@v4 with: - uv-version: "0.4" + uv-version: "0.4.27" - uses: actions/cache@v4 id: cache-uv with: @@ -537,7 +537,7 @@ jobs: - name: install uv uses: yezz123/setup-uv@v4 with: - uv-version: "0.4" + uv-version: "0.4.27" - uses: actions/cache@v4 id: cache-uv with: @@ -588,7 +588,7 @@ jobs: - name: install uv uses: yezz123/setup-uv@v4 with: - uv-version: "0.4" + uv-version: "0.4.27" - uses: actions/cache@v4 id: cache-uv with: @@ -636,7 +636,7 @@ jobs: - name: install uv uses: yezz123/setup-uv@v4 with: - uv-version: "0.4" + uv-version: "0.4.27" - uses: actions/cache@v4 id: cache-uv with: @@ -690,7 +690,7 @@ jobs: - name: install uv uses: yezz123/setup-uv@v4 with: - uv-version: "0.4" + uv-version: "0.4.27" - uses: actions/cache@v4 id: cache-uv with: @@ -741,7 +741,7 @@ jobs: - name: install uv uses: yezz123/setup-uv@v4 with: - uv-version: "0.4" + uv-version: "0.4.27" - uses: actions/cache@v4 id: cache-uv with: @@ -798,7 +798,7 @@ jobs: - name: install uv uses: yezz123/setup-uv@v4 with: - uv-version: "0.4" + uv-version: "0.4.27" - uses: actions/cache@v4 id: cache-uv with: @@ -860,7 +860,7 @@ jobs: - name: install uv uses: yezz123/setup-uv@v4 with: - uv-version: "0.4" + uv-version: "0.4.27" - uses: actions/cache@v4 id: cache-uv with: @@ -959,7 +959,7 @@ jobs: - name: install uv uses: yezz123/setup-uv@v4 with: - uv-version: "0.4" + uv-version: "0.4.27" - uses: actions/cache@v4 id: cache-uv with: @@ -1016,7 +1016,7 @@ jobs: - name: install uv uses: yezz123/setup-uv@v4 with: - uv-version: "0.4" + uv-version: "0.4.27" - uses: actions/cache@v4 id: cache-uv with: @@ -1067,7 +1067,7 @@ jobs: - name: install uv uses: yezz123/setup-uv@v4 with: - uv-version: "0.4" + uv-version: "0.4.27" - uses: actions/cache@v4 id: cache-uv with: @@ -1118,7 +1118,7 @@ jobs: - name: install uv uses: yezz123/setup-uv@v4 with: - uv-version: "0.4" + uv-version: "0.4.27" - uses: actions/cache@v4 id: cache-uv with: @@ -1169,7 +1169,7 @@ jobs: - name: install uv uses: yezz123/setup-uv@v4 with: - uv-version: "0.4" + uv-version: "0.4.27" - uses: actions/cache@v4 id: cache-uv with: @@ -1230,7 +1230,7 @@ jobs: - name: install uv uses: yezz123/setup-uv@v4 with: - uv-version: "0.4" + uv-version: "0.4.27" - uses: actions/cache@v4 id: cache-uv with: @@ -1281,7 +1281,7 @@ jobs: - name: install uv uses: yezz123/setup-uv@v4 with: - uv-version: "0.4" + uv-version: "0.4.27" - uses: actions/cache@v4 id: cache-uv with: @@ -1332,7 +1332,7 @@ jobs: - name: install uv uses: yezz123/setup-uv@v4 with: - uv-version: "0.4" + uv-version: "0.4.27" - uses: actions/cache@v4 id: cache-uv with: @@ -1393,7 +1393,7 @@ jobs: - name: install uv uses: yezz123/setup-uv@v4 with: - uv-version: "0.4" + uv-version: "0.4.27" - uses: actions/cache@v4 id: cache-uv with: @@ -1444,7 +1444,7 @@ jobs: - name: install uv uses: yezz123/setup-uv@v4 with: - uv-version: "0.4" + uv-version: "0.4.27" - uses: actions/cache@v4 id: cache-uv with: @@ -1506,7 +1506,7 @@ jobs: - name: install uv uses: yezz123/setup-uv@v4 with: - uv-version: "0.4" + uv-version: "0.4.27" - uses: actions/cache@v4 id: cache-uv with: @@ -1544,7 +1544,7 @@ jobs: - name: install uv uses: yezz123/setup-uv@v4 with: - uv-version: "0.4" + uv-version: "0.4.27" - uses: actions/cache@v4 id: cache-uv with: @@ -1595,7 +1595,7 @@ jobs: - name: install uv uses: yezz123/setup-uv@v4 with: - uv-version: "0.4" + uv-version: "0.4.27" - uses: actions/cache@v4 id: cache-uv with: @@ -1646,7 +1646,7 @@ jobs: - name: install uv uses: yezz123/setup-uv@v4 with: - uv-version: "0.4" + uv-version: "0.4.27" - uses: actions/cache@v4 id: cache-uv with: @@ -1697,7 +1697,7 @@ jobs: - name: install uv uses: yezz123/setup-uv@v4 with: - uv-version: "0.4" + uv-version: "0.4.27" - uses: actions/cache@v4 id: cache-uv with: @@ -1748,7 +1748,7 @@ jobs: - name: install uv uses: yezz123/setup-uv@v4 with: - uv-version: "0.4" + uv-version: "0.4.27" - uses: actions/cache@v4 id: cache-uv with: @@ -1799,7 +1799,7 @@ jobs: - name: install uv uses: yezz123/setup-uv@v4 with: - uv-version: "0.4" + uv-version: "0.4.27" - uses: actions/cache@v4 id: cache-uv with: @@ -1853,7 +1853,7 @@ jobs: - name: install uv uses: yezz123/setup-uv@v4 with: - uv-version: "0.4" + uv-version: "0.4.27" - uses: actions/cache@v4 id: cache-uv with: @@ -1906,7 +1906,7 @@ jobs: - name: install uv uses: yezz123/setup-uv@v4 with: - uv-version: "0.4" + uv-version: "0.4.27" - uses: actions/cache@v4 id: cache-uv with: @@ -2017,7 +2017,7 @@ jobs: - name: install uv uses: yezz123/setup-uv@v4 with: - uv-version: "0.4" + uv-version: "0.4.27" - uses: actions/cache@v4 id: cache-uv with: @@ -2083,7 +2083,7 @@ jobs: - name: install uv uses: yezz123/setup-uv@v4 with: - uv-version: "0.4" + uv-version: "0.4.27" - uses: actions/cache@v4 id: cache-uv with: @@ -2149,7 +2149,7 @@ jobs: - name: install uv uses: yezz123/setup-uv@v4 with: - uv-version: "0.4" + uv-version: "0.4.27" - uses: actions/cache@v4 id: cache-uv with: @@ -2219,7 +2219,7 @@ jobs: - name: install uv uses: yezz123/setup-uv@v4 with: - uv-version: "0.4" + uv-version: "0.4.27" - uses: actions/cache@v4 id: cache-uv with: @@ -2287,7 +2287,7 @@ jobs: - name: install uv uses: yezz123/setup-uv@v4 with: - uv-version: "0.4" + uv-version: "0.4.27" - uses: actions/cache@v4 id: cache-uv with: @@ -2354,7 +2354,7 @@ jobs: - name: install uv uses: yezz123/setup-uv@v4 with: - uv-version: "0.4" + uv-version: "0.4.27" - uses: actions/cache@v4 id: cache-uv with: @@ -2434,7 +2434,7 @@ jobs: - name: install uv uses: yezz123/setup-uv@v4 with: - uv-version: "0.4" + uv-version: "0.4.27" - uses: actions/cache@v4 id: cache-uv with: @@ -2524,7 +2524,7 @@ jobs: - name: install uv uses: yezz123/setup-uv@v4 with: - uv-version: "0.4" + uv-version: "0.4.27" - uses: actions/cache@v4 id: cache-uv with: @@ -2587,7 +2587,7 @@ jobs: - name: install uv uses: yezz123/setup-uv@v4 with: - uv-version: "0.4" + uv-version: "0.4.27" - uses: actions/cache@v4 id: cache-uv with: @@ -2661,7 +2661,7 @@ jobs: - name: install uv uses: yezz123/setup-uv@v4 with: - uv-version: "0.4" + uv-version: "0.4.27" - uses: actions/cache@v4 id: cache-uv with: @@ -2727,7 +2727,7 @@ jobs: - name: install uv uses: yezz123/setup-uv@v4 with: - uv-version: "0.4" + uv-version: "0.4.27" - uses: actions/cache@v4 id: cache-uv with: @@ -2792,7 +2792,7 @@ jobs: - name: install uv uses: yezz123/setup-uv@v4 with: - uv-version: "0.4" + uv-version: "0.4.27" - uses: actions/cache@v4 id: cache-uv with: From 16e8d41a016deb2b4953c9cf7800a07f7461e97c Mon Sep 17 00:00:00 2001 From: sanderegg <35365065+sanderegg@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:17:13 +0100 Subject: [PATCH 3/5] fixed --- .github/workflows/ci-testing-deploy.yml | 420 +++++++----------------- 1 file changed, 126 insertions(+), 294 deletions(-) diff --git a/.github/workflows/ci-testing-deploy.yml b/.github/workflows/ci-testing-deploy.yml index 57ac3610ff3..3fbfa34d869 100644 --- a/.github/workflows/ci-testing-deploy.yml +++ b/.github/workflows/ci-testing-deploy.yml @@ -332,14 +332,10 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: yezz123/setup-uv@v4 + uses: astral-sh/setup-uv@v4 with: - uv-version: "0.4.27" - - uses: actions/cache@v4 - id: cache-uv - with: - path: ~/.cache/uv - key: ${{ runner.os }}-python-${{ matrix.python }}-uv + version: "0.4.x" + enable-cache: true - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install webserver @@ -386,14 +382,10 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: yezz123/setup-uv@v4 - with: - uv-version: "0.4.27" - - uses: actions/cache@v4 - id: cache-uv + uses: astral-sh/setup-uv@v4 with: - path: ~/.cache/uv - key: ${{ runner.os }}-python-${{ matrix.python }}-uv + version: "0.4.x" + enable-cache: true - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install webserver @@ -434,14 +426,10 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: yezz123/setup-uv@v4 - with: - uv-version: "0.4.27" - - uses: actions/cache@v4 - id: cache-uv + uses: astral-sh/setup-uv@v4 with: - path: ~/.cache/uv - key: ${{ runner.os }}-python-${{ matrix.python }}-uv + version: "0.4.x" + enable-cache: true - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install webserver @@ -482,14 +470,10 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: yezz123/setup-uv@v4 + uses: astral-sh/setup-uv@v4 with: - uv-version: "0.4.27" - - uses: actions/cache@v4 - id: cache-uv - with: - path: ~/.cache/uv - key: ${{ runner.os }}-python-${{ matrix.python }}-uv + version: "0.4.x" + enable-cache: true - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -535,14 +519,10 @@ jobs: - name: install rclone run: sudo ./ci/github/helpers/install_rclone.bash - name: install uv - uses: yezz123/setup-uv@v4 - with: - uv-version: "0.4.27" - - uses: actions/cache@v4 - id: cache-uv + uses: astral-sh/setup-uv@v4 with: - path: ~/.cache/uv - key: ${{ runner.os }}-python-${{ matrix.python }}-uv + version: "0.4.x" + enable-cache: true - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -586,14 +566,10 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: yezz123/setup-uv@v4 - with: - uv-version: "0.4.27" - - uses: actions/cache@v4 - id: cache-uv + uses: astral-sh/setup-uv@v4 with: - path: ~/.cache/uv - key: ${{ runner.os }}-python-${{ matrix.python }}-uv + version: "0.4.x" + enable-cache: true - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install api @@ -634,14 +610,10 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: yezz123/setup-uv@v4 + uses: astral-sh/setup-uv@v3 with: - uv-version: "0.4.27" - - uses: actions/cache@v4 - id: cache-uv - with: - path: ~/.cache/uv - key: ${{ runner.os }}-python-${{ matrix.python }}-uv + version: "0.4.x" + enable-cache: true - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -688,14 +660,10 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: yezz123/setup-uv@v4 - with: - uv-version: "0.4.27" - - uses: actions/cache@v4 - id: cache-uv + uses: astral-sh/setup-uv@v4 with: - path: ~/.cache/uv - key: ${{ runner.os }}-python-${{ matrix.python }}-uv + version: "0.4.x" + enable-cache: true - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -739,14 +707,10 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: yezz123/setup-uv@v4 - with: - uv-version: "0.4.27" - - uses: actions/cache@v4 - id: cache-uv + uses: astral-sh/setup-uv@v4 with: - path: ~/.cache/uv - key: ${{ runner.os }}-python-${{ matrix.python }}-uv + version: "0.4.x" + enable-cache: true - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -796,14 +760,10 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: yezz123/setup-uv@v4 + uses: astral-sh/setup-uv@v4 with: - uv-version: "0.4.27" - - uses: actions/cache@v4 - id: cache-uv - with: - path: ~/.cache/uv - key: ${{ runner.os }}-python-${{ matrix.python }}-uv + version: "0.4.x" + enable-cache: true - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -858,14 +818,10 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: yezz123/setup-uv@v4 - with: - uv-version: "0.4.27" - - uses: actions/cache@v4 - id: cache-uv + uses: astral-sh/setup-uv@v4 with: - path: ~/.cache/uv - key: ${{ runner.os }}-python-${{ matrix.python }}-uv + version: "0.4.x" + enable-cache: true - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -957,14 +913,10 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: yezz123/setup-uv@v4 + uses: astral-sh/setup-uv@v4 with: - uv-version: "0.4.27" - - uses: actions/cache@v4 - id: cache-uv - with: - path: ~/.cache/uv - key: ${{ runner.os }}-python-${{ matrix.python }}-uv + version: "0.4.x" + enable-cache: true - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1014,14 +966,10 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: yezz123/setup-uv@v4 - with: - uv-version: "0.4.27" - - uses: actions/cache@v4 - id: cache-uv + uses: astral-sh/setup-uv@v4 with: - path: ~/.cache/uv - key: ${{ runner.os }}-python-${{ matrix.python }}-uv + version: "0.4.x" + enable-cache: true - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1065,14 +1013,10 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: yezz123/setup-uv@v4 - with: - uv-version: "0.4.27" - - uses: actions/cache@v4 - id: cache-uv + uses: astral-sh/setup-uv@v4 with: - path: ~/.cache/uv - key: ${{ runner.os }}-python-${{ matrix.python }}-uv + version: "0.4.x" + enable-cache: true - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1116,14 +1060,10 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: yezz123/setup-uv@v4 + uses: astral-sh/setup-uv@v4 with: - uv-version: "0.4.27" - - uses: actions/cache@v4 - id: cache-uv - with: - path: ~/.cache/uv - key: ${{ runner.os }}-python-${{ matrix.python }}-uv + version: "0.4.x" + enable-cache: true - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1167,14 +1107,10 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: yezz123/setup-uv@v4 - with: - uv-version: "0.4.27" - - uses: actions/cache@v4 - id: cache-uv + uses: astral-sh/setup-uv@v4 with: - path: ~/.cache/uv - key: ${{ runner.os }}-python-${{ matrix.python }}-uv + version: "0.4.x" + enable-cache: true - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1228,14 +1164,10 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: yezz123/setup-uv@v4 + uses: astral-sh/setup-uv@v4 with: - uv-version: "0.4.27" - - uses: actions/cache@v4 - id: cache-uv - with: - path: ~/.cache/uv - key: ${{ runner.os }}-python-${{ matrix.python }}-uv + version: "0.4.x" + enable-cache: true - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1279,14 +1211,10 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: yezz123/setup-uv@v4 - with: - uv-version: "0.4.27" - - uses: actions/cache@v4 - id: cache-uv + uses: astral-sh/setup-uv@v4 with: - path: ~/.cache/uv - key: ${{ runner.os }}-python-${{ matrix.python }}-uv + version: "0.4.x" + enable-cache: true - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1330,14 +1258,10 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: yezz123/setup-uv@v4 - with: - uv-version: "0.4.27" - - uses: actions/cache@v4 - id: cache-uv + uses: astral-sh/setup-uv@v4 with: - path: ~/.cache/uv - key: ${{ runner.os }}-python-${{ matrix.python }}-uv + version: "0.4.x" + enable-cache: true - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1391,14 +1315,10 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: yezz123/setup-uv@v4 + uses: astral-sh/setup-uv@v4 with: - uv-version: "0.4.27" - - uses: actions/cache@v4 - id: cache-uv - with: - path: ~/.cache/uv - key: ${{ runner.os }}-python-${{ matrix.python }}-uv + version: "0.4.x" + enable-cache: true - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1442,14 +1362,10 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: yezz123/setup-uv@v4 - with: - uv-version: "0.4.27" - - uses: actions/cache@v4 - id: cache-uv + uses: astral-sh/setup-uv@v4 with: - path: ~/.cache/uv - key: ${{ runner.os }}-python-${{ matrix.python }}-uv + version: "0.4.x" + enable-cache: true - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1504,14 +1420,10 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: yezz123/setup-uv@v4 + uses: astral-sh/setup-uv@v4 with: - uv-version: "0.4.27" - - uses: actions/cache@v4 - id: cache-uv - with: - path: ~/.cache/uv - key: ${{ runner.os }}-python-${{ matrix.python }}-uv + version: "0.4.x" + enable-cache: true - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1542,14 +1454,10 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: yezz123/setup-uv@v4 - with: - uv-version: "0.4.27" - - uses: actions/cache@v4 - id: cache-uv + uses: astral-sh/setup-uv@v4 with: - path: ~/.cache/uv - key: ${{ runner.os }}-python-${{ matrix.python }}-uv + version: "0.4.x" + enable-cache: true - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1593,14 +1501,10 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: yezz123/setup-uv@v4 - with: - uv-version: "0.4.27" - - uses: actions/cache@v4 - id: cache-uv + uses: astral-sh/setup-uv@v4 with: - path: ~/.cache/uv - key: ${{ runner.os }}-python-${{ matrix.python }}-uv + version: "0.4.x" + enable-cache: true - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1644,14 +1548,10 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: yezz123/setup-uv@v4 + uses: astral-sh/setup-uv@v4 with: - uv-version: "0.4.27" - - uses: actions/cache@v4 - id: cache-uv - with: - path: ~/.cache/uv - key: ${{ runner.os }}-python-${{ matrix.python }}-uv + version: "0.4.x" + enable-cache: true - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1695,14 +1595,10 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: yezz123/setup-uv@v4 - with: - uv-version: "0.4.27" - - uses: actions/cache@v4 - id: cache-uv + uses: astral-sh/setup-uv@v4 with: - path: ~/.cache/uv - key: ${{ runner.os }}-python-${{ matrix.python }}-uv + version: "0.4.x" + enable-cache: true - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1746,14 +1642,10 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: yezz123/setup-uv@v4 - with: - uv-version: "0.4.27" - - uses: actions/cache@v4 - id: cache-uv + uses: astral-sh/setup-uv@v4 with: - path: ~/.cache/uv - key: ${{ runner.os }}-python-${{ matrix.python }}-uv + version: "0.4.x" + enable-cache: true - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1797,14 +1689,10 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: yezz123/setup-uv@v4 + uses: astral-sh/setup-uv@v4 with: - uv-version: "0.4.27" - - uses: actions/cache@v4 - id: cache-uv - with: - path: ~/.cache/uv - key: ${{ runner.os }}-python-${{ matrix.python }}-uv + version: "0.4.x" + enable-cache: true - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1851,14 +1739,10 @@ jobs: cache: "pip" cache-dependency-path: "packages/notifications-library/requirements/ci.txt" - name: install uv - uses: yezz123/setup-uv@v4 - with: - uv-version: "0.4.27" - - uses: actions/cache@v4 - id: cache-uv + uses: astral-sh/setup-uv@v4 with: - path: ~/.cache/uv - key: ${{ runner.os }}-python-${{ matrix.python }}-uv + version: "0.4.x" + enable-cache: true - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1904,14 +1788,10 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: yezz123/setup-uv@v4 - with: - uv-version: "0.4.27" - - uses: actions/cache@v4 - id: cache-uv + uses: astral-sh/setup-uv@v4 with: - path: ~/.cache/uv - key: ${{ runner.os }}-python-${{ matrix.python }}-uv + version: "0.4.x" + enable-cache: true - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -2015,14 +1895,10 @@ jobs: - name: load docker images run: make load-images local-src=/${{ runner.temp }}/build - name: install uv - uses: yezz123/setup-uv@v4 + uses: astral-sh/setup-uv@v4 with: - uv-version: "0.4.27" - - uses: actions/cache@v4 - id: cache-uv - with: - path: ~/.cache/uv - key: ${{ runner.os }}-python-${{ matrix.python }}-uv + version: "0.4.x" + enable-cache: true - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -2081,14 +1957,10 @@ jobs: - name: load docker images run: make load-images local-src=/${{ runner.temp }}/build - name: install uv - uses: yezz123/setup-uv@v4 - with: - uv-version: "0.4.27" - - uses: actions/cache@v4 - id: cache-uv + uses: astral-sh/setup-uv@v4 with: - path: ~/.cache/uv - key: ${{ runner.os }}-python-${{ matrix.python }}-uv + version: "0.4.x" + enable-cache: true - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -2147,14 +2019,10 @@ jobs: - name: load docker images run: make load-images local-src=/${{ runner.temp }}/build - name: install uv - uses: yezz123/setup-uv@v4 + uses: astral-sh/setup-uv@v4 with: - uv-version: "0.4.27" - - uses: actions/cache@v4 - id: cache-uv - with: - path: ~/.cache/uv - key: ${{ runner.os }}-python-${{ matrix.python }}-uv + version: "0.4.x" + enable-cache: true - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -2217,14 +2085,10 @@ jobs: - name: install rclone run: sudo ./ci/github/helpers/install_rclone.bash - name: install uv - uses: yezz123/setup-uv@v4 - with: - uv-version: "0.4.27" - - uses: actions/cache@v4 - id: cache-uv + uses: astral-sh/setup-uv@v4 with: - path: ~/.cache/uv - key: ${{ runner.os }}-python-${{ matrix.python }}-uv + version: "0.4.x" + enable-cache: true - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -2285,14 +2149,10 @@ jobs: - name: install rclone run: sudo ./ci/github/helpers/install_rclone.bash - name: install uv - uses: yezz123/setup-uv@v4 - with: - uv-version: "0.4.27" - - uses: actions/cache@v4 - id: cache-uv + uses: astral-sh/setup-uv@v4 with: - path: ~/.cache/uv - key: ${{ runner.os }}-python-${{ matrix.python }}-uv + version: "0.4.x" + enable-cache: true - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -2352,14 +2212,10 @@ jobs: - name: load docker images run: make load-images local-src=/${{ runner.temp }}/build - name: install uv - uses: yezz123/setup-uv@v4 + uses: astral-sh/setup-uv@v4 with: - uv-version: "0.4.27" - - uses: actions/cache@v4 - id: cache-uv - with: - path: ~/.cache/uv - key: ${{ runner.os }}-python-${{ matrix.python }}-uv + version: "0.4.x" + enable-cache: true - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -2432,14 +2288,10 @@ jobs: - name: load docker images run: make load-images local-src=/${{ runner.temp }}/build - name: install uv - uses: yezz123/setup-uv@v4 - with: - uv-version: "0.4.27" - - uses: actions/cache@v4 - id: cache-uv + uses: astral-sh/setup-uv@v4 with: - path: ~/.cache/uv - key: ${{ runner.os }}-python-${{ matrix.python }}-uv + version: "0.4.x" + enable-cache: true - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -2522,14 +2374,10 @@ jobs: - name: load docker images run: make load-images local-src=/${{ runner.temp }}/build - name: install uv - uses: yezz123/setup-uv@v4 + uses: astral-sh/setup-uv@v4 with: - uv-version: "0.4.27" - - uses: actions/cache@v4 - id: cache-uv - with: - path: ~/.cache/uv - key: ${{ runner.os }}-python-${{ matrix.python }}-uv + version: "0.4.x" + enable-cache: true - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -2585,14 +2433,10 @@ jobs: - name: load docker images run: make load-images local-src=/${{ runner.temp }}/build - name: install uv - uses: yezz123/setup-uv@v4 - with: - uv-version: "0.4.27" - - uses: actions/cache@v4 - id: cache-uv + uses: astral-sh/setup-uv@v4 with: - path: ~/.cache/uv - key: ${{ runner.os }}-python-${{ matrix.python }}-uv + version: "0.4.x" + enable-cache: true - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -2659,14 +2503,10 @@ jobs: - name: load docker images run: make load-images local-src=/${{ runner.temp }}/build - name: install uv - uses: yezz123/setup-uv@v4 - with: - uv-version: "0.4.27" - - uses: actions/cache@v4 - id: cache-uv + uses: astral-sh/setup-uv@v4 with: - path: ~/.cache/uv - key: ${{ runner.os }}-python-${{ matrix.python }}-uv + version: "0.4.x" + enable-cache: true - name: show system version run: ./ci/helpers/show_system_versions.bash - name: setup @@ -2725,14 +2565,10 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: yezz123/setup-uv@v4 + uses: astral-sh/setup-uv@v4 with: - uv-version: "0.4.27" - - uses: actions/cache@v4 - id: cache-uv - with: - path: ~/.cache/uv - key: ${{ runner.os }}-python-${{ matrix.python }}-uv + version: "0.4.x" + enable-cache: true - name: expose github runtime for buildx uses: crazy-max/ghaction-github-runtime@v3 - name: download docker images @@ -2790,14 +2626,10 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: yezz123/setup-uv@v4 - with: - uv-version: "0.4.27" - - uses: actions/cache@v4 - id: cache-uv + uses: astral-sh/setup-uv@v4 with: - path: ~/.cache/uv - key: ${{ runner.os }}-python-${{ matrix.python }}-uv + version: "0.4.x" + enable-cache: true - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install From f14d62d60ab5cf33ba1b83d0adf71c06c944c125 Mon Sep 17 00:00:00 2001 From: sanderegg <35365065+sanderegg@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:19:14 +0100 Subject: [PATCH 4/5] fixed --- .github/workflows/ci-testing-deploy.yml | 82 ++++++++++++------------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/.github/workflows/ci-testing-deploy.yml b/.github/workflows/ci-testing-deploy.yml index 3fbfa34d869..14af0d1d26c 100644 --- a/.github/workflows/ci-testing-deploy.yml +++ b/.github/workflows/ci-testing-deploy.yml @@ -332,7 +332,7 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v3 with: version: "0.4.x" enable-cache: true @@ -382,7 +382,7 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v3 with: version: "0.4.x" enable-cache: true @@ -426,7 +426,7 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v3 with: version: "0.4.x" enable-cache: true @@ -470,7 +470,7 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v3 with: version: "0.4.x" enable-cache: true @@ -519,7 +519,7 @@ jobs: - name: install rclone run: sudo ./ci/github/helpers/install_rclone.bash - name: install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v3 with: version: "0.4.x" enable-cache: true @@ -566,7 +566,7 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v3 with: version: "0.4.x" enable-cache: true @@ -660,7 +660,7 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v3 with: version: "0.4.x" enable-cache: true @@ -707,7 +707,7 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v3 with: version: "0.4.x" enable-cache: true @@ -760,7 +760,7 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v3 with: version: "0.4.x" enable-cache: true @@ -818,7 +818,7 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v3 with: version: "0.4.x" enable-cache: true @@ -913,7 +913,7 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v3 with: version: "0.4.x" enable-cache: true @@ -966,7 +966,7 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v3 with: version: "0.4.x" enable-cache: true @@ -1013,7 +1013,7 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v3 with: version: "0.4.x" enable-cache: true @@ -1060,7 +1060,7 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v3 with: version: "0.4.x" enable-cache: true @@ -1107,7 +1107,7 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v3 with: version: "0.4.x" enable-cache: true @@ -1164,7 +1164,7 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v3 with: version: "0.4.x" enable-cache: true @@ -1211,7 +1211,7 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v3 with: version: "0.4.x" enable-cache: true @@ -1258,7 +1258,7 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v3 with: version: "0.4.x" enable-cache: true @@ -1315,7 +1315,7 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v3 with: version: "0.4.x" enable-cache: true @@ -1362,7 +1362,7 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v3 with: version: "0.4.x" enable-cache: true @@ -1420,7 +1420,7 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v3 with: version: "0.4.x" enable-cache: true @@ -1454,7 +1454,7 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v3 with: version: "0.4.x" enable-cache: true @@ -1501,7 +1501,7 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v3 with: version: "0.4.x" enable-cache: true @@ -1548,7 +1548,7 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v3 with: version: "0.4.x" enable-cache: true @@ -1595,7 +1595,7 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v3 with: version: "0.4.x" enable-cache: true @@ -1642,7 +1642,7 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v3 with: version: "0.4.x" enable-cache: true @@ -1689,7 +1689,7 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v3 with: version: "0.4.x" enable-cache: true @@ -1739,7 +1739,7 @@ jobs: cache: "pip" cache-dependency-path: "packages/notifications-library/requirements/ci.txt" - name: install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v3 with: version: "0.4.x" enable-cache: true @@ -1788,7 +1788,7 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v3 with: version: "0.4.x" enable-cache: true @@ -1895,7 +1895,7 @@ jobs: - name: load docker images run: make load-images local-src=/${{ runner.temp }}/build - name: install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v3 with: version: "0.4.x" enable-cache: true @@ -1957,7 +1957,7 @@ jobs: - name: load docker images run: make load-images local-src=/${{ runner.temp }}/build - name: install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v3 with: version: "0.4.x" enable-cache: true @@ -2019,7 +2019,7 @@ jobs: - name: load docker images run: make load-images local-src=/${{ runner.temp }}/build - name: install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v3 with: version: "0.4.x" enable-cache: true @@ -2085,7 +2085,7 @@ jobs: - name: install rclone run: sudo ./ci/github/helpers/install_rclone.bash - name: install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v3 with: version: "0.4.x" enable-cache: true @@ -2149,7 +2149,7 @@ jobs: - name: install rclone run: sudo ./ci/github/helpers/install_rclone.bash - name: install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v3 with: version: "0.4.x" enable-cache: true @@ -2212,7 +2212,7 @@ jobs: - name: load docker images run: make load-images local-src=/${{ runner.temp }}/build - name: install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v3 with: version: "0.4.x" enable-cache: true @@ -2288,7 +2288,7 @@ jobs: - name: load docker images run: make load-images local-src=/${{ runner.temp }}/build - name: install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v3 with: version: "0.4.x" enable-cache: true @@ -2374,7 +2374,7 @@ jobs: - name: load docker images run: make load-images local-src=/${{ runner.temp }}/build - name: install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v3 with: version: "0.4.x" enable-cache: true @@ -2433,7 +2433,7 @@ jobs: - name: load docker images run: make load-images local-src=/${{ runner.temp }}/build - name: install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v3 with: version: "0.4.x" enable-cache: true @@ -2503,7 +2503,7 @@ jobs: - name: load docker images run: make load-images local-src=/${{ runner.temp }}/build - name: install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v3 with: version: "0.4.x" enable-cache: true @@ -2565,7 +2565,7 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v3 with: version: "0.4.x" enable-cache: true @@ -2626,7 +2626,7 @@ jobs: with: python-version: ${{ matrix.python }} - name: install uv - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v3 with: version: "0.4.x" enable-cache: true From d04b20d066d987df70ec543f1b8061d511e59a4c Mon Sep 17 00:00:00 2001 From: sanderegg <35365065+sanderegg@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:21:12 +0100 Subject: [PATCH 5/5] fixed --- .github/workflows/ci-testing-deploy.yml | 42 +++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/.github/workflows/ci-testing-deploy.yml b/.github/workflows/ci-testing-deploy.yml index 14af0d1d26c..54d0b2d5876 100644 --- a/.github/workflows/ci-testing-deploy.yml +++ b/.github/workflows/ci-testing-deploy.yml @@ -336,6 +336,7 @@ jobs: with: version: "0.4.x" enable-cache: true + cache-dependency-glob: "" - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install webserver @@ -386,6 +387,7 @@ jobs: with: version: "0.4.x" enable-cache: true + cache-dependency-glob: "" - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install webserver @@ -430,6 +432,7 @@ jobs: with: version: "0.4.x" enable-cache: true + cache-dependency-glob: "" - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install webserver @@ -474,6 +477,7 @@ jobs: with: version: "0.4.x" enable-cache: true + cache-dependency-glob: "" - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -523,6 +527,7 @@ jobs: with: version: "0.4.x" enable-cache: true + cache-dependency-glob: "" - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -570,6 +575,7 @@ jobs: with: version: "0.4.x" enable-cache: true + cache-dependency-glob: "" - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install api @@ -614,6 +620,7 @@ jobs: with: version: "0.4.x" enable-cache: true + cache-dependency-glob: "" - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -664,6 +671,7 @@ jobs: with: version: "0.4.x" enable-cache: true + cache-dependency-glob: "" - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -711,6 +719,7 @@ jobs: with: version: "0.4.x" enable-cache: true + cache-dependency-glob: "" - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -764,6 +773,7 @@ jobs: with: version: "0.4.x" enable-cache: true + cache-dependency-glob: "" - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -822,6 +832,7 @@ jobs: with: version: "0.4.x" enable-cache: true + cache-dependency-glob: "" - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -917,6 +928,7 @@ jobs: with: version: "0.4.x" enable-cache: true + cache-dependency-glob: "" - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -970,6 +982,7 @@ jobs: with: version: "0.4.x" enable-cache: true + cache-dependency-glob: "" - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1017,6 +1030,7 @@ jobs: with: version: "0.4.x" enable-cache: true + cache-dependency-glob: "" - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1064,6 +1078,7 @@ jobs: with: version: "0.4.x" enable-cache: true + cache-dependency-glob: "" - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1111,6 +1126,7 @@ jobs: with: version: "0.4.x" enable-cache: true + cache-dependency-glob: "" - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1168,6 +1184,7 @@ jobs: with: version: "0.4.x" enable-cache: true + cache-dependency-glob: "" - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1215,6 +1232,7 @@ jobs: with: version: "0.4.x" enable-cache: true + cache-dependency-glob: "" - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1262,6 +1280,7 @@ jobs: with: version: "0.4.x" enable-cache: true + cache-dependency-glob: "" - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1319,6 +1338,7 @@ jobs: with: version: "0.4.x" enable-cache: true + cache-dependency-glob: "" - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1366,6 +1386,7 @@ jobs: with: version: "0.4.x" enable-cache: true + cache-dependency-glob: "" - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1424,6 +1445,7 @@ jobs: with: version: "0.4.x" enable-cache: true + cache-dependency-glob: "" - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1458,6 +1480,7 @@ jobs: with: version: "0.4.x" enable-cache: true + cache-dependency-glob: "" - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1505,6 +1528,7 @@ jobs: with: version: "0.4.x" enable-cache: true + cache-dependency-glob: "" - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1552,6 +1576,7 @@ jobs: with: version: "0.4.x" enable-cache: true + cache-dependency-glob: "" - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1599,6 +1624,7 @@ jobs: with: version: "0.4.x" enable-cache: true + cache-dependency-glob: "" - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1646,6 +1672,7 @@ jobs: with: version: "0.4.x" enable-cache: true + cache-dependency-glob: "" - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1693,6 +1720,7 @@ jobs: with: version: "0.4.x" enable-cache: true + cache-dependency-glob: "" - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1743,6 +1771,7 @@ jobs: with: version: "0.4.x" enable-cache: true + cache-dependency-glob: "" - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1792,6 +1821,7 @@ jobs: with: version: "0.4.x" enable-cache: true + cache-dependency-glob: "" - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1899,6 +1929,7 @@ jobs: with: version: "0.4.x" enable-cache: true + cache-dependency-glob: "" - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -1961,6 +1992,7 @@ jobs: with: version: "0.4.x" enable-cache: true + cache-dependency-glob: "" - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -2023,6 +2055,7 @@ jobs: with: version: "0.4.x" enable-cache: true + cache-dependency-glob: "" - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -2089,6 +2122,7 @@ jobs: with: version: "0.4.x" enable-cache: true + cache-dependency-glob: "" - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -2153,6 +2187,7 @@ jobs: with: version: "0.4.x" enable-cache: true + cache-dependency-glob: "" - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -2216,6 +2251,7 @@ jobs: with: version: "0.4.x" enable-cache: true + cache-dependency-glob: "" - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -2292,6 +2328,7 @@ jobs: with: version: "0.4.x" enable-cache: true + cache-dependency-glob: "" - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -2378,6 +2415,7 @@ jobs: with: version: "0.4.x" enable-cache: true + cache-dependency-glob: "" - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -2437,6 +2475,7 @@ jobs: with: version: "0.4.x" enable-cache: true + cache-dependency-glob: "" - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install @@ -2507,6 +2546,7 @@ jobs: with: version: "0.4.x" enable-cache: true + cache-dependency-glob: "" - name: show system version run: ./ci/helpers/show_system_versions.bash - name: setup @@ -2569,6 +2609,7 @@ jobs: with: version: "0.4.x" enable-cache: true + cache-dependency-glob: "" - name: expose github runtime for buildx uses: crazy-max/ghaction-github-runtime@v3 - name: download docker images @@ -2630,6 +2671,7 @@ jobs: with: version: "0.4.x" enable-cache: true + cache-dependency-glob: "" - name: show system version run: ./ci/helpers/show_system_versions.bash - name: install