Skip to content

Commit 7be1d2b

Browse files
committed
capv: regenerate
1 parent b4ba945 commit 7be1d2b

12 files changed

+98
-2
lines changed

config/jobs/kubernetes-sigs/cluster-api-provider-vsphere/cluster-api-provider-vsphere-main-periodics-upgrades.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
periodics:
33

44
- name: periodic-cluster-api-provider-vsphere-e2e-govmomi-upgrade-1-30-1-31-main
5+
cluster: k8s-infra-prow-build
56
cron: '0 0 * * *'
67
decorate: true
78
decoration_config:
@@ -56,6 +57,7 @@ periodics:
5657
testgrid-num-failures-to-alert: "4"
5758

5859
- name: periodic-cluster-api-provider-vsphere-e2e-govmomi-upgrade-1-31-1-32-main
60+
cluster: k8s-infra-prow-build
5961
cron: '0 0 * * *'
6062
decorate: true
6163
decoration_config:
@@ -110,6 +112,7 @@ periodics:
110112
testgrid-num-failures-to-alert: "4"
111113

112114
- name: periodic-cluster-api-provider-vsphere-e2e-govmomi-upgrade-1-32-1-33-main
115+
cluster: k8s-infra-prow-build
113116
cron: '0 0 * * *'
114117
decorate: true
115118
decoration_config:
@@ -164,6 +167,7 @@ periodics:
164167
testgrid-num-failures-to-alert: "4"
165168

166169
- name: periodic-cluster-api-provider-vsphere-e2e-govmomi-upgrade-1-33-1-34-main
170+
cluster: k8s-infra-prow-build
167171
cron: '0 0 * * *'
168172
decorate: true
169173
decoration_config:
@@ -218,6 +222,7 @@ periodics:
218222
testgrid-num-failures-to-alert: "4"
219223

220224
- name: periodic-cluster-api-provider-vsphere-e2e-supervisor-upgrade-1-30-1-31-main
225+
cluster: k8s-infra-prow-build
221226
cron: '0 3 * * *'
222227
decorate: true
223228
decoration_config:
@@ -272,6 +277,7 @@ periodics:
272277
testgrid-num-failures-to-alert: "4"
273278

274279
- name: periodic-cluster-api-provider-vsphere-e2e-supervisor-upgrade-1-31-1-32-main
280+
cluster: k8s-infra-prow-build
275281
cron: '0 3 * * *'
276282
decorate: true
277283
decoration_config:
@@ -326,6 +332,7 @@ periodics:
326332
testgrid-num-failures-to-alert: "4"
327333

328334
- name: periodic-cluster-api-provider-vsphere-e2e-supervisor-upgrade-1-32-1-33-main
335+
cluster: k8s-infra-prow-build
329336
cron: '0 3 * * *'
330337
decorate: true
331338
decoration_config:
@@ -380,6 +387,7 @@ periodics:
380387
testgrid-num-failures-to-alert: "4"
381388

382389
- name: periodic-cluster-api-provider-vsphere-e2e-supervisor-upgrade-1-33-1-34-main
390+
cluster: k8s-infra-prow-build
383391
cron: '0 3 * * *'
384392
decorate: true
385393
decoration_config:

