File tree Expand file tree Collapse file tree 3 files changed +49
-0
lines changed Expand file tree Collapse file tree 3 files changed +49
-0
lines changed Original file line number Diff line number Diff line change 1
1
presubmits :
2
2
kubernetes/community :
3
3
- name : pull-community-verify
4
+ cluster : eks-prow-build-cluster
4
5
branches :
5
6
- master
6
7
always_run : true
@@ -13,10 +14,18 @@ presubmits:
13
14
- " -c"
14
15
# Add GOPATH/bin back to PATH to workaround #9469
15
16
- " 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
16
24
annotations :
17
25
testgrid-dashboards : sig-contribex-community
18
26
testgrid-tab-name : pull-verify
19
27
- name : pull-community-tempelis-check
28
+ cluster : eks-prow-build-cluster
20
29
decorate : true
21
30
branches :
22
31
- ^master$
@@ -32,6 +41,13 @@ presubmits:
32
41
- --config=communication/slack-config/
33
42
- --restrictions=communication/slack-config/restrictions.yaml
34
43
- --auth=/etc/slack-auth/auth.json
44
+ resources :
45
+ limits :
46
+ cpu : 2
47
+ memory : 4Gi
48
+ requests :
49
+ cpu : 2
50
+ memory : 4Gi
35
51
volumeMounts :
36
52
- name : tempelis-readonly-creds
37
53
mountPath : /etc/slack-auth
Original file line number Diff line number Diff line change 1
1
presubmits :
2
2
kubernetes/enhancements :
3
3
- name : pull-enhancements-verify
4
+ cluster : eks-prow-build-cluster
4
5
always_run : true
5
6
decorate : true
6
7
spec :
@@ -10,7 +11,15 @@ presubmits:
10
11
- sh
11
12
- " -c"
12
13
- " 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
13
21
- name : pull-enhancements-test
22
+ cluster : eks-prow-build-cluster
14
23
always_run : true
15
24
decorate : true
16
25
spec :
@@ -20,3 +29,10 @@ presubmits:
20
29
- make
21
30
- test
22
31
- tools
32
+ resources :
33
+ limits :
34
+ cpu : 2
35
+ memory : 4Gi
36
+ requests :
37
+ cpu : 2
38
+ memory : 4Gi
Original file line number Diff line number Diff line change 1
1
presubmits :
2
2
kubernetes/org :
3
3
- name : pull-org-test-all
4
+ cluster : eks-prow-build-cluster
4
5
always_run : true
5
6
decorate : true
6
7
labels :
@@ -12,10 +13,19 @@ presubmits:
12
13
- make
13
14
args :
14
15
- test
16
+ resources :
17
+ limits :
18
+ cpu : 2
19
+ memory : 4Gi
20
+ requests :
21
+ cpu : 2
22
+ memory : 4Gi
15
23
annotations :
16
24
testgrid-num-columns-recent : ' 30'
17
25
testgrid-create-test-group : ' true'
26
+
18
27
- name : pull-org-verify-all
28
+ cluster : eks-prow-build-cluster
19
29
always_run : true
20
30
decorate : true
21
31
labels :
@@ -27,6 +37,13 @@ presubmits:
27
37
- make
28
38
args :
29
39
- verify
40
+ resources :
41
+ limits :
42
+ cpu : 2
43
+ memory : 4Gi
44
+ requests :
45
+ cpu : 2
46
+ memory : 4Gi
30
47
annotations :
31
48
testgrid-num-columns-recent : ' 30'
32
49
testgrid-create-test-group : ' true'
You can’t perform that action at this time.
0 commit comments