k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/jobs/image-pushing/k8s-staging-etcdadm.yaml (about) 1 postsubmits: 2 kubernetes-sigs/etcdadm: 3 - name: etcdadm-postsubmit-push-to-staging 4 cluster: k8s-infra-prow-build-trusted 5 annotations: 6 testgrid-dashboards: sig-cluster-lifecycle-etcdadm, sig-k8s-infra-gcb 7 decorate: true 8 decoration_config: 9 timeout: 20m 10 grace_period: 5m 11 branches: 12 - ^master$ 13 - ^release-.* 14 # Build (root) tags also 15 # this is a regex for semver, from https://semver.org/#is-there-a-suggested-regular-expression-regex-to-check-a-semver-string 16 - ^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-]+)*))?$ 17 # Build etcd-manager tags 18 - ^etcd-manager/.*$ 19 spec: 20 serviceAccountName: gcb-builder 21 containers: 22 - image: gcr.io/k8s-staging-test-infra/image-builder:v20230711-e33377c2b4 23 command: 24 - /run.sh 25 args: 26 # this is the project GCB will run in, which is the same as the GCR images are pushed to. 27 - --project=k8s-staging-etcdadm 28 - --scratch-bucket=gs://k8s-staging-etcdadm-gcb 29 - --env-passthrough=PULL_BASE_REF 30 - --with-git-dir 31 - --build-dir=. 32 - dev/staging/