Skip to content

Commit 9678cd9

Browse files
authored
Merge pull request #35710 from justinsb/kro_image_builder
kro: add job for building (staging) images
2 parents 0bb376a + 170e9bb commit 9678cd9

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
postsubmits:
2+
kubernetes-sigs/kro:
3+
- name: kro-push-images
4+
cluster: k8s-infra-prow-build-trusted
5+
skip_branches:
6+
# do not run on dependabot branches, these exist prior to merge
7+
# only merged code should trigger these jobs
8+
- '^dependabot'
9+
annotations:
10+
testgrid-dashboards: sig-cloud-provider-kro-postsubmits, sig-k8s-infra-gcb
11+
testgrid-num-columns-recent: '3'
12+
decorate: true
13+
spec:
14+
serviceAccountName: gcb-builder
15+
containers:
16+
- image: gcr.io/k8s-staging-test-infra/image-builder:v20250914-3092127382
17+
command:
18+
- /run.sh
19+
args:
20+
- --project=k8s-staging-images
21+
- --scratch-bucket=gs://k8s-staging-images-gcb
22+
- --env-passthrough=PULL_BASE_REF
23+
- --with-git-dir
24+
- dev/ci/builds/push-images/
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
dashboard_groups:
22
- name: sig-cloud-provider-kro
33
dashboard_names:
4+
- sig-cloud-provider-kro-postsubmits
45
- sig-cloud-provider-kro-presubmits
56

67
dashboards:
8+
- name: sig-cloud-provider-kro-postsubmits
79
- name: sig-cloud-provider-kro-presubmits

0 commit comments

Comments
 (0)