File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
config/jobs/image-pushing Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -215,3 +215,27 @@ postsubmits:
215
215
- --build-dir=.
216
216
- --with-git-dir
217
217
- images/test-runner
218
+
219
+ # Ingress NGINX: Chart
220
+ - name : post-ingress-nginx-chart
221
+ annotations :
222
+ testgrid-dashboards : sig-network-ingress-nginx, sig-k8s-infra-gcb
223
+ branches :
224
+ - ^main$
225
+ - ^release-.+$
226
+ run_if_changed : ^charts/ingress-nginx/
227
+ cluster : k8s-infra-prow-build-trusted
228
+ decorate : true
229
+ spec :
230
+ serviceAccountName : gcb-builder
231
+ containers :
232
+ - image : gcr.io/k8s-staging-test-infra/image-builder:v20241224-fe22c549c1
233
+ command :
234
+ - /run.sh
235
+ args :
236
+ - --project=k8s-staging-images
237
+ - --scratch-bucket=gs://k8s-staging-images-gcb
238
+ - --env-passthrough=PULL_BASE_REF,PULL_BASE_SHA
239
+ - --build-dir=.
240
+ - --with-git-dir
241
+ - charts/ingress-nginx
You can’t perform that action at this time.
0 commit comments