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

     1  postsubmits:
     2    kubernetes-sigs/apisnoop:
     3      - name: apisnoop-push-auditlogger-images
     4        cluster: k8s-infra-prow-build-trusted
     5        annotations:
     6          testgrid-dashboards: conformance-apisnoop, sig-k8s-infra-gcb
     7          testgrid-tab-name: apisnoop-auditlogger-image
     8          testgrid-alert-email: apisnoop@ii.coop
     9          description: Builds the auditlogger image for APISnoop deployments
    10        decorate: true
    11        branches:
    12          - ^main$
    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                # this is the project GCB will run in, which is the same as the GCR images are pushed to.
    21                - --project=k8s-staging-apisnoop
    22                - --scratch-bucket=gs://k8s-staging-apisnoop-gcb
    23                - --env-passthrough=PULL_BASE_REF
    24                - apps/auditlogger
    25      - name: apisnoop-push-snoopdb-images
    26        cluster: k8s-infra-prow-build-trusted
    27        annotations:
    28          testgrid-dashboards: conformance-apisnoop, sig-k8s-infra-gcb
    29          testgrid-tab-name: apisnoop-snoopdb-image
    30          testgrid-alert-email: apisnoop@ii.coop
    31          description: Builds the snoopdb image for APISnoop deployments
    32        decorate: true
    33        branches:
    34          - ^main$
    35        spec:
    36          serviceAccountName: gcb-builder
    37          containers:
    38            - image: gcr.io/k8s-staging-test-infra/image-builder:v20230711-e33377c2b4
    39              command:
    40                - /run.sh
    41              args:
    42                # this is the project GCB will run in, which is the same as the GCR images are pushed to.
    43                - --project=k8s-staging-apisnoop
    44                - --scratch-bucket=gs://k8s-staging-apisnoop-gcb
    45                - --env-passthrough=PULL_BASE_REF
    46                - apps/snoopdb