Skip to content

Commit 58cb58c

Browse files
committed
pass skip_cleanup param to bwats
Signed-off-by: Nishad Mathur <[email protected]>
1 parent 57db48b commit 58cb58c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ci/tasks/run-bwats/run

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ pushd stemcell-builder/acceptance_test
3232
"vm_extensions": "${VM_EXTENSIONS}",
3333
"network": "${NETWORK}",
3434
"default_username": "${DEFAULT_USERNAME}",
35-
"default_password": "${DEFAULT_PASSWORD}"
35+
"default_password": "${DEFAULT_PASSWORD}",
36+
"skip_cleanup": ${SKIP_CLEANUP}
3637
}
3738
END_OF_CONFIG
3839

ci/tasks/run-bwats/task.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ params:
3333
BWATS_BOSH_TIMEOUT:
3434
DEFAULT_USERNAME:
3535
DEFAULT_PASSWORD:
36+
SKIP_CLEANUP: false

0 commit comments

Comments
 (0)