forked from kyma-project/test-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
prow-periodics-data.yaml
244 lines (244 loc) · 10.1 KB
/
prow-periodics-data.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
templates:
- from: generic.tmpl
render:
- to: ../../prow/jobs/test-infra/prow-periodics.yaml
localSets:
periodic_config:
skip_report: "false"
max_concurrency: "10"
decorate: "true"
type_periodic: "true"
cluster: "trusted-workload"
github_token_mounts:
labels:
preset-autobump-bot-github-token: "true"
label_sync_mounts:
volumes:
- name: config
configMapName: label-config
volumeMounts:
- name: config
mountPath: /etc/config
readOnly: true
jobConfigs:
- repoName: kyma-project/eventing-tools
jobs:
- jobConfig:
name: eventing-tools-autobump
annotations:
owner: skydivingtunas
description: autobump eventing images
cron: "30 * * * 1-5"
image: gcr.io/k8s-prow/generic-autobumper:v20230824-74e8146673
command: generic-autobumper
args:
- --config=ci/eventing-tools-autobump-config.yaml
labels:
preset-tunas-github-bot-token: "true"
extra_refs:
eventing-tools:
- org: "kyma-project"
repo: "eventing-tools"
base_ref: "main"
inheritedConfigs:
local:
- periodic_config
- github_token_mounts
global:
- "pubsub_labels"
- "disable_testgrid"
- "unprivileged"
- repoName: kyma-project/test-infra
jobs:
- jobConfig:
name: ci-prow-label-sync
annotations:
owner: neighbors
description: "Periodic sync of labels in GitHub"
cron: "17 * * * *"
image: gcr.io/k8s-prow/label_sync:v20230824-74e8146673
command: label_sync
args:
- --config=/etc/config/labels.yaml
- --confirm=true
- --orgs=kyma-project,kyma-incubator
- --token=/etc/github/token
- --endpoint=http://ghproxy
- --endpoint=https://api.github.com
- --debug
inheritedConfigs:
local:
- periodic_config
- label_sync_mounts
- github_token_mounts
global:
- "pubsub_labels"
- "disable_testgrid"
- "unprivileged"
- jobConfig:
name: ci-prow-autobump
annotations:
owner: neighbors
description: "Autobump prow components image versions"
cron: "30 * * * 1-5"
slack_channel: kyma-prow-alerts
image: gcr.io/k8s-prow/generic-autobumper:v20230824-74e8146673
command: generic-autobumper
args:
- --config=prow/autobump-config/prow-cluster-autobump-config.yaml
- --labels-override=kind/chore,area/prow
inheritedConfigs:
local:
- periodic_config
- github_token_mounts
global:
- "pubsub_labels"
- "disable_testgrid"
- extra_refs_test-infra
- "unprivileged"
- jobConfig:
name: test-infra-image-detector-autobump
annotations:
owner: neighbors
description: daily detect prow images for scan
cron: "0 8 * * *"
slack_channel: kyma-prow-alerts
command: /ko-app/image-detector
args:
- --prow-config=prow/config.yaml
- --prow-jobs-dir=prow/jobs
- --terraform-dir=configs/terraform
- --sec-scanner-config=sec-scanners-config.yaml
- --kubernetes-dir=prow/cluster/components
- --autobump-config=prow/image-detector/test-infra-sec-config-autobump-config.yaml
- --inrepo-config=prow/image-detector/inrepo-config.yaml
inheritedConfigs:
local:
- periodic_config
- github_token_mounts
global:
- pubsub_labels
- disable_testgrid
- image_image_detector
- extra_refs_test-infra
- "unprivileged"
- jobConfig:
name: post-test-infra-markdown-index-autobump
annotations:
owner: neighbors
description: autobump markdown index.md
slack_channel: kyma-prow-alerts
branches:
- ^main$
run_if_changed: ".md$"
skip_report: "false"
max_concurrency: "10"
type_postsubmit: "true"
command: /ko-app/markdown-index
args:
- --config=prow/markdown-index/test-infra-markdown-index-autobump-config.yaml
- --labels-override=kind/chore,area/documentation
inheritedConfigs:
local:
- github_token_mounts
global:
- jobConfig_postsubmit
- pubsub_labels
- disable_testgrid
- image_markdown_index
- "unprivileged"
- jobConfig:
name: post-test-infra-image-detector-autobump
annotations:
owner: neighbors
description: autobump prow images for scan
slack_channel: kyma-prow-alerts
branches:
- ^main$
run_if_changed: ".(md|yml|yaml|tf|tfvars)$"
skip_report: "false"
max_concurrency: "10"
type_postsubmit: "true"
command: /ko-app/image-detector
args:
- --prow-config=prow/config.yaml
- --prow-jobs-dir=prow/jobs
- --terraform-dir=configs/terraform
- --sec-scanner-config=sec-scanners-config.yaml
- --kubernetes-dir=prow/cluster/components
- --autobump-config=prow/image-detector/test-infra-sec-config-autobump-config.yaml
- --inrepo-config=prow/image-detector/inrepo-config.yaml
inheritedConfigs:
local:
- github_token_mounts
global:
- jobConfig_postsubmit
- pubsub_labels
- disable_testgrid
- image_image_detector
- "unprivileged"
- jobConfig:
name: post-test-infra-deploy-prow
annotations:
owner: neighbors
description: "Deploy prow components"
slack_channel: kyma-prow-alerts
branches:
- ^main$
run_if_changed: "prow/cluster/components/"
image: europe-docker.pkg.dev/kyma-project/prod/testimages/e2e-gcloud:v20230823-58eb9dcf
command: prow/cluster/deploy.sh
serviceAccountName: sa-prow-deploy
skip_report: "false"
max_concurrency: "10"
decorate: "true"
type_postsubmit: "true"
cluster: "trusted-workload"
inheritedConfigs:
global:
- jobConfig_postsubmit
- disable_testgrid
- pubsub_labels
- "unprivileged"
- jobConfig:
name: ci-prow-autobump-jobs
annotations:
owner: neighbors
description: "Autobump image versions in prow jobs"
cron: "45 * * * 1-5"
slack_channel: kyma-prow-alerts
image: gcr.io/k8s-prow/generic-autobumper:v20230824-74e8146673
command: generic-autobumper
args:
- --config=prow/autobump-config/test-infra-autobump-config.yaml
- --labels-override=skip-review,area/ci,kind/chore
inheritedConfigs:
local:
- periodic_config
- github_token_mounts
global:
- "pubsub_labels"
- "disable_testgrid"
- extra_refs_test-infra
- "unprivileged"
- jobConfig:
name: ci-dockerhub-autobump
annotations:
owner: neighbors
description: "Autobump images from docker.io"
cron: "55 * * * 1-5"
slack_channel: kyma-prow-alerts
image: gcr.io/k8s-prow/generic-autobumper:v20230824-74e8146673
command: generic-autobumper
args:
- --config=prow/autobump-config/dockerhub-autobump.yaml
- --labels-override=skip-review,area/ci,kind/chore
inheritedConfigs:
local:
- periodic_config
- github_token_mounts
global:
- "pubsub_labels"
- "disable_testgrid"
- extra_refs_test-infra
- "unprivileged"