Skip to content

Commit

Permalink
don't fail matrix if one path fails
Browse files Browse the repository at this point in the history
  • Loading branch information
micmelesse committed Jan 22, 2025
1 parent 8cb52c7 commit e50bc0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/amd_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
strategy:
matrix:
runner: [linux-mi300-gpu-1, gfx1100]
fail-fast: false # disables failing the entire job when one matrix entry fails
container:
image: rocm/pytorch:rocm6.2.3_ubuntu22.04_py3.10_pytorch_release_2.3.0
options: --device=/dev/kfd --device=/dev/dri --security-opt seccomp=unconfined --group-add video --user root
Expand Down

0 comments on commit e50bc0c

Please sign in to comment.