Skip to content

Commit

Permalink
Do not fail all GitHub Actions when other similar ones fail to help r…
Browse files Browse the repository at this point in the history
…educe the number of builds we have to re-run from flaky tests. (opensearch-project#1879)

Signed-off-by: David Venable <[email protected]>
  • Loading branch information
dlvenable authored Oct 4, 2022
1 parent e1ee89d commit 3a0cb75
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
strategy:
matrix:
java: [11, 17]
fail-fast: false

runs-on: ubuntu-latest

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
strategy:
matrix:
java: [11, 17]
fail-fast: false

runs-on: ubuntu-latest

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
strategy:
matrix:
java: [11, 17]
fail-fast: false

runs-on: ubuntu-latest

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
strategy:
matrix:
java: [11, 17]
fail-fast: false

runs-on: ubuntu-latest

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
strategy:
matrix:
java: [11, 17]
fail-fast: false

runs-on: ubuntu-latest

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
matrix:
java: [11]
opendistro: [1.3.0, 1.6.0, 1.8.0, 1.9.0, 1.11.0, 1.12.0, 1.13.3]
fail-fast: false

runs-on: ubuntu-latest

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
matrix:
java: [11]
opensearch: [1.0.1, 1.1.0, 1.2.4, 1.3.5, 2.0.1, 2.1.0, 2.2.1, 2.3.0]
fail-fast: false

runs-on: ubuntu-latest

Expand Down

0 comments on commit 3a0cb75

Please sign in to comment.