k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/jobs/kubernetes/sig-k8s-infra/porche/sig-k8s-infra-porche-presubmits.yaml (about) 1 presubmits: 2 kubernetes-sigs/porche: 3 - name: pull-porche-build 4 cluster: k8s-infra-prow-build 5 decorate: true 6 always_run: true 7 annotations: 8 testgrid-dashboards: sig-k8s-infra-porche 9 testgrid-tab-name: pull-porche-build 10 testgrid-num-failures-to-alert: '6' 11 testgrid-alert-email: k8s-infra-alerts@kubernetes.io 12 spec: 13 containers: 14 - image: golang 15 command: 16 - dev/ci/presubmit-build 17 resources: 18 limits: 19 cpu: 2 20 memory: 4Gi 21 requests: 22 cpu: 2 23 memory: 4Gi 24 - name: pull-porche-lint 25 cluster: k8s-infra-prow-build 26 decorate: true 27 always_run: true 28 annotations: 29 testgrid-dashboards: sig-k8s-infra-porche 30 testgrid-tab-name: pull-porche-lint 31 testgrid-num-failures-to-alert: '6' 32 testgrid-alert-email: k8s-infra-alerts@kubernetes.io 33 spec: 34 containers: 35 - image: golang 36 command: 37 - dev/ci/presubmit-lint 38 resources: 39 limits: 40 cpu: 2 41 memory: 4Gi 42 requests: 43 cpu: 2 44 memory: 4Gi 45 - name: pull-porche-test 46 cluster: k8s-infra-prow-build 47 decorate: true 48 always_run: true 49 annotations: 50 testgrid-dashboards: sig-k8s-infra-porche 51 testgrid-tab-name: pull-porche-test 52 testgrid-num-failures-to-alert: '6' 53 testgrid-alert-email: k8s-infra-alerts@kubernetes.io 54 spec: 55 containers: 56 - image: golang 57 command: 58 - dev/ci/presubmit-test 59 resources: 60 limits: 61 cpu: 2 62 memory: 4Gi 63 requests: 64 cpu: 2 65 memory: 4Gi 66 - name: pull-porche-verify 67 cluster: k8s-infra-prow-build 68 decorate: true 69 always_run: true 70 annotations: 71 testgrid-dashboards: sig-k8s-infra-porche 72 testgrid-tab-name: pull-porche-verify 73 testgrid-num-failures-to-alert: '6' 74 testgrid-alert-email: k8s-infra-alerts@kubernetes.io 75 spec: 76 containers: 77 - image: golang 78 command: 79 - dev/ci/presubmit-verify 80 resources: 81 limits: 82 cpu: 2 83 memory: 4Gi 84 requests: 85 cpu: 2 86 memory: 4Gi