k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/jobs/image-pushing/k8s-staging-kmm.yaml (about) 1 postsubmits: 2 kubernetes-sigs/kernel-module-management: 3 - name: post-kernel-module-management-push-images 4 cluster: k8s-infra-prow-build-trusted 5 annotations: 6 testgrid-dashboards: sig-node-image-pushes, sig-k8s-infra-gcb 7 decorate: true 8 branches: 9 - ^main$ 10 - ^release- 11 # For publishing tagged images. Those will only get built once, i.e. 12 # existing images are not getting overwritten. A new tag must be set to 13 # trigger another image build. Images are only built for tags that follow 14 # the semver format (regex from https://semver.org/#is-there-a-suggested-regular-expression-regex-to-check-a-semver-string). 15 - ^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-]+)*))?$ 16 spec: 17 serviceAccountName: gcb-builder 18 containers: 19 - image: gcr.io/k8s-staging-test-infra/image-builder:v20230711-e33377c2b4 20 command: 21 - /run.sh 22 args: 23 - --project=k8s-staging-kmm 24 - --scratch-bucket=gs://k8s-staging-kmm-gcb 25 - --env-passthrough=PULL_BASE_REF 26 - --with-git-dir 27 - .