File tree Expand file tree Collapse file tree 3 files changed +45
-0
lines changed Expand file tree Collapse file tree 3 files changed +45
-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 @@ -11,6 +11,13 @@ presubmits:
11
11
- sh
12
12
- " -c"
13
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
14
21
- name : pull-enhancements-test
15
22
cluster : eks-prow-build-cluster
16
23
always_run : true
@@ -22,3 +29,10 @@ presubmits:
22
29
- make
23
30
- test
24
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 @@ -13,9 +13,17 @@ presubmits:
13
13
- make
14
14
args :
15
15
- test
16
+ resources :
17
+ limits :
18
+ cpu : 2
19
+ memory : 4Gi
20
+ requests :
21
+ cpu : 2
22
+ memory : 4Gi
16
23
annotations :
17
24
testgrid-num-columns-recent : ' 30'
18
25
testgrid-create-test-group : ' true'
26
+
19
27
- name : pull-org-verify-all
20
28
cluster : eks-prow-build-cluster
21
29
always_run : true
@@ -29,6 +37,13 @@ presubmits:
29
37
- make
30
38
args :
31
39
- verify
40
+ resources :
41
+ limits :
42
+ cpu : 2
43
+ memory : 4Gi
44
+ requests :
45
+ cpu : 2
46
+ memory : 4Gi
32
47
annotations :
33
48
testgrid-num-columns-recent : ' 30'
34
49
testgrid-create-test-group : ' true'
You can’t perform that action at this time.
0 commit comments