diff --git a/config/jobs/kubernetes/sig-node/crio.yaml b/config/jobs/kubernetes/sig-node/crio.yaml index 2844a05e5a69..108d7acf7e57 100644 --- a/config/jobs/kubernetes/sig-node/crio.yaml +++ b/config/jobs/kubernetes/sig-node/crio.yaml @@ -1,5 +1,6 @@ periodics: - name: ci-crio-cgroupv1-node-e2e-conformance + cluster: k8s-infra-prow-build interval: 1h labels: preset-service-account: "true" @@ -37,6 +38,13 @@ periodics: env: - name: GOPATH value: /go + resources: + limits: + cpu: 4 + memory: 6Gi + requests: + cpu: 4 + memory: 6Gi annotations: testgrid-dashboards: sig-node-cri-o, sig-release-master-informing, sig-node-release-blocking testgrid-tab-name: ci-crio-cgroupv1-node-e2e-conformance @@ -77,6 +85,7 @@ periodics: # testgrid-alert-email: kubernetes-sig-node-test-failures@googlegroups.com # description: "OWNER: sig-node; runs NodeConformance and alpha e2e tests with crio master and cgroup v1" - name: ci-crio-cgroupv1-node-e2e-features + cluster: k8s-infra-prow-build interval: 1h labels: preset-service-account: "true" @@ -114,12 +123,20 @@ periodics: env: - name: GOPATH value: /go + resources: + limits: + cpu: 4 + memory: 6Gi + requests: + cpu: 4 + memory: 6Gi annotations: testgrid-dashboards: sig-node-cri-o testgrid-tab-name: ci-crio-cgroupv1-node-e2e-features testgrid-alert-email: kubernetes-sig-node-test-failures@googlegroups.com description: "OWNER: sig-node; runs NodeFeatures e2e tests with crio master and cgroup v1" - name: ci-crio-cgroupv1-node-e2e-flaky + cluster: k8s-infra-prow-build interval: 2h labels: preset-service-account: "true" @@ -157,6 +174,13 @@ periodics: env: - name: GOPATH value: /go + resources: + limits: + cpu: 4 + memory: 6Gi + requests: + cpu: 4 + memory: 6Gi annotations: testgrid-dashboards: sig-node-cri-o testgrid-tab-name: ci-crio-cgroupv1-node-e2e-flaky @@ -200,12 +224,20 @@ periodics: env: - name: GOPATH value: /go + resources: + limits: + cpu: 4 + memory: 6Gi + requests: + cpu: 4 + memory: 6Gi annotations: testgrid-dashboards: sig-node-cri-o testgrid-tab-name: ci-crio-cgroupv1-node-e2e-unlabelled testgrid-alert-email: kubernetes-sig-node-test-failures@googlegroups.com description: "Contains all uncategorized tests, these are tests which are not marked with a [Node] tag. All node tests should be marked with [NodeFeature] or [NodeSpecialFeature] or [NodeAlphaFeature] or [NodeConformance] classification. Also skipped are [Flaky], [Benchmark], [Legacy]." - name: ci-crio-cgroupv1-node-e2e-eviction + cluster: k8s-infra-prow-build interval: 4h30m labels: preset-service-account: "true" @@ -243,12 +275,20 @@ periodics: env: - name: GOPATH value: /go + resources: + limits: + cpu: 4 + memory: 6Gi + requests: + cpu: 4 + memory: 6Gi annotations: testgrid-dashboards: sig-node-cri-o testgrid-tab-name: ci-crio-cgroupv1-node-e2e-eviction testgrid-alert-email: kubernetes-sig-node-test-failures@googlegroups.com description: "OWNER: sig-node; runs Eviction e2e tests with crio master and cgroup v1" - name: ci-crio-cgroupv2-node-e2e-conformance + cluster: k8s-infra-prow-build interval: 1h labels: preset-service-account: "true" @@ -286,12 +326,20 @@ periodics: env: - name: GOPATH value: /go + resources: + limits: + cpu: 4 + memory: 6Gi + requests: + cpu: 4 + memory: 6Gi annotations: testgrid-dashboards: sig-node-cri-o, sig-node-release-blocking testgrid-tab-name: ci-crio-cgroupv2-node-e2e-conformance testgrid-alert-email: kubernetes-sig-node-test-failures@googlegroups.com description: "OWNER: sig-node; runs NodeConformance e2e tests with crio master and cgroup v2" - name: ci-crio-cgroupv1-node-e2e-resource-managers + cluster: k8s-infra-prow-build interval: 4h labels: preset-service-account: "true" @@ -329,12 +377,20 @@ periodics: env: - name: GOPATH value: /go + resources: + limits: + cpu: 4 + memory: 6Gi + requests: + cpu: 4 + memory: 6Gi annotations: testgrid-dashboards: sig-node-cri-o testgrid-tab-name: ci-crio-cgroupv1-node-e2e-resource-managers testgrid-alert-email: kubernetes-sig-node-test-failures@googlegroups.com description: "Executes CPU, Memory and Topology manager e2e tests" - name: ci-crio-cgroupv1-node-e2e-hugepages + cluster: k8s-infra-prow-build interval: 4h labels: preset-service-account: "true" @@ -372,12 +428,20 @@ periodics: env: - name: GOPATH value: /go + resources: + limits: + cpu: 4 + memory: 6Gi + requests: + cpu: 4 + memory: 6Gi annotations: testgrid-dashboards: sig-node-cri-o testgrid-tab-name: ci-crio-cgroupv1-node-e2e-hugepages testgrid-alert-email: kubernetes-sig-node-test-failures@googlegroups.com description: "Executes hugepages e2e tests" - name: ci-crio-cgroupv1-evented-pleg + cluster: k8s-infra-prow-build interval: 3h labels: preset-service-account: "true" @@ -425,6 +489,13 @@ periodics: value: /go - name: IGNITION_INJECT_GCE_SSH_PUBLIC_KEY_FILE value: "1" + resources: + limits: + cpu: 4 + memory: 6Gi + requests: + cpu: 4 + memory: 6Gi annotations: testgrid-dashboards: sig-node-cri-o testgrid-tab-name: ci-crio-cgroupv1-evented-pleg