Skip to content

Commit a8e07ab

Browse files
committed
fix cloud-provider-gcp-tests prow job OOMKilled
1 parent 40369af commit a8e07ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/jobs/kubernetes/cloud-provider-gcp/cloud-provider-gcp-presubmits.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ presubmits:
3838
fi
3939
resources:
4040
limits:
41-
cpu: 2
42-
memory: 4Gi
41+
cpu: 4
42+
memory: 10Gi
4343
requests:
44-
cpu: 2
45-
memory: 4Gi
44+
cpu: 4
45+
memory: 10Gi
4646
- name: cloud-provider-gcp-verify-all
4747
cluster: k8s-infra-prow-build
4848
always_run: true

0 commit comments

Comments
 (0)