k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/jobs/image-pushing/k8s-staging-ingress-controller-conformance.yaml (about) 1 postsubmits: 2 kubernetes-sigs/ingress-controller-conformance: 3 - name: post-ingress-conformance-push-echoserver-image 4 cluster: k8s-infra-prow-build-trusted 5 annotations: 6 testgrid-dashboards: sig-network-ingress-controller-conformance, sig-k8s-infra-gcb 7 decorate: true 8 run_if_changed: "^images/echoserver/" 9 branches: 10 - ^master$ 11 spec: 12 serviceAccountName: gcb-builder 13 containers: 14 - image: gcr.io/k8s-staging-test-infra/image-builder:v20230711-e33377c2b4 15 command: 16 - /run.sh 17 args: 18 - --project=k8s-staging-ingressconformance 19 - --scratch-bucket=gs://k8s-staging-ingressconformance-gcb 20 - --env-passthrough=PULL_BASE_REF 21 - images/echoserver 22 23 - name: post-ingress-conformance-push-reports-image 24 cluster: k8s-infra-prow-build-trusted 25 annotations: 26 testgrid-dashboards: sig-network-ingress-controller-conformance, sig-k8s-infra-gcb 27 decorate: true 28 run_if_changed: "^images/reports/" 29 branches: 30 - ^master$ 31 spec: 32 serviceAccountName: gcb-builder 33 containers: 34 - image: gcr.io/k8s-staging-test-infra/image-builder:v20230711-e33377c2b4 35 command: 36 - /run.sh 37 args: 38 - --project=k8s-staging-ingressconformance 39 - --scratch-bucket=gs://k8s-staging-ingressconformance-gcb 40 - --env-passthrough=PULL_BASE_REF 41 - images/reports 42 43 - name: post-ingress-conformance-push-image 44 cluster: k8s-infra-prow-build-trusted 45 annotations: 46 testgrid-dashboards: sig-network-ingress-controller-conformance, sig-k8s-infra-gcb 47 decorate: true 48 branches: 49 - ^master$ 50 spec: 51 serviceAccountName: gcb-builder 52 containers: 53 - image: gcr.io/k8s-staging-test-infra/image-builder:v20230711-e33377c2b4 54 command: 55 - /run.sh 56 args: 57 - --project=k8s-staging-ingressconformance 58 - --scratch-bucket=gs://k8s-staging-ingressconformance-gcb 59 - --env-passthrough=PULL_BASE_REF 60 - .