k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/jobs/kubernetes-sigs/krm-functions-registry/krm-functions-registry-presubmits-master.yaml (about) 1 presubmits: 2 kubernetes-sigs/krm-functions-registry: 3 - name: pull-krm-functions-registry-test-master 4 cluster: eks-prow-build-cluster 5 decorate: true 6 always_run: true 7 labels: 8 preset-dind-enabled: "true" 9 preset-kind-volume-mounts: "true" 10 path_alias: sigs.k8s.io/krm-functions-registry 11 branches: 12 # The script this job runs is not in all branches. 13 - ^main$ 14 spec: 15 containers: 16 # we use this image because we need docker-in-docker and go. 17 - image: gcr.io/k8s-staging-test-infra/krte:v20230309-9a6b1b3121-1.23 18 command: 19 # docker-in-docker is set up in wrapper.sh 20 - wrapper.sh 21 - ./test.sh 22 # docker-in-docker needs privileged mode 23 securityContext: 24 privileged: true 25 resources: 26 limits: 27 cpu: 4 28 memory: 8Gi 29 requests: 30 cpu: 4 31 memory: 8Gi 32 annotations: 33 testgrid-dashboards: sig-cli-misc 34 testgrid-tab-name: krm-functions-registry-presubmit-master 35 description: krm-functions-registry presubmit tests on master branch