mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-19 16:56:57 -04:00
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 <me@ryan.ec>
This commit is contained in:
parent
cfe3c61dce
commit
f25ce9cc71
1 changed files with 1 additions and 0 deletions
1
.github/workflows/enos-run.yml
vendored
1
.github/workflows/enos-run.yml
vendored
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue