Skip to content

Commit

Permalink
Set fail-fast: false (iree-org#190)
Browse files Browse the repository at this point in the history
Our tests are flaky, `fail-fast: false` won't allow failing builds abort
other.

Signed-off-by: Ivan Butygin <[email protected]>
  • Loading branch information
Hardcode84 authored Oct 3, 2024
1 parent d98e521 commit a04ea80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
test:
name: "Unit Tests and Type Checking"
strategy:
fail-fast: false
matrix:
version: [3.11]
os: [ubuntu-latest, nodai-amdgpu-mi300-x86-64]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/perf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
test:
name: "Unit Tests and Type Checking"
strategy:
fail-fast: false
matrix:
version: [3.11]
os: [ubuntu-latest, nodai-amdgpu-mi300-x86-64]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
test:
name: "Test Build Release Process"
strategy:
fail-fast: false
matrix:
version: [3.11]
os: [ubuntu-latest]
Expand Down

0 comments on commit a04ea80

Please sign in to comment.