File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-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
You can’t perform that action at this time.
0 commit comments