Skip to content

Commit aef1430

Browse files
authored
Merge pull request #35945 from justinsb/more_memory_for_capg_jobs
capg: increase memory (and cpu) for jobs that are OOMing
2 parents 6951635 + e567873 commit aef1430

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

config/jobs/kubernetes-sigs/cluster-api-provider-gcp/cluster-api-provider-gcp-presubmits-main.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ presubmits:
1717
- "./scripts/ci-test.sh"
1818
resources:
1919
limits:
20-
cpu: 4
21-
memory: 4Gi
20+
cpu: 16
21+
memory: 16Gi
2222
requests:
23-
cpu: 4
24-
memory: 4Gi
23+
cpu: 16
24+
memory: 16Gi
2525
annotations:
2626
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-gcp
2727
testgrid-tab-name: pr-test
@@ -42,11 +42,11 @@ presubmits:
4242
- "./scripts/ci-build.sh"
4343
resources:
4444
limits:
45-
cpu: 4
46-
memory: 4Gi
45+
cpu: 16
46+
memory: 16Gi
4747
requests:
48-
cpu: 4
49-
memory: 4Gi
48+
cpu: 16
49+
memory: 16Gi
5050
annotations:
5151
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-gcp
5252
testgrid-tab-name: pr-build

0 commit comments

Comments
 (0)