forked from kubernetes/test-infra
-
Notifications
You must be signed in to change notification settings - Fork 41
/
config.yaml
262 lines (256 loc) · 8.98 KB
/
config.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
plank:
job_url_template: 'http://prow.purple-chesterfield.com/log?job={{.Spec.Job}}&id={{.Status.BuildID}}'
default_decoration_config:
utility_images: # using the tag we identified above
clonerefs: "quay.io/multicloudlab/k8s-prow-clonerefs:v20200311-50c69dc34"
initupload: "quay.io/multicloudlab/k8s-prow-initupload:v20200311-50c69dc34"
entrypoint: "quay.io/multicloudlab/k8s-prow-entrypoint:v20200311-50c69dc34"
sidecar: "quay.io/multicloudlab/k8s-prow-sidecar:v20200311-50c69dc34"
gcs_configuration:
bucket: prow_job_bucket # the bucket we just made
path_strategy: explicit
gcs_credentials_secret: gcs-credentials # the secret we just made
default_decoration_configs:
'*':
utility_images: # using the tag we identified above
clonerefs: "quay.io/multicloudlab/k8s-prow-clonerefs:v20200311-50c69dc34"
initupload: "quay.io/multicloudlab/k8s-prow-initupload:v20200311-50c69dc34"
entrypoint: "quay.io/multicloudlab/k8s-prow-entrypoint:v20200311-50c69dc34"
sidecar: "quay.io/multicloudlab/k8s-prow-sidecar:v20200311-50c69dc34"
gcs_configuration:
bucket: prow_job_bucket # the bucket we just made
path_strategy: explicit
gcs_credentials_secret: gcs-credentials # the secret we just made
prowjob_namespace: default
pod_namespace: test-pods
tide:
merge_method:
multicloudlab/oasis: squash
multicloudlab/mygit: squash
multicloudlab/test-infra: squash
multicloudlab/tools: squash
rh-ibm-synergy/multicloud-operators-foundation: squash
IBM/deployer-operator: squash
IBM/hybridapplication-operator: squash
IBM/hybriddeployable-operator: squash
IBM/go-repo-template: squash
IBM/test-infra: squash
IBM/ibm-auditlogging-operator: squash
IBM/ibm-catalog-ui-operator: squash
IBM/ibm-cert-manager-operator: squash
IBM/ibm-commonui-operator: squash
IBM/ibm-common-service-operator: squash
IBM/ibm-user-management-operator: squash
IBM/ibm-namespace-scope-operator: squash
IBM/ibm-common-service-webhook: squash
IBM/ibm-crossplane-operator: squash
IBM/crossplane-provider-kubernetes: squash
IBM/crossplane-provider-ibm-cloud: squash
IBM/ibm-elastic-stack-operator: squash
IBM/ibm-grafana-ocpthanos-proxy: squash
IBM/ibm-monitoring-grafana-operator: squash
IBM/ibm-healthcheck-operator: squash
IBM/ibm-helm-api-operator: squash
IBM/ibm-helm-repo-operator: squash
IBM/ibm-iam-operator: squash
IBM/ibm-iam-policy-operator: squash
IBM/ibm-ingress-nginx-operator: squash
IBM/ibm-licensing-hub-operator: squash
IBM/ibm-licensing-operator: squash
IBM/ibm-management-ingress-operator: squash
IBM/ibm-management-repo-operator: squash
IBM/ibm-metering-multicloudui-operator: squash
IBM/ibm-metering-operator: squash
IBM/ibm-metering-receiver-operator: squash
IBM/ibm-metering-sender-operator: squash
IBM/ibm-mongodb-operator: squash
IBM/ibm-monitoring-exporters-operator: squash
IBM/ibm-monitoring-prometheus-operator-ext: squash
IBM/ibm-mt-grqenforcer-operator: squash
IBM/ibm-platform-api-operator: squash
IBM/ibm-secretshare-operator: squash
IBM/operand-deployment-lifecycle-manager: squash
IBM/multicloud-operators-subscription-release: squash
IBM/multicloud-operators-policy-controller: squash
IBM/multicloud-operators-placementrule: squash
IBM/multicloud-operators-deployable: squash
IBM/multicloud-operators-channel: squash
IBM/multicloud-operators-subscription: squash
IBM/multicloud-multi-tenancy: squash
IBM/multicloud-application-monitoring-dashboard: squash
IBM/prometheus-metrics-server-simulator: squash
hybridapp-io/application: squash
hybridapp-io/ham-application-assembler: squash
hybridapp-io/ham-deploy: squash
hybridapp-io/ham-docs: squash
hybridapp-io/ham-placement: squash
hybridapp-io/ham-resource-discoverer: squash
hybridapp-io/ham-deployable-operator: squash
hybridapp-io/samples: squash
target_url: http://prow.purple-chesterfield.com/tide
queries:
- repos:
- multicloudlab/oasis
- multicloudlab/mygit
- multicloudlab/tools
- rh-ibm-synergy/multicloud-operators-foundation
- IBM/deployer-operator
- IBM/hybridapplication-operator
- IBM/hybriddeployable-operator
- IBM/go-repo-template
- IBM/test-infra
- IBM/ibm-auditlogging-operator
- IBM/ibm-catalog-ui-operator
- IBM/ibm-cert-manager-operator
- IBM/ibm-commonui-operator
- IBM/ibm-common-service-operator
- IBM/ibm-user-management-operator
- IBM/ibm-namespace-scope-operator
- IBM/ibm-common-service-webhook
- IBM/ibm-crossplane-operator
- IBM/crossplane-provider-kubernetes
- IBM/crossplane-provider-ibm-cloud
- IBM/ibm-elastic-stack-operator
- IBM/ibm-grafana-ocpthanos-proxy
- IBM/ibm-monitoring-grafana-operator
- IBM/ibm-healthcheck-operator
- IBM/ibm-helm-api-operator
- IBM/ibm-helm-repo-operator
- IBM/ibm-iam-operator
- IBM/ibm-iam-policy-operator
- IBM/ibm-ingress-nginx-operator
- IBM/ibm-licensing-hub-operator
- IBM/ibm-licensing-operator
- IBM/ibm-management-ingress-operator
- IBM/ibm-management-repo-operator
- IBM/ibm-metering-multicloudui-operator
- IBM/ibm-metering-operator
- IBM/ibm-metering-receiver-operator
- IBM/ibm-metering-sender-operator
- IBM/ibm-mongodb-operator
- IBM/ibm-monitoring-exporters-operator
- IBM/ibm-monitoring-prometheus-operator-ext
- IBM/ibm-mt-grqenforcer-operator
- IBM/ibm-platform-api-operator
- IBM/ibm-secretshare-operator
- IBM/operand-deployment-lifecycle-manager
- IBM/multicloud-operators-subscription-release
- IBM/multicloud-operators-policy-controller
- IBM/multicloud-operators-placementrule
- IBM/multicloud-operators-deployable
- IBM/multicloud-operators-channel
- IBM/multicloud-operators-subscription
- IBM/multicloud-multi-tenancy
- IBM/multicloud-application-monitoring-dashboard
- IBM/prometheus-metrics-server-simulator
- hybridapp-io/application
- hybridapp-io/ham-application-assembler
- hybridapp-io/ham-deploy
- hybridapp-io/ham-docs
- hybridapp-io/ham-placement
- hybridapp-io/ham-resource-discoverer
- hybridapp-io/ham-deployable-operator
- hybridapp-io/samples
labels:
- lgtm
- approved
missingLabels:
- do-not-merge
- do-not-merge/hold
- do-not-merge/work-in-progress
- do-not-merge/invalid-owners-file
- needs-rebase
context_options:
# Use branch protection options to define required and optional contexts
from-branch-protection: true
# Treat unknown contexts as optional
skip-unknown-contexts: true
# branch-protection:
# orgs:
# IBM:
# repos:
# go-repo-template:
# protect: true
# # TODO: add ibm cla
# # required_status_checks:
# # contexts:
# # - cla/ibm
# exclude:
# - "^revert-" # don't protect revert branches
# - "^dependabot/" # don't protect branches created by dependabot
# - "^greenkeeper/" # don't protect branches created by greenkeeper
# required_status_checks:
# contexts:
# - continuous-integration/travis-ci/pr
presets:
# presets for tool image push
- labels:
preset-tool-image-push: "true"
env:
- name: IMAGE_REPO
value: quay.io/cicdtest
- name: ZONE
value: us-east5-c
- name: CLUSTER
value: bedrock-prow
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/service-account/service-account.json
- name: CLOUDSDK_AUTH_CREDENTIAL_FILE_OVERRIDE
value: /etc/service-account/service-account.json
volumeMounts:
- name: service
mountPath: /etc/service-account
readOnly: true
volumes:
- name: service
secret:
secretName: service-account
# presets for private repos
- labels:
preset-service-account: "true"
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/service-account/service-account.json
- name: CLOUDSDK_AUTH_CREDENTIAL_FILE_OVERRIDE
value: /etc/service-account/service-account.json
volumeMounts:
- name: service
mountPath: /etc/service-account
readOnly: true
volumes:
- name: service
secret:
secretName: service-account
# presets for private repos
- labels:
preset-private-repo: "true"
env:
- name: GOPRIVATE
value: github.com/rh-ibm-synergy
volumeMounts:
- mountPath: /home/ssh
name: ssh-keys-ssh-secret
readOnly: true
# presets for private repos
- labels:
preset-ibm-private-repo: "true"
env:
- name: GOPRIVATE
value: github.ibm.com
volumeMounts:
- mountPath: /root/.ssh
name: ssh-keys-private-ssh-secret-mount
readOnly: true
volumes:
- name: ssh-keys-private-ssh-secret-mount
secret:
secretName: private-ssh-secret
defaultMode: 0400
# Enable GOPROXY by default
- env:
- name: GOPROXY
value: "https://proxy.golang.org"
- name: BUILD_LOCALLY
value: "0"
- name: KUBEBUILDER_CONTROLPLANE_START_TIMEOUT
value: "100s"