Skip to content

Commit

Permalink
add resources
Browse files Browse the repository at this point in the history
  • Loading branch information
kannon92 committed Sep 22, 2023
1 parent b40dd18 commit edfa0bb
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions config/jobs/kubernetes/sig-node/crio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit edfa0bb

Please sign in to comment.