Skip to content

Commit e9fb5c8

Browse files
Backport to branch(3.14) : [CI] Disable fail-fast strategy for integration test jobs (#3049)
Co-authored-by: Vincent Guilpain <[email protected]>
1 parent c50336a commit e9fb5c8

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ jobs:
127127
- 9042:9042
128128

129129
strategy:
130+
fail-fast: false
130131
matrix:
131132
mode:
132133
- label: default
@@ -191,6 +192,7 @@ jobs:
191192
- 9042:9042
192193

193194
strategy:
195+
fail-fast: false
194196
matrix:
195197
mode:
196198
- label: default
@@ -251,6 +253,7 @@ jobs:
251253
SET_UP_INT_TEST_RUNTIME_ORACLE_JDK_8_OR_11: "${{ ((inputs.INT_TEST_JAVA_RUNTIME_VERSION == '8' || inputs.INT_TEST_JAVA_RUNTIME_VERSION == '11') && inputs.INT_TEST_JAVA_RUNTIME_VENDOR == 'oracle') && 'true' || 'false' }}"
252254

253255
strategy:
256+
fail-fast: false
254257
matrix:
255258
mode:
256259
- label: default
@@ -350,6 +353,7 @@ jobs:
350353
- 8000:8000
351354

352355
strategy:
356+
fail-fast: false
353357
matrix:
354358
mode:
355359
- label: default
@@ -405,6 +409,7 @@ jobs:
405409
runs-on: ubuntu-latest
406410

407411
strategy:
412+
fail-fast: false
408413
matrix:
409414
mode:
410415
- label: default
@@ -464,6 +469,7 @@ jobs:
464469
runs-on: ubuntu-latest
465470

466471
strategy:
472+
fail-fast: false
467473
matrix:
468474
mode:
469475
- label: default
@@ -523,6 +529,7 @@ jobs:
523529
runs-on: ubuntu-latest
524530

525531
strategy:
532+
fail-fast: false
526533
matrix:
527534
mode:
528535
- label: default
@@ -591,6 +598,7 @@ jobs:
591598
- 5432:5432
592599

593600
strategy:
601+
fail-fast: false
594602
matrix:
595603
mode:
596604
- label: default
@@ -655,6 +663,7 @@ jobs:
655663
- 5432:5432
656664

657665
strategy:
666+
fail-fast: false
658667
matrix:
659668
mode:
660669
- label: default
@@ -719,6 +728,7 @@ jobs:
719728
- 5432:5432
720729

721730
strategy:
731+
fail-fast: false
722732
matrix:
723733
mode:
724734
- label: default
@@ -783,6 +793,7 @@ jobs:
783793
- 5432:5432
784794

785795
strategy:
796+
fail-fast: false
786797
matrix:
787798
mode:
788799
- label: default
@@ -847,6 +858,7 @@ jobs:
847858
- 5432:5432
848859

849860
strategy:
861+
fail-fast: false
850862
matrix:
851863
mode:
852864
- label: default
@@ -911,6 +923,7 @@ jobs:
911923
- 1521:1521
912924

913925
strategy:
926+
fail-fast: false
914927
matrix:
915928
mode:
916929
- label: default
@@ -982,6 +995,7 @@ jobs:
982995
--health-retries 120
983996
984997
strategy:
998+
fail-fast: false
985999
matrix:
9861000
mode:
9871001
- label: default
@@ -1037,6 +1051,7 @@ jobs:
10371051
runs-on: ubuntu-latest
10381052

10391053
strategy:
1054+
fail-fast: false
10401055
matrix:
10411056
mode:
10421057
- label: default
@@ -1130,6 +1145,7 @@ jobs:
11301145
SET_UP_INT_TEST_RUNTIME_ORACLE_JDK_8_OR_11: "${{ ((inputs.INT_TEST_JAVA_RUNTIME_VERSION == '8' || inputs.INT_TEST_JAVA_RUNTIME_VERSION == '11') && inputs.INT_TEST_JAVA_RUNTIME_VENDOR == 'oracle') && 'true' || 'false' }}"
11311146

11321147
strategy:
1148+
fail-fast: false
11331149
matrix:
11341150
mode:
11351151
- label: default
@@ -1217,6 +1233,7 @@ jobs:
12171233
options: --name sqlserver19
12181234

12191235
strategy:
1236+
fail-fast: false
12201237
matrix:
12211238
mode:
12221239
- label: default
@@ -1287,6 +1304,7 @@ jobs:
12871304
options: --name sqlserver22
12881305

12891306
strategy:
1307+
fail-fast: false
12901308
matrix:
12911309
mode:
12921310
- label: default
@@ -1346,6 +1364,7 @@ jobs:
13461364
runs-on: ubuntu-latest
13471365

13481366
strategy:
1367+
fail-fast: false
13491368
matrix:
13501369
mode:
13511370
- label: default
@@ -1404,6 +1423,7 @@ jobs:
14041423
runs-on: ubuntu-latest
14051424

14061425
strategy:
1426+
fail-fast: false
14071427
matrix:
14081428
mode:
14091429
- label: default
@@ -1463,6 +1483,7 @@ jobs:
14631483
runs-on: ubuntu-latest
14641484

14651485
strategy:
1486+
fail-fast: false
14661487
matrix:
14671488
mode:
14681489
- label: default
@@ -1522,6 +1543,7 @@ jobs:
15221543
runs-on: ubuntu-latest
15231544

15241545
strategy:
1546+
fail-fast: false
15251547
matrix:
15261548
mode:
15271549
- label: default
@@ -1598,6 +1620,7 @@ jobs:
15981620
- 9042:9042
15991621

16001622
strategy:
1623+
fail-fast: false
16011624
matrix:
16021625
mode:
16031626
- label: default

0 commit comments

Comments
 (0)