config/jobs/kubernetes-sigs/cluster-api-provider-vsphere/cluster-api-provider-vsphere-main-periodics.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ periodics:
3737
testgrid-num-failures-to-alert: "4"
3838
description: Runs unit tests
3939
- name: periodic-cluster-api-provider-vsphere-e2e-govmomi-main
40+
cluster: k8s-infra-prow-build
4041
labels:
4142
preset-dind-enabled: "true"
4243
preset-gcve-e2e-config: "true"
@@ -138,6 +139,7 @@ periodics:
138139
testgrid-num-failures-to-alert: "4"
139140
description: Runs all e2e tests
140141
- name: periodic-cluster-api-provider-vsphere-e2e-govmomi-conformance-main
142+
cluster: k8s-infra-prow-build
141143
labels:
142144
preset-dind-enabled: "true"
143145
preset-gcve-e2e-config: "true"
@@ -188,6 +190,7 @@ periodics:
188190
testgrid-num-failures-to-alert: "4"
189191
description: Runs conformance tests for CAPV
190192
- name: periodic-cluster-api-provider-vsphere-e2e-govmomi-conformance-ci-latest-main
193+
cluster: k8s-infra-prow-build
191194
labels:
192195
preset-dind-enabled: "true"
193196
preset-gcve-e2e-config: "true"
@@ -238,6 +241,7 @@ periodics:
238241
testgrid-num-failures-to-alert: "4"
239242
description: Runs conformance tests with K8S ci latest for CAPV
240243
- name: periodic-cluster-api-provider-vsphere-e2e-supervisor-main
244+
cluster: k8s-infra-prow-build
241245
labels:
242246
preset-dind-enabled: "true"
243247
preset-gcve-e2e-config: "true"
@@ -341,6 +345,7 @@ periodics:
341345
testgrid-num-failures-to-alert: "4"
342346
description: Runs all e2e tests
343347
- name: periodic-cluster-api-provider-vsphere-e2e-supervisor-conformance-main
348+
cluster: k8s-infra-prow-build
344349
labels:
345350
preset-dind-enabled: "true"
346351
preset-gcve-e2e-config: "true"
@@ -391,6 +396,7 @@ periodics:
391396
testgrid-num-failures-to-alert: "4"
392397
description: Runs conformance tests for CAPV
393398
- name: periodic-cluster-api-provider-vsphere-e2e-supervisor-conformance-ci-latest-main
399+
cluster: k8s-infra-prow-build
394400
labels:
395401
preset-dind-enabled: "true"
396402
preset-gcve-e2e-config: "true"
@@ -497,9 +503,10 @@ periodics:
497503
description: Shows test coverage for CAPV
498504

499505
- name: periodic-cluster-api-provider-vsphere-janitor
506+
cluster: k8s-infra-prow-build
500507
labels:
501508
preset-dind-enabled: "true"
502-
preset-cluster-api-provider-vsphere-janitor-config: "true"
509+
preset-gcve-e2e-config: "true"
503510
interval: 12h
504511
decorate: true
505512
decoration_config:

config/jobs/kubernetes-sigs/cluster-api-provider-vsphere/cluster-api-provider-vsphere-main-presubmits.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ presubmits:
9797
description: Runs unit tests
9898

9999
- name: pull-cluster-api-provider-vsphere-e2e-govmomi-blocking-main
100+
cluster: k8s-infra-prow-build
100101
branches:
101102
- ^main$
102103
labels:
@@ -143,6 +144,7 @@ presubmits:
143144
testgrid-tab-name: pr-e2e-govmomi-blocking-main
144145
description: Runs only PR Blocking e2e tests
145146
- name: pull-cluster-api-provider-vsphere-e2e-govmomi-main
147+
cluster: k8s-infra-prow-build
146148
branches:
147149
- ^main$
148150
labels:
@@ -233,6 +235,7 @@ presubmits:
233235
testgrid-tab-name: pr-e2e-vcsim-govmomi-main
234236
description: Runs e2e tests with vcsim / govmomi mode
235237
- name: pull-cluster-api-provider-vsphere-e2e-govmomi-upgrade-1-33-1-34-main
238+
cluster: k8s-infra-prow-build
236239
labels:
237240
preset-dind-enabled: "true"
238241
preset-gcve-e2e-config: "true"
@@ -280,6 +283,7 @@ presubmits:
280283
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
281284
testgrid-tab-name: pr-e2e-govmomi-main-1-33-1-34
282285
- name: pull-cluster-api-provider-vsphere-e2e-govmomi-conformance-main
286+
cluster: k8s-infra-prow-build
283287
branches:
284288
- ^main$
285289
labels:
@@ -324,6 +328,7 @@ presubmits:
324328
testgrid-tab-name: pr-e2e-govmomi-conformance-main
325329
description: Runs conformance tests for CAPV
326330
- name: pull-cluster-api-provider-vsphere-e2e-govmomi-conformance-ci-latest-main
331+
cluster: k8s-infra-prow-build
327332
branches:
328333
- ^main$
329334
labels:
@@ -369,6 +374,7 @@ presubmits:
369374
description: Runs conformance tests with K8S ci latest for CAPV
370375

