From f25ce9cc71daf0d54fb7291dfbeb3ca664e2ada0 Mon Sep 17 00:00:00 2001 From: Ryan Cragun Date: Thu, 1 Sep 2022 13:16:17 -0600 Subject: [PATCH] enos: don't fail fast in enos integration matrix (#16960) Disable the fail-fast feature for the matrix strategy. This prevents a single failure to cascade to all jobs in the matrix. This prevents cases where other jobs fail before they're able to clean up resources. Signed-off-by: Ryan Cragun --- .github/workflows/enos-run.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/enos-run.yml b/.github/workflows/enos-run.yml index 26e63f6465..3d94d3289d 100644 --- a/.github/workflows/enos-run.yml +++ b/.github/workflows/enos-run.yml @@ -17,6 +17,7 @@ jobs: enos: name: Integration strategy: + fail-fast: false # don't fail as that can skip required cleanup steps for jobs matrix: # Run four scenarios to get a maximal distribution of variants in as # few jobs as possible.