Skip to content

Commit

Permalink
Merge pull request #17901 from aledbf/ic
Browse files Browse the repository at this point in the history
Add kubernetes-sigs/ingress-controller-conformance postsubmit jobs
  • Loading branch information
k8s-ci-robot authored Jun 10, 2020
2 parents d981457 + e9fd41b commit a09a592
Showing 1 changed file with 46 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
postsubmits:
kubernetes-sigs/ingress-controller-conformance:
- name: post-ingress-conformance-push-echoserver-image
cluster: k8s-infra-prow-build-trusted
annotations:
testgrid-dashboards: sig-network-ingress-controller-conformance
decorate: true
run_if_changed: "^images/echoserver/"
branches:
- ^master$
spec:
serviceAccountName: gcb-builder
containers:
- image: gcr.io/k8s-testimages/image-builder:v20200603-f2d2bf0
command:
- /run.sh
args:
# this is the project GCB will run in, which is the same as the GCR
# images are pushed to.
- --project=k8s-staging-ingressconformance
# This is the same as above, but with -gcb appended.
- --scratch-bucket=gs://k8s-staging-ingressconformance-gcb
- --env-passthrough=PULL_BASE_REF
- images/echoserver

- name: post-ingress-conformance-push-image
cluster: k8s-infra-prow-build-trusted
annotations:
testgrid-dashboards: sig-network-ingress-controller-conformance
decorate: true
branches:
- ^master$
spec:
serviceAccountName: gcb-builder
containers:
- image: gcr.io/k8s-testimages/image-builder:v20200603-f2d2bf0
command:
- /run.sh
args:
# this is the project GCB will run in, which is the same as the GCR
# images are pushed to.
- --project=k8s-staging-ingressconformance
# This is the same as above, but with -gcb appended.
- --scratch-bucket=gs://k8s-staging-ingressconformance-gcb
- --env-passthrough=PULL_BASE_REF
- .

0 comments on commit a09a592

Please sign in to comment.