File tree 2 files changed +24
-0
lines changed
config/jobs/kubernetes-sigs/kube-scheduler-simulator
2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 2
2
presubmits :
3
3
kubernetes-sigs/kube-scheduler-simulator :
4
4
- name : pull-kube-scheduler-simulator-backend-lint
5
+ cluster : eks-prow-build-cluster
5
6
annotations :
6
7
testgrid-dashboards : sig-scheduling
7
8
testgrid-tab-name : pull-kube-scheduler-simulator-backend-lint
@@ -21,7 +22,15 @@ presubmits:
21
22
make tools &&
22
23
export PATH="${PATH}:${GOPATH}/bin" &&
23
24
make lint
25
+ resources :
26
+ limits :
27
+ cpu : 2
28
+ memory : 4Gi
29
+ requests :
30
+ cpu : 2
31
+ memory : 4Gi
24
32
- name : pull-kube-scheduler-simulator-frontend-lint
33
+ cluster : eks-prow-build-cluster
25
34
annotations :
26
35
testgrid-dashboards : sig-scheduling
27
36
testgrid-tab-name : pull-kube-scheduler-simulator-frontend-lint
@@ -40,3 +49,10 @@ presubmits:
40
49
cd ./web &&
41
50
yarn install --frozen-lockfile &&
42
51
yarn run lint
52
+ resources :
53
+ limits :
54
+ cpu : 2
55
+ memory : 4Gi
56
+ requests :
57
+ cpu : 2
58
+ memory : 4Gi
Original file line number Diff line number Diff line change 2
2
presubmits :
3
3
kubernetes-sigs/kube-scheduler-simulator :
4
4
- name : pull-kube-scheduler-simulator-backend-unit-test
5
+ cluster : eks-prow-build-cluster
5
6
annotations :
6
7
testgrid-dashboards : sig-scheduling
7
8
testgrid-tab-name : pull-kube-scheduler-simulator-backend-unit-test
@@ -19,3 +20,10 @@ presubmits:
19
20
- >
20
21
make mod-download &&
21
22
make test
23
+ resources :
24
+ limits :
25
+ cpu : 2
26
+ memory : 4Gi
27
+ requests :
28
+ cpu : 2
29
+ memory : 4Gi
You can’t perform that action at this time.
0 commit comments