Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit

Permalink
Add cluster retention parameters to manual e2e test
Browse files Browse the repository at this point in the history
Add parameters for retaining the cluster in case of
failure in the test.

Signed-off-by: Pablo Chacin <pchacin@suse.com>
  • Loading branch information
Pablo Chacin committed Jul 6, 2020
1 parent 0202984 commit d9a0206
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ci/jenkins/templates/e2e-dev-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@
name: PLATFORM
default: 'vmware'
description: The platform to perform the tests on
- bool:
name: RETAIN_CLUSTER
default: false
description: Retain the cluster in case of failure
- string:
name: RETENTION_PERIOD
default: 24
description: retention period for cluster (in hours)
- string:
name: E2E_MAKE_TARGET_NAME
default: ''
Expand Down

0 comments on commit d9a0206

Please sign in to comment.