k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/jobs/image-pushing/k8s-staging-ingress-gce.yaml (about)

     1  postsubmits:
     2  
     3    kubernetes/ingress-gce:
     4      - name: post-ingress-gce-push-image
     5        cluster: k8s-infra-prow-build-trusted
     6        annotations:
     7          testgrid-dashboards: sig-network-ingress-gce-e2e, sig-k8s-infra-gcb
     8        decorate: true
     9        branches:
    10          - ^master$
    11          - ^release.*
    12        spec:
    13          serviceAccountName: gcb-builder
    14          containers:
    15            - image: gcr.io/k8s-staging-test-infra/image-builder:v20230711-e33377c2b4
    16              command:
    17                - /run.sh
    18              args:
    19                - --project=k8s-ingress-image-push
    20                - --scratch-bucket=gs://k8s-ingress-image-push-gcb
    21                - --env-passthrough=PULL_BASE_REF
    22                - --with-git-dir
    23                - --build-dir=.
    24                - .
    25              env:
    26                - name: LOG_TO_STDOUT
    27                  value: "y"