We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40933d0 commit 7980aceCopy full SHA for 7980ace
config/jobs/image-pushing/k8s-staging-minikube.yaml
@@ -0,0 +1,24 @@
1
+postsubmits:
2
+ kubernetes/minikube:
3
+ - name: post-kubernetes-bootcamp-image
4
+ cluster: k8s-infra-prow-build-trusted
5
+ annotations:
6
+ testgrid-dashboards: minikube-periodics, sig-k8s-infra-gcb
7
+ decorate: true
8
+ branches:
9
+ - ^master$
10
+ spec:
11
+ serviceAccountName: gcb-builder
12
+ containers:
13
+ - image: gcr.io/k8s-staging-test-infra/image-builder:v20250914-3092127382
14
+ command:
15
+ - /run.sh
16
+ args:
17
+ - --project=k8s-staging-minikube
18
+ - --scratch-bucket=gs://k8s-staging-minikube-gcb
19
+ - --env-passthrough=PULL_BASE_REF
20
+ - --gcb-config=hack/prow/image/kubernetes-bootcamp/cloudbuild.yaml
21
+ - .
22
+ env:
23
+ - name: LOG_TO_STDOUT
24
+ value: "y"
0 commit comments