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

     1  postsubmits:
     2    kubernetes-sigs/prow:
     3      - name: post-k8s-infra-prow-images
     4        branches:
     5          - ^main$
     6        cluster: k8s-infra-prow-build-trusted
     7        annotations:
     8          testgrid-dashboards: sig-k8s-infra-gcb,sig-testing-prow-repo
     9          testgrid-alert-email: kubernetes-sig-testing-alerts@googlegroups.com, k8s-infra-prow-oncall@kubernetes.io
    10          testgrid-num-failures-to-alert: '1'
    11          description: Builds and pushes all prow container images on each commit by running make push-images
    12        decorate: true
    13        spec:
    14          serviceAccountName: gcb-builder
    15          containers:
    16            - image: gcr.io/k8s-staging-test-infra/image-builder:v20230711-e33377c2b4
    17              command:
    18                - /run.sh
    19              args:
    20                - --project=k8s-infra-prow
    21                - --scratch-bucket=gs://k8s-infra-prow-gcb
    22                - --env-passthrough=PULL_BASE_REF
    23                - --with-git-dir
    24                - .