Skip to content

Commit deef348

Browse files
authored
Merge pull request #35686 from justinsb/more_memory_for_apidiff_capg
chore: increase memory (and CPU) for CAPG apidiff job
2 parents be7f4b7 + 5a0b091 commit deef348

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -333,12 +333,12 @@ presubmits:
333333
args:
334334
- ./scripts/ci-apidiff.sh
335335
resources:
336-
limits:
337-
cpu: 4
338-
memory: 4Gi
339336
requests:
340-
cpu: 4
341-
memory: 4Gi
337+
cpu: 7300m
338+
memory: 9Gi
339+
limits:
340+
cpu: 7300m
341+
memory: 9Gi
342342
annotations:
343343
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-gcp
344344
testgrid-tab-name: pr-apidiff-main

config/jobs/kubernetes-sigs/cluster-api-provider-gcp/cluster-api-provider-gcp-presubmits-release-1-10.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -270,12 +270,12 @@ presubmits:
270270
args:
271271
- ./scripts/ci-apidiff.sh
272272
resources:
273-
limits:
274-
cpu: 4
275-
memory: 4Gi
276273
requests:
277-
cpu: 4
278-
memory: 4Gi
274+
cpu: 7300m
275+
memory: 9Gi
276+
limits:
277+
cpu: 7300m
278+
memory: 9Gi
279279
annotations:
280280
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-gcp
281281
testgrid-tab-name: pr-apidiff-main-release-1-10

config/jobs/kubernetes-sigs/cluster-api-provider-gcp/cluster-api-provider-gcp-presubmits-release-1-9.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -269,12 +269,12 @@ presubmits:
269269
args:
270270
- ./scripts/ci-apidiff.sh
271271
resources:
272-
limits:
273-
cpu: 4
274-
memory: 4Gi
275272
requests:
276-
cpu: 4
277-
memory: 4Gi
273+
cpu: 7300m
274+
memory: 9Gi
275+
limits:
276+
cpu: 7300m
277+
memory: 9Gi
278278
annotations:
279279
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-gcp
280280
testgrid-tab-name: pr-apidiff-main-release-1-9

0 commit comments

Comments
 (0)