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

     1  postsubmits:
     2    kubernetes-sigs/gateway-api:
     3      - name: post-gateway-api-push-images
     4        cluster: k8s-infra-prow-build-trusted
     5        annotations:
     6          testgrid-dashboards: sig-network-gateway-api, sig-k8s-infra-gcb
     7        decorate: true
     8        branches:
     9          - ^main$
    10          # this is a regex for semver, from https://semver.org/#is-there-a-suggested-regular-expression-regex-to-check-a-semver-string
    11          - ^v(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$
    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                # this is the project GCB will run in, which is the same as the GCR
    20                # images are pushed to.
    21                - --project=k8s-staging-gateway-api
    22                # This is the same as above, but with -gcb appended.
    23                - --scratch-bucket=gs://k8s-staging-gateway-api-gcb
    24                - --env-passthrough=PULL_BASE_REF,PULL_BASE_SHA
    25                - .