Skip to content

Commit 3d61124

Browse files
authored
Merge branch 'master' into 2024/fix/tracing
2 parents a27ba56 + e994f5d commit 3d61124

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+624
-261
lines changed

.github/workflows/ci-testing-deploy.yml

Lines changed: 42 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ jobs:
335335
uses: astral-sh/setup-uv@v3
336336
with:
337337
version: "0.4.x"
338-
enable-cache: true
338+
enable-cache: false
339339
cache-dependency-glob: "**/web/server/requirements/ci.txt"
340340
- name: show system version
341341
run: ./ci/helpers/show_system_versions.bash
@@ -386,7 +386,7 @@ jobs:
386386
uses: astral-sh/setup-uv@v3
387387
with:
388388
version: "0.4.x"
389-
enable-cache: true
389+
enable-cache: false
390390
cache-dependency-glob: "**/web/server/requirements/ci.txt"
391391
- name: show system version
392392
run: ./ci/helpers/show_system_versions.bash
@@ -431,7 +431,7 @@ jobs:
431431
uses: astral-sh/setup-uv@v3
432432
with:
433433
version: "0.4.x"
434-
enable-cache: true
434+
enable-cache: false
435435
cache-dependency-glob: "**/web/server/requirements/ci.txt"
436436
- name: show system version
437437
run: ./ci/helpers/show_system_versions.bash
@@ -476,7 +476,7 @@ jobs:
476476
uses: astral-sh/setup-uv@v3
477477
with:
478478
version: "0.4.x"
479-
enable-cache: true
479+
enable-cache: false
480480
cache-dependency-glob: "**/storage/requirements/ci.txt"
481481
- name: show system version
482482
run: ./ci/helpers/show_system_versions.bash
@@ -526,7 +526,7 @@ jobs:
526526
uses: astral-sh/setup-uv@v3
527527
with:
528528
version: "0.4.x"
529-
enable-cache: true
529+
enable-cache: false
530530
cache-dependency-glob: "**/agent/requirements/ci.txt"
531531
- name: show system version
532532
run: ./ci/helpers/show_system_versions.bash
@@ -574,7 +574,7 @@ jobs:
574574
uses: astral-sh/setup-uv@v3
575575
with:
576576
version: "0.4.x"
577-
enable-cache: true
577+
enable-cache: false
578578
cache-dependency-glob: "**/api/tests/requirements.txt"
579579
- name: show system version
580580
run: ./ci/helpers/show_system_versions.bash
@@ -619,7 +619,7 @@ jobs:
619619
uses: astral-sh/setup-uv@v3
620620
with:
621621
version: "0.4.x"
622-
enable-cache: true
622+
enable-cache: false
623623
cache-dependency-glob: "**/api-server/requirements/ci.txt"
624624
- name: show system version
625625
run: ./ci/helpers/show_system_versions.bash
@@ -670,7 +670,7 @@ jobs:
670670
uses: astral-sh/setup-uv@v3
671671
with:
672672
version: "0.4.x"
673-
enable-cache: true
673+
enable-cache: false
674674
cache-dependency-glob: "**/autoscaling/requirements/ci.txt"
675675
- name: show system version
676676
run: ./ci/helpers/show_system_versions.bash
@@ -718,7 +718,7 @@ jobs:
718718
uses: astral-sh/setup-uv@v3
719719
with:
720720
version: "0.4.x"
721-
enable-cache: true
721+
enable-cache: false
722722
cache-dependency-glob: "**/catalog/requirements/ci.txt"
723723
- name: show system version
724724
run: ./ci/helpers/show_system_versions.bash
@@ -772,7 +772,7 @@ jobs:
772772
uses: astral-sh/setup-uv@v3
773773
with:
774774
version: "0.4.x"
775-
enable-cache: true
775+
enable-cache: false
776776
cache-dependency-glob: "**/clusters-keeper/requirements/ci.txt"
777777
- name: show system version
778778
run: ./ci/helpers/show_system_versions.bash
@@ -831,7 +831,7 @@ jobs:
831831
uses: astral-sh/setup-uv@v3
832832
with:
833833
version: "0.4.x"
834-
enable-cache: true
834+
enable-cache: false
835835
cache-dependency-glob: "**/datcore-adapter/requirements/ci.txt"
836836
- name: show system version
837837
run: ./ci/helpers/show_system_versions.bash
@@ -927,7 +927,7 @@ jobs:
927927
uses: astral-sh/setup-uv@v3
928928
with:
929929
version: "0.4.x"
930-
enable-cache: true
930+
enable-cache: false
931931
cache-dependency-glob: "**/director-v2/requirements/ci.txt"
932932
- name: show system version
933933
run: ./ci/helpers/show_system_versions.bash
@@ -981,7 +981,7 @@ jobs:
981981
uses: astral-sh/setup-uv@v3
982982
with:
983983
version: "0.4.x"
984-
enable-cache: true
984+
enable-cache: false
985985
cache-dependency-glob: "**/aws-library/requirements/ci.txt"
986986
- name: show system version
987987
run: ./ci/helpers/show_system_versions.bash
@@ -1029,7 +1029,7 @@ jobs:
10291029
uses: astral-sh/setup-uv@v3
10301030
with:
10311031
version: "0.4.x"
1032-
enable-cache: true
1032+
enable-cache: false
10331033
cache-dependency-glob: "**/dask-task-models-library/requirements/ci.txt"
10341034
- name: show system version
10351035
run: ./ci/helpers/show_system_versions.bash
@@ -1077,7 +1077,7 @@ jobs:
10771077
uses: astral-sh/setup-uv@v3
10781078
with:
10791079
version: "0.4.x"
1080-
enable-cache: true
1080+
enable-cache: false
10811081
cache-dependency-glob: "**/dask-sidecar/requirements/ci.txt"
10821082
- name: show system version
10831083
run: ./ci/helpers/show_system_versions.bash
@@ -1125,7 +1125,7 @@ jobs:
11251125
uses: astral-sh/setup-uv@v3
11261126
with:
11271127
version: "0.4.x"
1128-
enable-cache: true
1128+
enable-cache: false
11291129
cache-dependency-glob: "**/osparc-gateway-server/requirements/ci.txt"
11301130
- name: show system version
11311131
run: ./ci/helpers/show_system_versions.bash
@@ -1183,7 +1183,7 @@ jobs:
11831183
uses: astral-sh/setup-uv@v3
11841184
with:
11851185
version: "0.4.x"
1186-
enable-cache: true
1186+
enable-cache: false
11871187
cache-dependency-glob: "**/payments/requirements/ci.txt"
11881188
- name: show system version
11891189
run: ./ci/helpers/show_system_versions.bash
@@ -1231,7 +1231,7 @@ jobs:
12311231
uses: astral-sh/setup-uv@v3
12321232
with:
12331233
version: "0.4.x"
1234-
enable-cache: true
1234+
enable-cache: false
12351235
cache-dependency-glob: "**/dynamic-scheduler/requirements/ci.txt"
12361236
- name: show system version
12371237
run: ./ci/helpers/show_system_versions.bash
@@ -1279,7 +1279,7 @@ jobs:
12791279
uses: astral-sh/setup-uv@v3
12801280
with:
12811281
version: "0.4.x"
1282-
enable-cache: true
1282+
enable-cache: false
12831283
cache-dependency-glob: "**/resource-usage-tracker/requirements/ci.txt"
12841284
- name: show system version
12851285
run: ./ci/helpers/show_system_versions.bash
@@ -1337,7 +1337,7 @@ jobs:
13371337
uses: astral-sh/setup-uv@v3
13381338
with:
13391339
version: "0.4.x"
1340-
enable-cache: true
1340+
enable-cache: false
13411341
cache-dependency-glob: "**/dynamic-sidecar/requirements/ci.txt"
13421342
- name: show system version
13431343
run: ./ci/helpers/show_system_versions.bash
@@ -1385,7 +1385,7 @@ jobs:
13851385
uses: astral-sh/setup-uv@v3
13861386
with:
13871387
version: "0.4.x"
1388-
enable-cache: true
1388+
enable-cache: false
13891389
cache-dependency-glob: "**/efs-guardian/requirements/ci.txt"
13901390
- name: show system version
13911391
run: ./ci/helpers/show_system_versions.bash
@@ -1444,7 +1444,7 @@ jobs:
14441444
uses: astral-sh/setup-uv@v3
14451445
with:
14461446
version: "0.4.x"
1447-
enable-cache: true
1447+
enable-cache: false
14481448
cache-dependency-glob: "**/ci/helpers/requirements.txt"
14491449
- name: show system version
14501450
run: ./ci/helpers/show_system_versions.bash
@@ -1479,7 +1479,7 @@ jobs:
14791479
uses: astral-sh/setup-uv@v3
14801480
with:
14811481
version: "0.4.x"
1482-
enable-cache: true
1482+
enable-cache: false
14831483
cache-dependency-glob: "**/postgres-database/requirements/ci.txt"
14841484
- name: show system version
14851485
run: ./ci/helpers/show_system_versions.bash
@@ -1527,7 +1527,7 @@ jobs:
15271527
uses: astral-sh/setup-uv@v3
15281528
with:
15291529
version: "0.4.x"
1530-
enable-cache: true
1530+
enable-cache: false
15311531
cache-dependency-glob: "**/notifications-library/requirements/ci.txt"
15321532
- name: show system version
15331533
run: ./ci/helpers/show_system_versions.bash
@@ -1575,7 +1575,7 @@ jobs:
15751575
uses: astral-sh/setup-uv@v3
15761576
with:
15771577
version: "0.4.x"
1578-
enable-cache: true
1578+
enable-cache: false
15791579
cache-dependency-glob: "**/service-integration/requirements/ci.txt"
15801580
- name: show system version
15811581
run: ./ci/helpers/show_system_versions.bash
@@ -1623,7 +1623,7 @@ jobs:
16231623
uses: astral-sh/setup-uv@v3
16241624
with:
16251625
version: "0.4.x"
1626-
enable-cache: true
1626+
enable-cache: false
16271627
cache-dependency-glob: "**/service-library/requirements/ci*.txt"
16281628
- name: show system version
16291629
run: ./ci/helpers/show_system_versions.bash
@@ -1671,7 +1671,7 @@ jobs:
16711671
uses: astral-sh/setup-uv@v3
16721672
with:
16731673
version: "0.4.x"
1674-
enable-cache: true
1674+
enable-cache: false
16751675
cache-dependency-glob: "**/settings-library/requirements/ci.txt"
16761676
- name: show system version
16771677
run: ./ci/helpers/show_system_versions.bash
@@ -1719,7 +1719,7 @@ jobs:
17191719
uses: astral-sh/setup-uv@v3
17201720
with:
17211721
version: "0.4.x"
1722-
enable-cache: true
1722+
enable-cache: false
17231723
cache-dependency-glob: "**/models-library/requirements/ci.txt"
17241724
- name: show system version
17251725
run: ./ci/helpers/show_system_versions.bash
@@ -1764,13 +1764,11 @@ jobs:
17641764
uses: actions/setup-python@v5
17651765
with:
17661766
python-version: ${{ matrix.python }}
1767-
cache: "pip"
1768-
cache-dependency-path: "packages/notifications-library/requirements/ci.txt"
17691767
- name: install uv
17701768
uses: astral-sh/setup-uv@v3
17711769
with:
17721770
version: "0.4.x"
1773-
enable-cache: true
1771+
enable-cache: false
17741772
cache-dependency-glob: "**/notifications-library/requirements/ci.txt"
17751773
- name: show system version
17761774
run: ./ci/helpers/show_system_versions.bash
@@ -1820,7 +1818,7 @@ jobs:
18201818
uses: astral-sh/setup-uv@v3
18211819
with:
18221820
version: "0.4.x"
1823-
enable-cache: true
1821+
enable-cache: false
18241822
cache-dependency-glob: "**/simcore-sdk/requirements/ci.txt"
18251823
- name: show system version
18261824
run: ./ci/helpers/show_system_versions.bash
@@ -1928,7 +1926,7 @@ jobs:
19281926
uses: astral-sh/setup-uv@v3
19291927
with:
19301928
version: "0.4.x"
1931-
enable-cache: true
1929+
enable-cache: false
19321930
cache-dependency-glob: "**/web/server/requirements/ci.txt"
19331931
- name: show system version
19341932
run: ./ci/helpers/show_system_versions.bash
@@ -1991,7 +1989,7 @@ jobs:
19911989
uses: astral-sh/setup-uv@v3
19921990
with:
19931991
version: "0.4.x"
1994-
enable-cache: true
1992+
enable-cache: false
19951993
cache-dependency-glob: "**/web/server/requirements/ci.txt"
19961994
- name: show system version
19971995
run: ./ci/helpers/show_system_versions.bash
@@ -2054,7 +2052,7 @@ jobs:
20542052
uses: astral-sh/setup-uv@v3
20552053
with:
20562054
version: "0.4.x"
2057-
enable-cache: true
2055+
enable-cache: false
20582056
cache-dependency-glob: "**/director-v2/requirements/ci.txt"
20592057
- name: show system version
20602058
run: ./ci/helpers/show_system_versions.bash
@@ -2121,7 +2119,7 @@ jobs:
21212119
uses: astral-sh/setup-uv@v3
21222120
with:
21232121
version: "0.4.x"
2124-
enable-cache: true
2122+
enable-cache: false
21252123
cache-dependency-glob: "**/director-v2/requirements/ci.txt"
21262124
- name: show system version
21272125
run: ./ci/helpers/show_system_versions.bash
@@ -2186,7 +2184,7 @@ jobs:
21862184
uses: astral-sh/setup-uv@v3
21872185
with:
21882186
version: "0.4.x"
2189-
enable-cache: true
2187+
enable-cache: false
21902188
cache-dependency-glob: "**/dynamic-sidecar/requirements/ci.txt"
21912189
- name: show system version
21922190
run: ./ci/helpers/show_system_versions.bash
@@ -2250,7 +2248,7 @@ jobs:
22502248
uses: astral-sh/setup-uv@v3
22512249
with:
22522250
version: "0.4.x"
2253-
enable-cache: true
2251+
enable-cache: false
22542252
cache-dependency-glob: "**/osparc-gateway-server/requirements/ci.txt"
22552253
- name: show system version
22562254
run: ./ci/helpers/show_system_versions.bash
@@ -2327,7 +2325,7 @@ jobs:
23272325
uses: astral-sh/setup-uv@v3
23282326
with:
23292327
version: "0.4.x"
2330-
enable-cache: true
2328+
enable-cache: false
23312329
cache-dependency-glob: "**/simcore-sdk/requirements/ci.txt"
23322330
- name: show system version
23332331
run: ./ci/helpers/show_system_versions.bash
@@ -2414,7 +2412,7 @@ jobs:
24142412
uses: astral-sh/setup-uv@v3
24152413
with:
24162414
version: "0.4.x"
2417-
enable-cache: true
2415+
enable-cache: false
24182416
cache-dependency-glob: "**/public-api/requirements/ci.txt"
24192417
- name: show system version
24202418
run: ./ci/helpers/show_system_versions.bash
@@ -2474,7 +2472,7 @@ jobs:
24742472
uses: astral-sh/setup-uv@v3
24752473
with:
24762474
version: "0.4.x"
2477-
enable-cache: true
2475+
enable-cache: false
24782476
cache-dependency-glob: "**/swarm-deploy/requirements/ci.txt"
24792477
- name: show system version
24802478
run: ./ci/helpers/show_system_versions.bash
@@ -2545,7 +2543,7 @@ jobs:
25452543
uses: astral-sh/setup-uv@v3
25462544
with:
25472545
version: "0.4.x"
2548-
enable-cache: true
2546+
enable-cache: false
25492547
cache-dependency-glob: "**/e2e/requirements/requirements.txt"
25502548
- name: show system version
25512549
run: ./ci/helpers/show_system_versions.bash
@@ -2608,7 +2606,7 @@ jobs:
26082606
uses: astral-sh/setup-uv@v3
26092607
with:
26102608
version: "0.4.x"
2611-
enable-cache: true
2609+
enable-cache: false
26122610
cache-dependency-glob: "**/e2e-playwright/requirements/ci.txt"
26132611
- name: expose github runtime for buildx
26142612
uses: crazy-max/ghaction-github-runtime@v3
@@ -2670,7 +2668,7 @@ jobs:
26702668
uses: astral-sh/setup-uv@v3
26712669
with:
26722670
version: "0.4.x"
2673-
enable-cache: true
2671+
enable-cache: false
26742672
cache-dependency-glob: "**/environment-setup/requirements/ci.txt"
26752673
- name: show system version
26762674
run: ./ci/helpers/show_system_versions.bash

0 commit comments

Comments
 (0)