Skip to content

Commit cba3fba

Browse files
authored
Merge pull request #35194 from alaypatel07/dra-gce-100-node-resource-bump
Update sig-scalability-periodic-dra.yaml to bump gce test pod resources
2 parents c965be3 + 0ce4496 commit cba3fba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/jobs/kubernetes/sig-scalability/DRA/sig-scalability-periodic-dra.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -290,11 +290,11 @@ periodics:
290290
- --use-logexporter
291291
resources:
292292
requests:
293-
cpu: 1
294-
memory: "2Gi"
293+
cpu: 2
294+
memory: "6Gi"
295295
limits:
296-
cpu: 1
297-
memory: "2Gi"
296+
cpu: 2
297+
memory: "6Gi"
298298
env:
299299
- name: CL2_MODE
300300
value: "Indexed"

0 commit comments

Comments
 (0)