Skip to content

Commit 15ae13e

Browse files
authored
Merge pull request #33401 from aojea/cloud_provider_kind_images
add job for pushing cloud-provider-kind images
2 parents 0db7e5c + e3889ee commit 15ae13e

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
postsubmits:
2+
kubernetes-sigs/cloud-provider-kind:
3+
- name: post-cloud-provider-kind-image
4+
cluster: k8s-infra-prow-build-trusted
5+
annotations:
6+
testgrid-dashboards: sig-testing-kind, sig-k8s-infra-gcb
7+
testgrid-alert-email: [email protected],[email protected]
8+
testgrid-num-columns-recent: '3'
9+
decorate: true
10+
spec:
11+
serviceAccountName: gcb-builder
12+
containers:
13+
- image: gcr.io/k8s-staging-test-infra/image-builder:v20240725-9fc4a08b13
14+
command:
15+
- /run.sh
16+
args:
17+
- --project=k8s-staging-kind
18+
- --scratch-bucket=gs://k8s-staging-kind-gcb
19+
- --env-passthrough=PULL_BASE_SHA
20+
- --build-dir=.
21+
- --with-git-dir
22+
- .
23+
env:
24+
- name: LOG_TO_STDOUT
25+
value: "y"
26+
rerun_auth_config:
27+
github_team_ids:
28+
- 2921947 # kind-maintainers

0 commit comments

Comments
 (0)