Skip to content

Commit 1f059d6

Browse files
authored
Merge pull request #34867 from sbueringer/pr-capv-rerun
Add CAPV image pushing rerun auth config, move CAPI+CAPV nightly imag…
2 parents d6daec0 + f8e3d53 commit 1f059d6

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

config/jobs/image-pushing/k8s-staging-cluster-api.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ postsubmits:
3838

3939
kubernetes-sigs/cluster-api-provider-vsphere:
4040
- name: post-cluster-api-provider-vsphere-push-images
41+
rerun_auth_config:
42+
github_team_slugs:
43+
- org: kubernetes-sigs
44+
slug: cluster-api-provider-vsphere-maintainers
4145
cluster: k8s-infra-prow-build-trusted
4246
annotations:
4347
# this is the name of some testgrid dashboard to report to.
@@ -415,7 +419,7 @@ periodics:
415419
slug: cluster-api-maintainers
416420
cluster: k8s-infra-prow-build-trusted
417421
decorate: true
418-
cron: '0 8 * * *' # everyday at 0:00 PT (8:00 UTC)
422+
cron: '0 4 * * *' # everyday at 20:00 PT (4:00 UTC)
419423
extra_refs:
420424
- org: kubernetes-sigs
421425
repo: cluster-api
@@ -450,9 +454,13 @@ periodics:
450454
testgrid-num-failures-to-alert: "1"
451455

452456
- name: cluster-api-provider-vsphere-push-images-nightly
457+
rerun_auth_config:
458+
github_team_slugs:
459+
- org: kubernetes-sigs
460+
slug: cluster-api-provider-vsphere-maintainers
453461
cluster: k8s-infra-prow-build-trusted
454462
decorate: true
455-
cron: '0 8 * * *' # everyday at 0:00 PT (8:00 UTC)
463+
cron: '0 4 * * *' # everyday at 20:00 PT (4:00 UTC)
456464
extra_refs:
457465
- org: kubernetes-sigs
458466
repo: cluster-api-provider-vsphere

0 commit comments

Comments
 (0)