Skip to content

Commit

Permalink
Merge pull request #20454 from chewong/add-rerun-auth-config
Browse files Browse the repository at this point in the history
Add rerun_auth_config for post-kubernetes-push-e2e-*-test-images
  • Loading branch information
k8s-ci-robot authored Jan 13, 2021
2 parents c4aef23 + ffef78c commit 271f5b6
Show file tree
Hide file tree
Showing 2 changed files with 284 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/jobs/image-pushing/k8s-staging-e2e-test-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,16 @@ EOF
for image in "${IMAGES[@]}"; do
cat >>"${OUTPUT}" <<EOF
- name: post-kubernetes-push-e2e-${image//\//-}-test-images
rerun_auth_config:
github_team_slugs:
- org: kubernetes
slug: release-managers
- org: kubernetes
slug: test-infra-admins
github_users:
- aojea
- chewong
- claudiubelu
cluster: k8s-infra-prow-build-trusted
annotations:
testgrid-dashboards: sig-testing-images
Expand Down Expand Up @@ -104,6 +114,8 @@ periodics:
- org: kubernetes
slug: release-engineering
github_users:
- aojea
- chewong
- claudiubelu
# Since the servercore image is updated once per month, we only need to build this
# cache once per month.
Expand Down
Loading

0 comments on commit 271f5b6

Please sign in to comment.