Skip to content

Commit 9c5ff56

Browse files
committed
[MAINTENANCE] Do not fail fast in workflows
1 parent 3115d47 commit 9c5ff56

18 files changed

+18
-0
lines changed

.github/workflows/async.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
JDKxx_Matrix:
3030
timeout-minutes: 10
3131
strategy:
32+
fail-fast: false
3233
matrix:
3334
java: [ 8 ]
3435
os: [ ubuntu-latest ]

.github/workflows/blueprint.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
JDKxx_Matrix:
3131
timeout-minutes: 10
3232
strategy:
33+
fail-fast: false
3334
matrix:
3435
java: [ 8 ]
3536
os: [ ubuntu-latest ]

.github/workflows/eba-maven-plugin.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
JDKxx_Matrix:
3030
timeout-minutes: 10
3131
strategy:
32+
fail-fast: false
3233
matrix:
3334
java: [ 8 ]
3435
os: [ ubuntu-latest ]

.github/workflows/ejb.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
JDKxx_Matrix:
3232
timeout-minutes: 10
3333
strategy:
34+
fail-fast: false
3435
matrix:
3536
java: [ 8 ]
3637
os: [ ubuntu-latest ]

.github/workflows/esa-ant-task.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
JDKxx_Matrix:
3030
timeout-minutes: 10
3131
strategy:
32+
fail-fast: false
3233
matrix:
3334
java: [ 8 ]
3435
os: [ ubuntu-latest ]

.github/workflows/esa-maven-plugin.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
JDKxx_Matrix:
3030
timeout-minutes: 10
3131
strategy:
32+
fail-fast: false
3233
matrix:
3334
java: [ 8 ]
3435
os: [ ubuntu-latest ]

.github/workflows/jmx.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
JDKxx_Matrix:
3131
timeout-minutes: 10
3232
strategy:
33+
fail-fast: false
3334
matrix:
3435
java: [ 8 ]
3536
os: [ ubuntu-latest ]

.github/workflows/jndi.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
JDKxx_Matrix:
3131
timeout-minutes: 10
3232
strategy:
33+
fail-fast: false
3334
matrix:
3435
java: [ 8 ]
3536
os: [ ubuntu-latest ]

.github/workflows/proxy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
JDKxx_Matrix:
3030
timeout-minutes: 10
3131
strategy:
32+
fail-fast: false
3233
matrix:
3334
java: [ 8 ]
3435
os: [ ubuntu-latest ]

.github/workflows/pushstream.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
JDKxx_Matrix:
3030
timeout-minutes: 10
3131
strategy:
32+
fail-fast: false
3233
matrix:
3334
java: [ 8, 11, 17, 21 ]
3435
os: [ ubuntu-latest ]

.github/workflows/quiesce.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
JDKxx_Matrix:
3131
timeout-minutes: 10
3232
strategy:
33+
fail-fast: false
3334
matrix:
3435
java: [ 8 ]
3536
os: [ ubuntu-latest ]

.github/workflows/spi-fly.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
JDKxx_Matrix:
3434
timeout-minutes: 10
3535
strategy:
36+
fail-fast: false
3637
matrix:
3738
java: [ 8, 11, 17, 21 ]
3839
os: [ ubuntu-latest ]

.github/workflows/subsystem.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
JDKxx_Matrix:
3131
timeout-minutes: 10
3232
strategy:
33+
fail-fast: false
3334
matrix:
3435
java: [ 8 ]
3536
os: [ ubuntu-latest ]

.github/workflows/testsupport.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
JDKxx_Matrix:
3030
timeout-minutes: 10
3131
strategy:
32+
fail-fast: false
3233
matrix:
3334
java: [ 8 ]
3435
os: [ ubuntu-latest ]

.github/workflows/transaction.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
JDKxx_Matrix:
3030
timeout-minutes: 10
3131
strategy:
32+
fail-fast: false
3233
matrix:
3334
java: [ 8 ]
3435
os: [ ubuntu-latest ]

.github/workflows/util.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
JDKxx_Matrix:
3030
timeout-minutes: 10
3131
strategy:
32+
fail-fast: false
3233
matrix:
3334
java: [ 8 ]
3435
os: [ ubuntu-latest ]

.github/workflows/versioning.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
JDKxx_Matrix:
3030
timeout-minutes: 10
3131
strategy:
32+
fail-fast: false
3233
matrix:
3334
java: [ 8, 11 ]
3435
os: [ ubuntu-latest ]

.github/workflows/web.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
JDKxx_Matrix:
3131
timeout-minutes: 10
3232
strategy:
33+
fail-fast: false
3334
matrix:
3435
java: [ 8 ]
3536
os: [ ubuntu-latest ]

0 commit comments

Comments
 (0)