Skip to content

Commit 24709a9

Browse files
authored
Merge pull request #29737 from palnabarun/migrate-org-enhancements-community-jobs
Migrate kubernetes/{org,enhancements,community} jobs to eks-prow-build-cluster
2 parents 6f08af7 + e0eef99 commit 24709a9

File tree

3 files changed

+49
-0
lines changed

3 files changed

+49
-0
lines changed

config/jobs/kubernetes/community/community-presubmit.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
presubmits:
22
kubernetes/community:
33
- name: pull-community-verify
4+
cluster: eks-prow-build-cluster
45
branches:
56
- master
67
always_run: true
@@ -13,10 +14,18 @@ presubmits:
1314
- "-c"
1415
# Add GOPATH/bin back to PATH to workaround #9469
1516
- "export PATH=$PATH:$GOPATH/bin && make verify"
17+
resources:
18+
limits:
19+
cpu: 2
20+
memory: 4Gi
21+
requests:
22+
cpu: 2
23+
memory: 4Gi
1624
annotations:
1725
testgrid-dashboards: sig-contribex-community
1826
testgrid-tab-name: pull-verify
1927
- name: pull-community-tempelis-check
28+
cluster: eks-prow-build-cluster
2029
decorate: true
2130
branches:
2231
- ^master$
@@ -32,6 +41,13 @@ presubmits:
3241
- --config=communication/slack-config/
3342
- --restrictions=communication/slack-config/restrictions.yaml
3443
- --auth=/etc/slack-auth/auth.json
44+
resources:
45+
limits:
46+
cpu: 2
47+
memory: 4Gi
48+
requests:
49+
cpu: 2
50+
memory: 4Gi
3551
volumeMounts:
3652
- name: tempelis-readonly-creds
3753
mountPath: /etc/slack-auth

config/jobs/kubernetes/enhancements/enhancements-presubmit.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
presubmits:
22
kubernetes/enhancements:
33
- name: pull-enhancements-verify
4+
cluster: eks-prow-build-cluster
45
always_run: true
56
decorate: true
67
spec:
@@ -10,7 +11,15 @@ presubmits:
1011
- sh
1112
- "-c"
1213
- "export PATH=$PATH:$GOPATH/bin && ./hack/verify.sh"
14+
resources:
15+
limits:
16+
cpu: 2
17+
memory: 4Gi
18+
requests:
19+
cpu: 2
20+
memory: 4Gi
1321
- name: pull-enhancements-test
22+
cluster: eks-prow-build-cluster
1423
always_run: true
1524
decorate: true
1625
spec:
@@ -20,3 +29,10 @@ presubmits:
2029
- make
2130
- test
2231
- tools
32+
resources:
33+
limits:
34+
cpu: 2
35+
memory: 4Gi
36+
requests:
37+
cpu: 2
38+
memory: 4Gi

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)