Skip to content

Commit

Permalink
Merge pull request #20857 from vinayakankugoyal/setcap
Browse files Browse the repository at this point in the history
Update test-info post submit to build the setcap image.
  • Loading branch information
k8s-ci-robot authored Feb 12, 2021
2 parents 81dab54 + afc76d5 commit bfc918d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions config/jobs/image-pushing/releng/k8s-staging-build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,29 @@ postsubmits:
rerun_auth_config:
github_team_ids:
- 2241179 # release-managers
- name: post-release-push-image-setcap
cluster: k8s-infra-prow-build-trusted
annotations:
testgrid-dashboards: sig-release-releng-informing, sig-release-master-informing, sig-release-image-pushes
testgrid-alert-email: [email protected]
decorate: true
run_if_changed: '^images\/build\/setcap\/'
branches:
- ^master$
spec:
serviceAccountName: gcb-builder
containers:
- image: gcr.io/k8s-testimages/image-builder:v20210204-b06ec78
command:
- /run.sh
args:
- --project=k8s-staging-build-image
- --scratch-bucket=gs://k8s-staging-build-image-gcb
- --build-dir=.
- images/build/setcap
env:
- name: LOG_TO_STDOUT
value: "y"
rerun_auth_config:
github_team_ids:
- 2241179 # release-managers

0 comments on commit bfc918d

Please sign in to comment.