-
Notifications
You must be signed in to change notification settings - Fork 14
/
config.yaml.example
46 lines (46 loc) · 1.46 KB
/
config.yaml.example
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
41
42
43
44
45
46
---
jenkins_url: https://myjenkins.ourcorporate.com
job_search_fields: my-job-prefix-or-regex
filter_param_name: PUBLISH_TO_POLARION
filter_param_value: True
filter_version: '1{1}[0,3,6]{1}\.{1}\d{1}|1{1}[0,3,6]{1}(?=\D+)'
cause_action_class: timer
bz_url: https://bugzilla.ourcorporate.com
jira_url: https://jira.ourcorporate.com
# Use one of two options to authenticate to jira
# Using Personal Access Token is preferred, to use
# Basic Authentication uncomment jira_username and jira_password
#jira_username: user1
#jira_password: coolpassword
jira_token: personalaccesstoken
certificate: our_jira_cert.crt
smtp_host: smtp.ourcorporate.com
email_subject: Our CI status report
email_from: [email protected]
email_to: [email protected]
email_to_test: [email protected]
supported_versions:
- 13
- 16.1
- 16.2
stage_logs:
'Install InfraRed':
- '.sh/ir-install.log'
'Cleanup':
- '.sh/ir-virsh-cleanup.log'
'Provision':
- '.sh/ir-virsh-provision.log'
'Undercloud':
- '.sh/ir-tripleo-undercloud.log'
'Introspect':
- '.sh/ir-tripleo-overcloud-install-introspect.log'
'Tagging':
- '.sh/ir-tripleo-overcloud-install-tagging.log'
'Overcloud':
- '.sh/ir-tripleo-overcloud-install.log'
'Run Tempest Tests':
- 'tempest-results'
'Undercloud FFU Upgrade':
- '.sh/ir-tripleo-ffu-undercloud-rhel-upgrade.log'
- '.sh/ir-tripleo-undercloud-rhel-upgrade.log'
- '.sh/ir-tripleo-undercloud-ffu-upgrade.log'