Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new image builder for ot module #25344

Merged
merged 1 commit into from
Feb 25, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions config/jobs/image-pushing/k8s-staging-ingress-nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,26 @@ postsubmits:
- --env-passthrough=PULL_BASE_REF,PULL_BASE_SHA
- images/nginx-debian

- name: post-ingress-nginx-build-opentelemetry
cluster: k8s-infra-prow-build-trusted
annotations:
testgrid-dashboards: sig-network-ingress-nginx, sig-k8s-infra-gcb
decorate: true
run_if_changed: 'images/opentelemetry/.*'
branches:
- ^main$
spec:
serviceAccountName: gcb-builder
containers:
- image: gcr.io/k8s-staging-test-infra/image-builder:v20211014-7ca1952a94
command:
- /run.sh
args:
- --project=k8s-staging-ingress-nginx
- --scratch-bucket=gs://k8s-staging-ingress-nginx-gcb
- --env-passthrough=PULL_BASE_REF,PULL_BASE_SHA
- images/opentelemetry

- name: post-ingress-nginx-build-modsecurity
cluster: k8s-infra-prow-build-trusted
annotations:
Expand Down