From 6983bb7d4141848b8afcfafdea5cd0706f9aa70a Mon Sep 17 00:00:00 2001 From: Ryan Cragun Date: Thu, 1 Sep 2022 13:16:56 -0600 Subject: [PATCH] enos: don't fail fast in enos integration matrix (#2416) 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 eed637cec5..94aa61b675 100644 --- a/.github/workflows/enos-run.yml +++ b/.github/workflows/enos-run.yml @@ -22,6 +22,7 @@ jobs: # Enos jobs are still a bit flaky, ensure they don't fail the workflow. continue-on-error: true strategy: + fail-fast: false # don't fail as that can skip required cleanup steps for jobs matrix: include: - test: smoke