Skip to content

Commit

Permalink
Merge pull request #419 from Xilinx/matthias.ci_no_failfast
Browse files Browse the repository at this point in the history
ci: disable fail-fast
  • Loading branch information
mgehre-amd authored Dec 16, 2024
2 parents 70740c6 + b61bb3e commit 1732122
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ concurrency:
jobs:
build-test-linux:
strategy:
fail-fast: true
# AMD: Disable fail-fast to see whether failures are different between stable & nightly
# fail-fast: true
matrix:
torch-version: [nightly, stable]
name: Build and Test (Linux, torch-${{ matrix.torch-version }}, assertions)
Expand Down

0 comments on commit 1732122

Please sign in to comment.