k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/jobs/image-pushing/releng/k8s-staging-artifact-promoter.yaml (about) 1 postsubmits: 2 kubernetes-sigs/promo-tools: 3 - name: post-kpromo-push-image 4 cluster: k8s-infra-prow-build-trusted 5 annotations: 6 testgrid-dashboards: sig-release-releng-blocking, sig-release-master-informing, sig-release-image-pushes, sig-k8s-infra-gcb 7 testgrid-alert-email: k8s-infra-alerts@kubernetes.io, release-managers+alerts@kubernetes.io 8 testgrid-num-failures-to-alert: '1' 9 decorate: true 10 branches: 11 - ^main$ 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-staging-artifact-promoter 20 - --scratch-bucket=gs://k8s-staging-artifact-promoter-gcb 21 - --env-passthrough=PULL_BASE_REF 22 - --with-git-dir 23 - . 24 env: 25 - name: LOG_TO_STDOUT 26 value: "y" 27 rerun_auth_config: 28 github_team_slugs: 29 - org: kubernetes 30 slug: release-managers