Skip to content

Commit 3ab2d21

Browse files
authored
Merge pull request #35591 from mloiseleur/feat/faster-tests
Allocate more resources on ExternalDNS jobs
2 parents caa1980 + 016d899 commit 3ab2d21

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/jobs/kubernetes-sigs/external-dns/external-dns-presubmits.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ presubmits:
4242
- test
4343
resources:
4444
limits:
45-
cpu: 1
46-
memory: 4Gi
45+
cpu: 4
46+
memory: 8Gi
4747
requests:
48-
cpu: 1
49-
memory: 4Gi
48+
cpu: 4
49+
memory: 8Gi
5050
annotations:
5151
testgrid-dashboards: sig-network-external-dns
5252
testgrid-tab-name: unit test

0 commit comments

Comments
 (0)