Skip to content

Commit e4cd272

Browse files
committed
adjust the integration tests cpu count
1 parent 3c9d80b commit e4cd272

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/jobs/kubernetes/sig-testing/integration.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ presubmits:
2828
privileged: true
2929
resources:
3030
limits:
31-
cpu: 8
31+
cpu: 7
3232
memory: 20Gi
3333
requests:
34-
cpu: 8
34+
cpu: 7
3535
memory: 20Gi
3636
- name: pull-kubernetes-integration-canary
3737
cluster: k8s-infra-prow-build
@@ -64,10 +64,10 @@ presubmits:
6464
privileged: true
6565
resources:
6666
limits:
67-
cpu: 8
67+
cpu: 7
6868
memory: 20Gi
6969
requests:
70-
cpu: 8
70+
cpu: 7
7171
memory: 20Gi
7272
- name: pull-kubernetes-integration-race
7373
cluster: eks-prow-build-cluster

0 commit comments

Comments
 (0)