Skip to content

Commit

Permalink
Keep failed VMs by default on pipeline runs (#3040)
Browse files Browse the repository at this point in the history
  • Loading branch information
maddieford authored Feb 7, 2024
1 parent 2bd2dc9 commit 475c7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_e2e/pipeline/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ parameters:
- name: keep_environment
displayName: Keep the test VMs (do not delete them)
type: string
default: no
default: failed
values:
- always
- failed
Expand Down

0 comments on commit 475c7f3

Please sign in to comment.