Skip to content

Commit

Permalink
Merge pull request #34029 from sbueringer/pr-capi-rerun
Browse files Browse the repository at this point in the history
Allow Cluster API maintainers to rerun cluster-api post-submit jobs
  • Loading branch information
k8s-ci-robot authored Dec 23, 2024
2 parents c1d5d42 + 9684139 commit f05cbe1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/jobs/image-pushing/k8s-staging-cluster-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ postsubmits:
# this is the github repo we'll build from; this block needs to be repeated for each repo.
kubernetes-sigs/cluster-api:
- name: post-cluster-api-push-images
rerun_auth_config:
github_team_slugs:
- org: kubernetes-sigs
slug: cluster-api-maintainers
cluster: k8s-infra-prow-build-trusted
annotations:
# this is the name of some testgrid dashboard to report to.
Expand Down Expand Up @@ -402,6 +406,10 @@ postsubmits:

periodics:
- name: cluster-api-push-images-nightly
rerun_auth_config:
github_team_slugs:
- org: kubernetes-sigs
slug: cluster-api-maintainers
cluster: k8s-infra-prow-build-trusted
decorate: true
cron: '0 8 * * *' # everyday at 0:00 PT (8:00 UTC)
Expand Down

0 comments on commit f05cbe1

Please sign in to comment.