Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
max-parallel: 20
matrix:
split: ${{fromJSON(needs.matrix-gen.outputs.matrix)}}
env:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ jobs:
timeout-minutes: 150
strategy:
fail-fast: false
max-parallel: 20
matrix:
java:
- ${{ inputs.java }}
Expand Down Expand Up @@ -526,6 +527,7 @@ jobs:
--security-opt seccomp=unconfined
strategy:
fail-fast: false
max-parallel: 20
matrix:
java:
- ${{ inputs.java }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/maven_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
# timeout-minutes: 150
strategy:
fail-fast: false
max-parallel: 20
matrix:
java:
- ${{ inputs.java }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
max-parallel: 20
matrix:
# keep in sync with default value of workflow_dispatch input 'branch'
branch: ${{ fromJSON( inputs.branch || '["master", "branch-4.1", "branch-4.0", "branch-3.5"]' ) }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/python_hosted_runner_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
# timeout-minutes: 150
strategy:
fail-fast: false
max-parallel: 20
matrix:
java:
- ${{ inputs.java }}
Expand Down