k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/jobs/image-pushing/k8s-staging-descheduler.yaml (about) 1 postsubmits: 2 # This is the github repo we'll build from. This block needs to be repeated 3 # for each repo. 4 kubernetes-sigs/descheduler: 5 # The name should be changed to match the repo name above 6 - name: post-descheduler-push-images 7 rerun_auth_config: 8 # approvers from https://github.com/kubernetes-sigs/descheduler/blob/master/OWNERS 9 github_users: 10 - damemi 11 - ingvagabund 12 - seanmalloy 13 - a7i 14 - knelasevero 15 cluster: k8s-infra-prow-build-trusted 16 annotations: 17 # This is the name of some testgrid dashboard to report to. 18 testgrid-dashboards: sig-scheduling, sig-k8s-infra-gcb 19 decorate: true 20 branches: 21 - ^master$ 22 - ^release-.* 23 # this is a regex for semver, from https://semver.org/#is-there-a-suggested-regular-expression-regex-to-check-a-semver-string 24 - ^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-]+)*))?$ 25 spec: 26 serviceAccountName: gcb-builder 27 containers: 28 - image: gcr.io/k8s-staging-test-infra/image-builder:v20230711-e33377c2b4 29 command: 30 - /run.sh 31 args: 32 # this is the project GCB will run in, which is the same as the GCR 33 # images are pushed to. 34 - --project=k8s-staging-descheduler 35 # This is the same as above, but with -gcb appended. 36 - --scratch-bucket=gs://k8s-staging-descheduler-gcb 37 - --env-passthrough=PULL_BASE_REF 38 - .