generated from RedHatQE/python-template-repository
-
Notifications
You must be signed in to change notification settings - Fork 4
/
ci-iib-jobs-trigger-config.example.yaml
35 lines (29 loc) · 1.16 KB
/
ci-iib-jobs-trigger-config.example.yaml
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
# openshift ci trigger config - mandatory if using openshift ci
trigger_token: <openshift-ci trigger token>
# jenkins trigger config - mandatory if using jenkins
jenkins_token: <jenkins token>
jenkins_username: <jenkins username>
jenkins_url: <jenkins url>
# Optional
slack_webhook_url: <slack webhook url to post job status>
slack_errors_webhook_url: <slack webhook url to post code errors>
# Optional - if using S3 as storage for operators-latest-iib.json
aws_access_key_id: !ENV "${AWS_ACCESS_KEY_ID}"
aws_secret_access_key: !ENV "${AWS_SECRET_ACCESS_KEY}"
s3_bucket_operators_latest_iib_path: <s3 bucket operators latest iib json path>
aws_region: <aws region>
# Optional - operators latest iib json filepath
local_operators_latest_iib_filepath: <operators latest iib json filepath>
ci_jobs:
<openshift version 1>:
- name: <openshift-ci job name>
ci: openshift-ci
products:
<product name 1>: <operator name 1>
<product name 2>: <operator name 2>
<openshift version 2>:
- name: <jenkins job name>
ci: jenkins
products:
<product name 1>: <operator name 1>
<product name 2>: <operator name 2>