Skip to content

Commit fc2d908

Browse files
authored
Merge branch 'master' into is1988/upgrading-director-to-fastapi
2 parents 3a8224e + 5f70a0d commit fc2d908

File tree

1 file changed

+38
-38
lines changed

1 file changed

+38
-38
lines changed

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

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ jobs:
351351
- name: test
352352
if: ${{ !cancelled() }}
353353
run: ./ci/github/unit-testing/webserver.bash test_with_db 01
354-
- uses: codecov/codecov-action@v4.6.0
354+
- uses: codecov/codecov-action@v5.0.2
355355
env:
356356
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
357357
with:
@@ -396,7 +396,7 @@ jobs:
396396
run: ./ci/github/unit-testing/webserver.bash install
397397
- name: test
398398
run: ./ci/github/unit-testing/webserver.bash test_with_db 02
399-
- uses: codecov/codecov-action@v4.6.0
399+
- uses: codecov/codecov-action@v5.0.2
400400
env:
401401
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
402402
with:
@@ -441,7 +441,7 @@ jobs:
441441
run: ./ci/github/unit-testing/webserver.bash install
442442
- name: test
443443
run: ./ci/github/unit-testing/webserver.bash test_with_db 03
444-
- uses: codecov/codecov-action@v4.6.0
444+
- uses: codecov/codecov-action@v5.0.2
445445
env:
446446
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
447447
with:
@@ -486,7 +486,7 @@ jobs:
486486
run: ./ci/github/unit-testing/webserver.bash install
487487
- name: test
488488
run: ./ci/github/unit-testing/webserver.bash test_with_db 04
489-
- uses: codecov/codecov-action@v4.6.0
489+
- uses: codecov/codecov-action@v5.0.2
490490
env:
491491
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
492492
with:
@@ -534,7 +534,7 @@ jobs:
534534
- name: test
535535
if: ${{ !cancelled() }}
536536
run: ./ci/github/unit-testing/storage.bash test
537-
- uses: codecov/codecov-action@v4.6.0
537+
- uses: codecov/codecov-action@v5.0.2
538538
env:
539539
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
540540
with:
@@ -584,7 +584,7 @@ jobs:
584584
- name: test
585585
if: ${{ !cancelled() }}
586586
run: ./ci/github/unit-testing/agent.bash test
587-
- uses: codecov/codecov-action@v4.6.0
587+
- uses: codecov/codecov-action@v5.0.2
588588
env:
589589
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
590590
with:
@@ -629,7 +629,7 @@ jobs:
629629
run: ./ci/github/unit-testing/api.bash install
630630
- name: test
631631
run: ./ci/github/unit-testing/api.bash test
632-
- uses: codecov/codecov-action@v4.6.0
632+
- uses: codecov/codecov-action@v5.0.2
633633
env:
634634
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
635635
with:
@@ -680,7 +680,7 @@ jobs:
680680
- name: OAS backwards compatibility check
681681
if: ${{ !cancelled() }}
682682
run: ./ci/github/unit-testing/api-server.bash openapi-diff
683-
- uses: codecov/codecov-action@v4.6.0
683+
- uses: codecov/codecov-action@v5.0.2
684684
env:
685685
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
686686
with:
@@ -728,7 +728,7 @@ jobs:
728728
- name: test
729729
if: ${{ !cancelled() }}
730730
run: ./ci/github/unit-testing/autoscaling.bash test
731-
- uses: codecov/codecov-action@v4.6.0
731+
- uses: codecov/codecov-action@v5.0.2
732732
env:
733733
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
734734
with:
@@ -782,7 +782,7 @@ jobs:
782782
with:
783783
name: ${{ github.job }}_docker_logs
784784
path: ./services/catalog/test_failures
785-
- uses: codecov/codecov-action@v4.6.0
785+
- uses: codecov/codecov-action@v5.0.2
786786
env:
787787
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
788788
with:
@@ -841,7 +841,7 @@ jobs:
841841
source .venv/bin/activate && \
842842
pushd services/clusters-keeper && \
843843
make test-ci-unit
844-
- uses: codecov/codecov-action@v4.6.0
844+
- uses: codecov/codecov-action@v5.0.2
845845
env:
846846
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
847847
with:
@@ -895,7 +895,7 @@ jobs:
895895
with:
896896
name: ${{ github.job }}_docker_logs
897897
path: ./services/datcore-adapter/test_failures
898-
- uses: codecov/codecov-action@v4.6.0
898+
- uses: codecov/codecov-action@v5.0.2
899899
env:
900900
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
901901
with:
@@ -949,7 +949,7 @@ jobs:
949949
with:
950950
name: ${{ github.job }}_docker_logs
951951
path: ./services/director/test_failures
952-
- uses: codecov/codecov-action@v4.6.0
952+
- uses: codecov/codecov-action@v5.0.2
953953
env:
954954
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
955955
with:
@@ -1003,7 +1003,7 @@ jobs:
10031003
with:
10041004
name: ${{ github.job }}_docker_logs
10051005
path: ./services/director-v2/test_failures
1006-
- uses: codecov/codecov-action@v4.6.0
1006+
- uses: codecov/codecov-action@v5.0.2
10071007
env:
10081008
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
10091009
with:
@@ -1051,7 +1051,7 @@ jobs:
10511051
- name: test
10521052
if: ${{ !cancelled() }}
10531053
run: ./ci/github/unit-testing/aws-library.bash test
1054-
- uses: codecov/codecov-action@v4.6.0
1054+
- uses: codecov/codecov-action@v5.0.2
10551055
env:
10561056
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
10571057
with:
@@ -1099,7 +1099,7 @@ jobs:
10991099
- name: test
11001100
if: ${{ !cancelled() }}
11011101
run: ./ci/github/unit-testing/dask-task-models-library.bash test
1102-
- uses: codecov/codecov-action@v4.6.0
1102+
- uses: codecov/codecov-action@v5.0.2
11031103
env:
11041104
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
11051105
with:
@@ -1147,7 +1147,7 @@ jobs:
11471147
- name: test
11481148
if: ${{ !cancelled() }}
11491149
run: ./ci/github/unit-testing/dask-sidecar.bash test
1150-
- uses: codecov/codecov-action@v4.6.0
1150+
- uses: codecov/codecov-action@v5.0.2
11511151
env:
11521152
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
11531153
with:
@@ -1205,7 +1205,7 @@ jobs:
12051205
source .venv/bin/activate && \
12061206
pushd services/osparc-gateway-server && \
12071207
make test-ci-unit
1208-
- uses: codecov/codecov-action@v4.6.0
1208+
- uses: codecov/codecov-action@v5.0.2
12091209
env:
12101210
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
12111211
with:
@@ -1253,7 +1253,7 @@ jobs:
12531253
- name: test
12541254
if: ${{ !cancelled() }}
12551255
run: ./ci/github/unit-testing/payments.bash test
1256-
- uses: codecov/codecov-action@v4.6.0
1256+
- uses: codecov/codecov-action@v5.0.2
12571257
env:
12581258
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
12591259
with:
@@ -1301,7 +1301,7 @@ jobs:
13011301
- name: test
13021302
if: ${{ !cancelled() }}
13031303
run: ./ci/github/unit-testing/dynamic-scheduler.bash test
1304-
- uses: codecov/codecov-action@v4.6.0
1304+
- uses: codecov/codecov-action@v5.0.2
13051305
env:
13061306
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
13071307
with:
@@ -1359,7 +1359,7 @@ jobs:
13591359
source .venv/bin/activate && \
13601360
pushd services/resource-usage-tracker && \
13611361
make test-ci-unit
1362-
- uses: codecov/codecov-action@v4.6.0
1362+
- uses: codecov/codecov-action@v5.0.2
13631363
env:
13641364
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
13651365
with:
@@ -1407,7 +1407,7 @@ jobs:
14071407
- name: test
14081408
if: ${{ !cancelled() }}
14091409
run: ./ci/github/unit-testing/dynamic-sidecar.bash test
1410-
- uses: codecov/codecov-action@v4.6.0
1410+
- uses: codecov/codecov-action@v5.0.2
14111411
env:
14121412
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
14131413
with:
@@ -1466,7 +1466,7 @@ jobs:
14661466
source .venv/bin/activate && \
14671467
pushd services/efs-guardian && \
14681468
make test-ci-unit
1469-
- uses: codecov/codecov-action@v4.6.0
1469+
- uses: codecov/codecov-action@v5.0.2
14701470
env:
14711471
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
14721472
with:
@@ -1549,7 +1549,7 @@ jobs:
15491549
- name: test
15501550
if: ${{ !cancelled() }}
15511551
run: ./ci/github/unit-testing/postgres-database.bash test
1552-
- uses: codecov/codecov-action@v4.6.0
1552+
- uses: codecov/codecov-action@v5.0.2
15531553
env:
15541554
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
15551555
with:
@@ -1597,7 +1597,7 @@ jobs:
15971597
- name: test
15981598
if: ${{ !cancelled() }}
15991599
run: ./ci/github/unit-testing/invitations.bash test
1600-
- uses: codecov/codecov-action@v4.6.0
1600+
- uses: codecov/codecov-action@v5.0.2
16011601
env:
16021602
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
16031603
with:
@@ -1645,7 +1645,7 @@ jobs:
16451645
- name: test
16461646
if: ${{ !cancelled() }}
16471647
run: ./ci/github/unit-testing/service-integration.bash test
1648-
- uses: codecov/codecov-action@v4.6.0
1648+
- uses: codecov/codecov-action@v5.0.2
16491649
env:
16501650
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
16511651
with:
@@ -1693,7 +1693,7 @@ jobs:
16931693
- name: test
16941694
if: ${{ !cancelled() }}
16951695
run: ./ci/github/unit-testing/service-library.bash test_all
1696-
- uses: codecov/codecov-action@v4.6.0
1696+
- uses: codecov/codecov-action@v5.0.2
16971697
env:
16981698
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
16991699
with:
@@ -1741,7 +1741,7 @@ jobs:
17411741
- name: test
17421742
if: ${{ !cancelled() }}
17431743
run: ./ci/github/unit-testing/settings-library.bash test
1744-
- uses: codecov/codecov-action@v4.6.0
1744+
- uses: codecov/codecov-action@v5.0.2
17451745
env:
17461746
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
17471747
with:
@@ -1788,7 +1788,7 @@ jobs:
17881788
run: ./ci/github/unit-testing/models-library.bash typecheck
17891789
- name: test
17901790
run: ./ci/github/unit-testing/models-library.bash test
1791-
- uses: codecov/codecov-action@v4.6.0
1791+
- uses: codecov/codecov-action@v5.0.2
17921792
env:
17931793
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
17941794
with:
@@ -1838,7 +1838,7 @@ jobs:
18381838
- name: test
18391839
if: ${{ !cancelled() }}
18401840
run: ./ci/github/unit-testing/notifications-library.bash test
1841-
- uses: codecov/codecov-action@v4.6.0
1841+
- uses: codecov/codecov-action@v5.0.2
18421842
env:
18431843
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
18441844
with:
@@ -1888,7 +1888,7 @@ jobs:
18881888
- name: test
18891889
if: ${{ !cancelled() }}
18901890
run: ./ci/github/unit-testing/simcore-sdk.bash test
1891-
- uses: codecov/codecov-action@v4.6.0
1891+
- uses: codecov/codecov-action@v5.0.2
18921892
env:
18931893
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
18941894
with:
@@ -2003,7 +2003,7 @@ jobs:
20032003
- name: cleanup
20042004
if: ${{ !cancelled() }}
20052005
run: ./ci/github/integration-testing/webserver.bash clean_up
2006-
- uses: codecov/codecov-action@v4.6.0
2006+
- uses: codecov/codecov-action@v5.0.2
20072007
env:
20082008
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
20092009
with:
@@ -2066,7 +2066,7 @@ jobs:
20662066
- name: cleanup
20672067
if: ${{ !cancelled() }}
20682068
run: ./ci/github/integration-testing/webserver.bash clean_up
2069-
- uses: codecov/codecov-action@v4.6.0
2069+
- uses: codecov/codecov-action@v5.0.2
20702070
env:
20712071
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
20722072
with:
@@ -2129,7 +2129,7 @@ jobs:
21292129
- name: cleanup
21302130
if: ${{ !cancelled() }}
21312131
run: ./ci/github/integration-testing/director-v2.bash clean_up
2132-
- uses: codecov/codecov-action@v4.6.0
2132+
- uses: codecov/codecov-action@v5.0.2
21332133
env:
21342134
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
21352135
with:
@@ -2201,7 +2201,7 @@ jobs:
22012201
- name: cleanup
22022202
if: ${{ !cancelled() }}
22032203
run: ./ci/github/integration-testing/director-v2.bash clean_up
2204-
- uses: codecov/codecov-action@v4.6.0
2204+
- uses: codecov/codecov-action@v5.0.2
22052205
env:
22062206
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
22072207
with:
@@ -2266,7 +2266,7 @@ jobs:
22662266
- name: cleanup
22672267
if: ${{ !cancelled() }}
22682268
run: ./ci/github/integration-testing/dynamic-sidecar.bash clean_up
2269-
- uses: codecov/codecov-action@v4.6.0
2269+
- uses: codecov/codecov-action@v5.0.2
22702270
env:
22712271
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
22722272
with:
@@ -2344,7 +2344,7 @@ jobs:
23442344
run: |
23452345
pushd services/osparc-gateway-server && \
23462346
make down
2347-
- uses: codecov/codecov-action@v4.6.0
2347+
- uses: codecov/codecov-action@v5.0.2
23482348
env:
23492349
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
23502350
with:
@@ -2407,7 +2407,7 @@ jobs:
24072407
- name: cleanup
24082408
if: ${{ !cancelled() }}
24092409
run: ./ci/github/integration-testing/simcore-sdk.bash clean_up
2410-
- uses: codecov/codecov-action@v4.6.0
2410+
- uses: codecov/codecov-action@v5.0.2
24112411
env:
24122412
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
24132413
with:

0 commit comments

Comments
 (0)