Skip to content

Commit 41903fc

Browse files
committed
Add Headlamp image-pushing job
Signed-off-by: Joaquim Rocha <[email protected]>
1 parent 7c5590d commit 41903fc

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-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/headlamp:
3+
- name: post-headlamp-push-images
4+
cluster: k8s-infra-prow-build-trusted
5+
annotations:
6+
testgrid-dashboards: sig-ui, sig-k8s-infra-gcb
7+
testgrid-alert-email: [email protected]
8+
decorate: true
9+
branches:
10+
- ^main$
11+
# this is a regex for semver, from https://semver.org/#is-there-a-suggested-regular-expression-regex-to-check-a-semver-string
12+
- ^v(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$
13+
spec:
14+
serviceAccountName: gcb-builder
15+
containers:
16+
- image: gcr.io/k8s-staging-test-infra/image-builder:v20241224-fe22c549c1
17+
command:
18+
- /run.sh
19+
args:
20+
- --project=k8s-staging-headlamp
21+
- --scratch-bucket=gs://k8s-staging-headlamp-gcb
22+
- --env-passthrough=PULL_BASE_REF
23+
- --with-git-dir
24+
- .

0 commit comments

Comments
 (0)