371376
- name: pull-cluster-api-provider-vsphere-e2e-supervisor-blocking-main
377+
cluster: k8s-infra-prow-build
372378
branches:
373379
- ^main$
374380
labels:
@@ -415,6 +421,7 @@ presubmits:
415421
testgrid-tab-name: pr-e2e-supervisor-blocking-main
416422
description: Runs only PR Blocking e2e tests
417423
- name: pull-cluster-api-provider-vsphere-e2e-supervisor-main
424+
cluster: k8s-infra-prow-build
418425
branches:
419426
- ^main$
420427
labels:
@@ -507,6 +514,7 @@ presubmits:
507514
testgrid-tab-name: pr-e2e-vcsim-supervisor-main
508515
description: Runs e2e tests with vcsim / govmomi mode
509516
- name: pull-cluster-api-provider-vsphere-e2e-supervisor-upgrade-1-33-1-34-main
517+
cluster: k8s-infra-prow-build
510518
labels:
511519
preset-dind-enabled: "true"
512520
preset-gcve-e2e-config: "true"
@@ -554,6 +562,7 @@ presubmits:
554562
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
555563
testgrid-tab-name: pr-e2e-supervisor-main-1-33-1-34
556564
- name: pull-cluster-api-provider-vsphere-e2e-supervisor-conformance-main
565+
cluster: k8s-infra-prow-build
557566
branches:
558567
- ^main$
559568
labels:
@@ -598,6 +607,7 @@ presubmits:
598607
testgrid-tab-name: pr-e2e-supervisor-conformance-main
599608
description: Runs conformance tests for CAPV
600609
- name: pull-cluster-api-provider-vsphere-e2e-supervisor-conformance-ci-latest-main
610+
cluster: k8s-infra-prow-build
601611
branches:
602612
- ^main$
603613
labels:
@@ -643,9 +653,10 @@ presubmits:
643653
description: Runs conformance tests with K8S ci latest for CAPV
644654

645655
- name: pull-cluster-api-provider-vsphere-janitor-main
656+
cluster: k8s-infra-prow-build
646657
labels:
647658
preset-dind-enabled: "true"
648-
preset-cluster-api-provider-vsphere-janitor-config: "true"
659+
preset-gcve-e2e-config: "true"
649660
always_run: false
650661
optional: true
651662
decorate: true

config/jobs/kubernetes-sigs/cluster-api-provider-vsphere/cluster-api-provider-vsphere-release-1-11-periodics-upgrades.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
periodics:
33

44
- name: periodic-cluster-api-provider-vsphere-e2e-govmomi-upgrade-1-28-1-29-release-1-11
5+
cluster: k8s-infra-prow-build
56
cron: '0 0 * * *'
67
decorate: true
78
decoration_config:
@@ -56,6 +57,7 @@ periodics:
5657
testgrid-num-failures-to-alert: "4"
5758

5859
- name: periodic-cluster-api-provider-vsphere-e2e-govmomi-upgrade-1-29-1-30-release-1-11
60+
cluster: k8s-infra-prow-build
5961
cron: '0 0 * * *'
6062
decorate: true
6163
decoration_config:
@@ -110,6 +112,7 @@ periodics:
110112
testgrid-num-failures-to-alert: "4"
111113

112114
- name: periodic-cluster-api-provider-vsphere-e2e-govmomi-upgrade-1-30-1-31-release-1-11
115+
cluster: k8s-infra-prow-build
113116
cron: '0 0 * * *'
114117
decorate: true
115118
decoration_config:
@@ -164,6 +167,7 @@ periodics:
164167
testgrid-num-failures-to-alert: "4"
165168

