-
Notifications
You must be signed in to change notification settings - Fork 4
/
flags.yml
40 lines (30 loc) · 1.33 KB
/
flags.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
# This contains the list of all flags which can modify the pipeline behaviour.
# The settings in this file will also be valid for our most complete pipeline
# (which performs an upgrade and all tests)
# Update github commit status at various points, as well as success/failure.
# Also send emails upon failure
status-reporting: false
# Upload klogs to s3 upon failure
klog-collection-on-failure: true
enable-cf-deploy-pre-upgrade: true
# run tests before an upgrade
enable-cf-smoke-tests-pre-upgrade: true
enable-cf-brain-tests-pre-upgrade: true
# When upgrading, deploy cf-usb (and an app using it) pre-upgrade, and ensure
# that it remains working post-upgrade
enable-cf-usb-upgrade-tests: true
enable-cf-upgrade: true
# USB post-upgrade task will run after upgrade when upgrade-tests flag is enabled
# Deploy CF for pipelines. If upgrade-from-version is set, this triggers an
# upgrade instead. This may be `true` (use the latest in the bucket), `false`
# (don't deploy), or a string (in which case use given bundle URL)
enable-cf-deploy: false
# run tests for non-upgrade pipelines, and post-upgrade tests for upgrade pipelines
enable-cf-smoke-tests: true
enable-cf-brain-tests: true
enable-cf-acceptance-tests: true
# tear down CAP deployment when all tasks are successful
enable-cf-teardown: true
terraform-gke: false
terraform-aks: false