k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/jobs/kubernetes/sig-k8s-infra/trusted/enhancements-postsubmit.yaml (about) 1 postsubmits: 2 kubernetes/enhancements: 3 - name: post-push-kep-manifest 4 cluster: k8s-infra-prow-build-trusted 5 branches: 6 - ^master$ 7 decorate: true 8 max_concurrency: 1 9 spec: 10 containers: 11 - image: gcr.io/k8s-staging-test-infra/gcloud-in-go:v20230111-cd1b3caf9c 12 command: 13 - sh 14 - "-c" 15 - "export PATH=$PATH:$GOPATH/bin && ./hack/push-manifest.sh" 16 env: 17 - name: KEPS_BUCKET 18 value: "gs://k8s-keps" 19 serviceAccountName: k8s-keps 20 annotations: 21 testgrid-dashboards: sig-arch-enhancements 22 testgrid-tab-name: push-kep-manifest 23 description: 'Generates the KEP Manifest and pushes to the KEPS Bucket'