k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/jobs/kubernetes/repo-infra/repo-infra-presubmits.yaml (about) 1 presubmits: 2 kubernetes/repo-infra: 3 - name: pull-repo-infra-tests 4 cluster: eks-prow-build-cluster 5 always_run: true 6 decorate: true 7 path_alias: k8s.io/repo-infra 8 labels: 9 preset-service-account: "true" 10 preset-bazel-scratch-dir: "true" 11 spec: 12 containers: 13 - image: gcr.io/k8s-testimages/launcher.gcr.io/google/bazel:latest-kubernetes-master 14 command: 15 - ./presubmit.sh 16 imagePullPolicy: Always 17 resources: 18 limits: 19 cpu: 2 20 memory: 4Gi 21 requests: 22 cpu: 2 23 memory: 4Gi 24 annotations: 25 testgrid-dashboards: sig-release-releng-presubmits 26 testgrid-tab-name: repo-infra