diff --git a/.github/workflows/amd_tests.yml b/.github/workflows/amd_tests.yml index 41a816711..619bac50d 100644 --- a/.github/workflows/amd_tests.yml +++ b/.github/workflows/amd_tests.yml @@ -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