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

     1  postsubmits:
     2    kubernetes-sigs/boskos:
     3      - name: post-boskos-push-images
     4        cluster: k8s-infra-prow-build-trusted
     5        annotations:
     6          testgrid-dashboards: sig-testing-boskos, sig-k8s-infra-gcb
     7          testgrid-tab-name: push-images
     8          testgrid-alert-email: jgrafton@google.com
     9        decorate: true
    10        spec:
    11          serviceAccountName: gcb-builder
    12          containers:
    13            - image: gcr.io/k8s-staging-test-infra/image-builder:v20230711-e33377c2b4
    14              command:
    15                - /run.sh
    16              args:
    17                - --project=k8s-staging-boskos
    18                - --scratch-bucket=gs://k8s-staging-boskos-gcb
    19                - --env-passthrough=PULL_BASE_REF
    20                - --build-dir=.
    21                - images/
    22              env:
    23                - name: LOG_TO_STDOUT
    24                  value: "y"