File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
config/jobs/kubernetes/sig-scalability Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
periodics :
2
2
- name : ci-kubernetes-e2e-gci-gce-scalability-networkpolicies
3
3
cluster : k8s-infra-prow-build
4
- interval : 6h
4
+ interval : 24h
5
5
tags :
6
6
- " perfDashPrefix: networkpolicies"
7
- - " perfDashJobType: networkpolicies"
7
+ - " perfDashJobType: performance"
8
+ - " perfDashBuildsCount: 500"
8
9
labels :
9
10
preset-service-account : " true"
10
11
preset-k8s-ssh : " true"
@@ -182,12 +183,20 @@ periodics:
182
183
decorate : true
183
184
decoration_config :
184
185
timeout : 480m
185
- path_alias : k8s.io/kops
186
186
extra_refs :
187
+ - org : kubernetes
188
+ repo : kubernetes
189
+ base_ref : master
190
+ path_alias : k8s.io/kubernetes
187
191
- org : kubernetes
188
192
repo : perf-tests
189
193
base_ref : master
190
194
path_alias : k8s.io/perf-tests
195
+ - org : kubernetes
196
+ repo : kops
197
+ base_ref : master
198
+ path_alias : k8s.io/kops
199
+ workdir : true
191
200
spec :
192
201
serviceAccountName : k8s-kops-test
193
202
containers :
You can’t perform that action at this time.
0 commit comments