Skip to content

Commit c581ce7

Browse files
authored
Merge pull request #35947 from damdo/fix_more_memory_for_capg_jobs
fix: more cpu for CAPG
2 parents aef1430 + 07f256a commit c581ce7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ presubmits:
1717
- "./scripts/ci-test.sh"
1818
resources:
1919
limits:
20-
cpu: 16
20+
cpu: 7
2121
memory: 16Gi
2222
requests:
23-
cpu: 16
23+
cpu: 7
2424
memory: 16Gi
2525
annotations:
2626
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-gcp
@@ -42,10 +42,10 @@ presubmits:
4242
- "./scripts/ci-build.sh"
4343
resources:
4444
limits:
45-
cpu: 16
45+
cpu: 7
4646
memory: 16Gi
4747
requests:
48-
cpu: 16
48+
cpu: 7
4949
memory: 16Gi
5050
annotations:
5151
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-gcp

0 commit comments

Comments
 (0)