From af8317b10251007c74d3c6cf7905b279c9a5ae9c Mon Sep 17 00:00:00 2001 From: "Karl W. Schulz" Date: Fri, 2 Feb 2024 15:28:30 -0600 Subject: [PATCH] unset fail-fast for matrix jobs so each ROCm version always executes Signed-off-by: Karl W. Schulz [ROCm/rocprofiler-compute commit: dd16b95ebfd1c5b0d8b158a8fe34581be0a33d89] --- projects/rocprofiler-compute/.github/workflows/mi100.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/rocprofiler-compute/.github/workflows/mi100.yml b/projects/rocprofiler-compute/.github/workflows/mi100.yml index 875e5d4661..8f764b92d2 100644 --- a/projects/rocprofiler-compute/.github/workflows/mi100.yml +++ b/projects/rocprofiler-compute/.github/workflows/mi100.yml @@ -19,6 +19,7 @@ jobs: matrix: version: [5.5.1, 5.7.1] runs-on: [mi100, rhel9] + fail-fast: false env: PYTHONPATH: /home1/ciuser/omniperf_deps # PYTHONPATH: ${{ github.workspace }}/python-libs