Skip to content

Commit

Permalink
[MAINTENANCE] Do not fail fast in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
alien11689 committed Jan 15, 2025
1 parent 3115d47 commit 9c5ff56
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/async.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
JDKxx_Matrix:
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
java: [ 8 ]
os: [ ubuntu-latest ]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/blueprint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
JDKxx_Matrix:
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
java: [ 8 ]
os: [ ubuntu-latest ]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/eba-maven-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
JDKxx_Matrix:
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
java: [ 8 ]
os: [ ubuntu-latest ]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ejb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
JDKxx_Matrix:
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
java: [ 8 ]
os: [ ubuntu-latest ]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/esa-ant-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
JDKxx_Matrix:
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
java: [ 8 ]
os: [ ubuntu-latest ]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/esa-maven-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
JDKxx_Matrix:
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
java: [ 8 ]
os: [ ubuntu-latest ]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/jmx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
JDKxx_Matrix:
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
java: [ 8 ]
os: [ ubuntu-latest ]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/jndi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
JDKxx_Matrix:
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
java: [ 8 ]
os: [ ubuntu-latest ]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
JDKxx_Matrix:
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
java: [ 8 ]
os: [ ubuntu-latest ]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pushstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
JDKxx_Matrix:
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
java: [ 8, 11, 17, 21 ]
os: [ ubuntu-latest ]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/quiesce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
JDKxx_Matrix:
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
java: [ 8 ]
os: [ ubuntu-latest ]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/spi-fly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
JDKxx_Matrix:
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
java: [ 8, 11, 17, 21 ]
os: [ ubuntu-latest ]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/subsystem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
JDKxx_Matrix:
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
java: [ 8 ]
os: [ ubuntu-latest ]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/testsupport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
JDKxx_Matrix:
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
java: [ 8 ]
os: [ ubuntu-latest ]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/transaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
JDKxx_Matrix:
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
java: [ 8 ]
os: [ ubuntu-latest ]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/util.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
JDKxx_Matrix:
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
java: [ 8 ]
os: [ ubuntu-latest ]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/versioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
JDKxx_Matrix:
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
java: [ 8, 11 ]
os: [ ubuntu-latest ]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
JDKxx_Matrix:
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
java: [ 8 ]
os: [ ubuntu-latest ]
Expand Down

0 comments on commit 9c5ff56

Please sign in to comment.