Skip to content

Commit ae8bccd

Browse files
committed
jobs: migrate kubernetes/org jobs to eks cluster
also, add cpu/mem limits and requests to the jobs Signed-off-by: Nabarun Pal <[email protected]>
1 parent 6f00dee commit ae8bccd

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

config/jobs/kubernetes/org/kubernetes-org-jobs.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
presubmits:
22
kubernetes/org:
33
- name: pull-org-test-all
4+
cluster: eks-prow-build-cluster
45
always_run: true
56
decorate: true
67
labels:
@@ -12,10 +13,19 @@ presubmits:
1213
- make
1314
args:
1415
- test
16+
resources:
17+
limits:
18+
cpu: 2
19+
memory: 4Gi
20+
requests:
21+
cpu: 2
22+
memory: 4Gi
1523
annotations:
1624
testgrid-num-columns-recent: '30'
1725
testgrid-create-test-group: 'true'
26+
1827
- name: pull-org-verify-all
28+
cluster: eks-prow-build-cluster
1929
always_run: true
2030
decorate: true
2131
labels:
@@ -27,6 +37,13 @@ presubmits:
2737
- make
2838
args:
2939
- verify
40+
resources:
41+
limits:
42+
cpu: 2
43+
memory: 4Gi
44+
requests:
45+
cpu: 2
46+
memory: 4Gi
3047
annotations:
3148
testgrid-num-columns-recent: '30'
3249
testgrid-create-test-group: 'true'

0 commit comments

Comments
 (0)