166169
- name: periodic-cluster-api-provider-vsphere-e2e-supervisor-upgrade-1-28-1-29-release-1-11
170+
cluster: k8s-infra-prow-build
167171
cron: '0 3 * * *'
168172
decorate: true
169173
decoration_config:
@@ -218,6 +222,7 @@ periodics:
218222
testgrid-num-failures-to-alert: "4"
219223

220224
- name: periodic-cluster-api-provider-vsphere-e2e-supervisor-upgrade-1-29-1-30-release-1-11
225+
cluster: k8s-infra-prow-build
221226
cron: '0 3 * * *'
222227
decorate: true
223228
decoration_config:
@@ -272,6 +277,7 @@ periodics:
272277
testgrid-num-failures-to-alert: "4"
273278

274279
- name: periodic-cluster-api-provider-vsphere-e2e-supervisor-upgrade-1-30-1-31-release-1-11
280+
cluster: k8s-infra-prow-build
275281
cron: '0 3 * * *'
276282
decorate: true
277283
decoration_config:

config/jobs/kubernetes-sigs/cluster-api-provider-vsphere/cluster-api-provider-vsphere-release-1-11-periodics.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ periodics:
3737
testgrid-num-failures-to-alert: "4"
3838
description: Runs unit tests
3939
- name: periodic-cluster-api-provider-vsphere-e2e-govmomi-release-1-11
40+
cluster: k8s-infra-prow-build
4041
labels:
4142
preset-dind-enabled: "true"
4243
preset-gcve-e2e-config: "true"
@@ -138,6 +139,7 @@ periodics:
138139
testgrid-num-failures-to-alert: "4"
139140
description: Runs all e2e tests
140141
- name: periodic-cluster-api-provider-vsphere-e2e-govmomi-conformance-release-1-11
142+
cluster: k8s-infra-prow-build
141143
labels:
142144
preset-dind-enabled: "true"
143145
preset-gcve-e2e-config: "true"
@@ -188,6 +190,7 @@ periodics:
188190
testgrid-num-failures-to-alert: "4"
189191
description: Runs conformance tests for CAPV
190192
- name: periodic-cluster-api-provider-vsphere-e2e-govmomi-conformance-ci-latest-release-1-11
193+
cluster: k8s-infra-prow-build
191194
labels:
192195
preset-dind-enabled: "true"
193196
preset-gcve-e2e-config: "true"
@@ -238,6 +241,7 @@ periodics:
238241
testgrid-num-failures-to-alert: "4"
239242
description: Runs conformance tests with K8S ci latest for CAPV
240243
- name: periodic-cluster-api-provider-vsphere-e2e-supervisor-release-1-11
244+
cluster: k8s-infra-prow-build
241245
labels:
242246
preset-dind-enabled: "true"
243247
preset-gcve-e2e-config: "true"
@@ -341,6 +345,7 @@ periodics:
341345
testgrid-num-failures-to-alert: "4"
342346
description: Runs all e2e tests
343347
- name: periodic-cluster-api-provider-vsphere-e2e-supervisor-conformance-release-1-11
348+
cluster: k8s-infra-prow-build
344349
labels:
345350
preset-dind-enabled: "true"
346351
preset-gcve-e2e-config: "true"
@@ -391,6 +396,7 @@ periodics:
391396
testgrid-num-failures-to-alert: "4"
392397
description: Runs conformance tests for CAPV
393398
- name: periodic-cluster-api-provider-vsphere-e2e-supervisor-conformance-ci-latest-release-1-11
399+
cluster: k8s-infra-prow-build
394400
labels:
395401
preset-dind-enabled: "true"
396402
preset-gcve-e2e-config: "true"

config/jobs/kubernetes-sigs/cluster-api-provider-vsphere/cluster-api-provider-vsphere-release-1-11-presubmits.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ presubmits:
9797
description: Runs unit tests
9898

