k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/jobs/image-pushing/k8s-staging-kubetest2.yaml (about) 1 postsubmits: 2 kubernetes-sigs/kubetest2: 3 - name: post-kubetest2-push-binaries 4 cluster: k8s-infra-prow-build-trusted 5 annotations: 6 testgrid-dashboards: sig-testing-kubetest2, sig-k8s-infra-gcb 7 testgrid-alert-email: kubernetes-sig-testing-alerts@googlegroups.com 8 testgrid-num-columns-recent: '3' 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-kubetest2 18 - --scratch-bucket=gs://k8s-staging-kubetest2-gcb 19 - --env-passthrough=PULL_BASE_SHA 20 - --build-dir=. 21 - hack/ci/push-binaries/ 22 env: 23 - name: LOG_TO_STDOUT 24 value: "y" 25 rerun_auth_config: 26 github_team_ids: 27 - 3925239 # https://github.com/orgs/kubernetes-sigs/teams/kubetest2-maintainers 28 29 periodics: 30 - interval: 72h 31 name: ci-kubetest2-push-binaries 32 cluster: k8s-infra-prow-build-trusted 33 annotations: 34 testgrid-dashboards: sig-testing-kubetest2, sig-k8s-infra-gcb 35 testgrid-alert-email: kubernetes-sig-testing-alerts@googlegroups.com 36 decorate: true 37 extra_refs: 38 - org: kubernetes-sigs 39 repo: kubetest2 40 base_ref: master 41 path_alias: sig.k8s.io/kubetest2 42 spec: 43 serviceAccountName: gcb-builder 44 containers: 45 - image: gcr.io/k8s-staging-test-infra/image-builder:v20230711-e33377c2b4 46 command: 47 - /run.sh 48 args: 49 - --project=k8s-staging-kubetest2 50 - --scratch-bucket=gs://k8s-staging-kubetest2-gcb 51 - --env-passthrough=PULL_BASE_SHA 52 - --build-dir=. 53 - hack/ci/push-binaries/ 54 env: 55 - name: LOG_TO_STDOUT 56 value: "y" 57 rerun_auth_config: 58 github_team_ids: 59 - 3925239 # https://github.com/orgs/kubernetes-sigs/teams/kubetest2-maintainers