Skip to content

Commit ea8fcf6

Browse files
committed
bump cpu requests for agent-sandbox presubmits
These jobs are running a little slow, bumping the cpu requests to improve the speed.
1 parent 796569f commit ea8fcf6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/jobs/kubernetes-sigs/agent-sandbox/agent-sandbox-presubmits-main.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ presubmits:
3434
- dev/ci/presubmits/test-unit
3535
resources:
3636
requests:
37-
cpu: 1
37+
cpu: 2
3838
memory: 4Gi
3939
limits:
40-
cpu: 1
40+
cpu: 2
4141
memory: 4Gi
4242
annotations:
4343
testgrid-dashboards: sig-apps-agent-sandbox
@@ -53,10 +53,10 @@ presubmits:
5353
- dev/ci/presubmits/lint-go
5454
resources:
5555
requests:
56-
cpu: 1
56+
cpu: 2
5757
memory: 4Gi
5858
limits:
59-
cpu: 1
59+
cpu: 2
6060
memory: 4Gi
6161
annotations:
6262
testgrid-dashboards: sig-apps-agent-sandbox

0 commit comments

Comments
 (0)