k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/jobs/kubernetes-sigs/node-feature-discovery/node-feature-discovery-presubmits-release-0-12.yaml (about) 1 presubmits: 2 kubernetes-sigs/node-feature-discovery: 3 - name: pull-node-feature-discovery-verify-release-0-12 4 cluster: eks-prow-build-cluster 5 skip_if_only_changed: "^docs/|^\\.github/|\\.(md)$|^(README|LICENSE|OWNERS)$" 6 branches: 7 - ^release-0.12 8 decorate: true 9 annotations: 10 testgrid-dashboards: sig-node-node-feature-discovery 11 testgrid-tab-name: verify-release-0.12 12 description: "Verify source code of node-feature-discovery: check formatting, lint etc." 13 spec: 14 containers: 15 - image: public.ecr.aws/docker/library/golang:1.19 16 command: 17 - scripts/test-infra/verify.sh 18 resources: 19 limits: 20 cpu: 2 21 memory: 4Gi 22 requests: 23 cpu: 2 24 memory: 4Gi 25 - name: pull-node-feature-discovery-verify-docs-release-0-12 26 cluster: eks-prow-build-cluster 27 run_if_changed: "^docs/" 28 branches: 29 - ^release-0.12 30 decorate: true 31 annotations: 32 testgrid-dashboards: sig-node-node-feature-discovery 33 testgrid-tab-name: verify-docs-release-0.12 34 description: "Verify documentation sources" 35 spec: 36 containers: 37 - image: ruby:slim 38 command: 39 - scripts/test-infra/mdlint.sh 40 resources: 41 limits: 42 cpu: 2 43 memory: 4Gi 44 requests: 45 cpu: 2 46 memory: 4Gi 47 - name: pull-node-feature-discovery-build-release-0-12 48 cluster: eks-prow-build-cluster 49 skip_if_only_changed: "^docs/|^demo/|^deployment/|^\\.github/|\\.(md)$|^(README|LICENSE|OWNERS)$" 50 branches: 51 - ^release-0.12 52 decorate: true 53 annotations: 54 testgrid-dashboards: sig-node-node-feature-discovery 55 testgrid-tab-name: build-release-0.12 56 description: "Build node-feature-discovery binaries" 57 spec: 58 containers: 59 - image: public.ecr.aws/docker/library/golang:1.19 60 command: 61 - scripts/test-infra/build.sh 62 resources: 63 limits: 64 cpu: 2 65 memory: 4Gi 66 requests: 67 cpu: 2 68 memory: 4Gi