From e50bc0ce4687ff9c7483bac82ac7ba973cbf2675 Mon Sep 17 00:00:00 2001 From: Michael Melesse Date: Wed, 22 Jan 2025 12:33:53 -0800 Subject: [PATCH] don't fail matrix if one path fails --- .github/workflows/amd_tests.yml | 1 + 1 file changed, 1 insertion(+) 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