9999
- name: pull-cluster-api-provider-vsphere-e2e-govmomi-blocking-release-1-11
100+
cluster: k8s-infra-prow-build
100101
branches:
101102
- ^release-1.11$
102103
labels:
@@ -143,6 +144,7 @@ presubmits:
143144
testgrid-tab-name: pr-e2e-govmomi-blocking-release-1-11
144145
description: Runs only PR Blocking e2e tests
145146
- name: pull-cluster-api-provider-vsphere-e2e-govmomi-release-1-11
147+
cluster: k8s-infra-prow-build
146148
branches:
147149
- ^release-1.11$
148150
labels:
@@ -233,6 +235,7 @@ presubmits:
233235
testgrid-tab-name: pr-e2e-vcsim-govmomi-release-1-11
234236
description: Runs e2e tests with vcsim / govmomi mode
235237
- name: pull-cluster-api-provider-vsphere-e2e-govmomi-upgrade-1-30-1-31-release-1-11
238+
cluster: k8s-infra-prow-build
236239
labels:
237240
preset-dind-enabled: "true"
238241
preset-gcve-e2e-config: "true"
@@ -280,6 +283,7 @@ presubmits:
280283
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
281284
testgrid-tab-name: pr-e2e-govmomi-release-1-11-1-30-1-31
282285
- name: pull-cluster-api-provider-vsphere-e2e-govmomi-conformance-release-1-11
286+
cluster: k8s-infra-prow-build
283287
branches:
284288
- ^release-1.11$
285289
labels:
@@ -324,6 +328,7 @@ presubmits:
324328
testgrid-tab-name: pr-e2e-govmomi-conformance-release-1-11
325329
description: Runs conformance tests for CAPV
326330
- name: pull-cluster-api-provider-vsphere-e2e-govmomi-conformance-ci-latest-release-1-11
331+
cluster: k8s-infra-prow-build
327332
branches:
328333
- ^release-1.11$
329334
labels:
@@ -369,6 +374,7 @@ presubmits:
369374
description: Runs conformance tests with K8S ci latest for CAPV
370375

371376
- name: pull-cluster-api-provider-vsphere-e2e-supervisor-blocking-release-1-11
377+
cluster: k8s-infra-prow-build
372378
branches:
373379
- ^release-1.11$
374380
labels:
@@ -415,6 +421,7 @@ presubmits:
415421
testgrid-tab-name: pr-e2e-supervisor-blocking-release-1-11
416422
description: Runs only PR Blocking e2e tests
417423
- name: pull-cluster-api-provider-vsphere-e2e-supervisor-release-1-11
424+
cluster: k8s-infra-prow-build
418425
branches:
419426
- ^release-1.11$
420427
labels:
@@ -507,6 +514,7 @@ presubmits:
507514
testgrid-tab-name: pr-e2e-vcsim-supervisor-release-1-11
508515
description: Runs e2e tests with vcsim / govmomi mode
509516
- name: pull-cluster-api-provider-vsphere-e2e-supervisor-upgrade-1-30-1-31-release-1-11
517+
cluster: k8s-infra-prow-build
510518
labels:
511519
preset-dind-enabled: "true"
512520
preset-gcve-e2e-config: "true"
@@ -554,6 +562,7 @@ presubmits:
554562
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
555563
testgrid-tab-name: pr-e2e-supervisor-release-1-11-1-30-1-31
556564
- name: pull-cluster-api-provider-vsphere-e2e-supervisor-conformance-release-1-11
565+
cluster: k8s-infra-prow-build
557566
branches:
558567
- ^release-1.11$
559568
labels:
@@ -598,6 +607,7 @@ presubmits:
598607
testgrid-tab-name: pr-e2e-supervisor-conformance-release-1-11
599608
description: Runs conformance tests for CAPV
600609
- name: pull-cluster-api-provider-vsphere-e2e-supervisor-conformance-ci-latest-release-1-11
610+
cluster: k8s-infra-prow-build
601611
branches:
602612
- ^release-1.11$
603613
labels:

0 commit comments

Comments
 (0)