diff --git a/config/jobs/kubernetes/sig-node/crio.yaml b/config/jobs/kubernetes/sig-node/crio.yaml index e6a672410d133..d65c93eb1e855 100644 --- a/config/jobs/kubernetes/sig-node/crio.yaml +++ b/config/jobs/kubernetes/sig-node/crio.yaml @@ -27,6 +27,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 @@ -94,6 +101,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-features @@ -127,6 +141,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 @@ -159,6 +180,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-unlabelled @@ -192,6 +220,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-eviction @@ -225,6 +260,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-node-release-blocking testgrid-tab-name: ci-crio-cgroupv2-node-e2e-conformance @@ -258,6 +300,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-resource-managers @@ -291,6 +340,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-hugepages @@ -334,6 +390,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