Skip to content

Commit

Permalink
add resources
Browse files Browse the repository at this point in the history
  • Loading branch information
kannon92 committed Sep 25, 2023
1 parent 3f237a9 commit 9ba477f
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 @@ -38,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
Expand Down Expand Up @@ -116,6 +123,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 @@ -160,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
Expand Down Expand Up @@ -203,6 +224,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 @@ -247,6 +275,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 @@ -291,6 +326,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 @@ -335,6 +377,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 @@ -379,6 +428,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 @@ -433,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
Expand Down

0 comments on commit 9ba477f

Please sign in to comment.