From e9fd41b67e965439537b8187c4f07199ad112d0b Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Tue, 9 Jun 2020 23:03:26 -0400 Subject: [PATCH] Add kubernetes-sigs/ingress-controller-conformance postsubmit jobs --- ...taging-ingress-controller-conformance.yaml | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 config/jobs/image-pushing/k8s-staging-ingress-controller-conformance.yaml diff --git a/config/jobs/image-pushing/k8s-staging-ingress-controller-conformance.yaml b/config/jobs/image-pushing/k8s-staging-ingress-controller-conformance.yaml new file mode 100644 index 000000000000..fae400966deb --- /dev/null +++ b/config/jobs/image-pushing/k8s-staging-ingress-controller-conformance.yaml @@ -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 + - .