Skip to content

Commit 660448c

Browse files
committed
fix scalability tests
1 parent 26d6b13 commit 660448c

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

config/jobs/kubernetes/sig-scalability/sig-scalability-networking.yaml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
periodics:
22
- name: ci-kubernetes-e2e-gci-gce-scalability-networkpolicies
33
cluster: k8s-infra-prow-build
4-
interval: 6h
4+
interval: 24h
55
tags:
66
- "perfDashPrefix: networkpolicies"
7-
- "perfDashJobType: networkpolicies"
7+
- "perfDashJobType: performance"
8+
- "perfDashBuildsCount: 500"
89
labels:
910
preset-service-account: "true"
1011
preset-k8s-ssh: "true"
@@ -182,12 +183,20 @@ periodics:
182183
decorate: true
183184
decoration_config:
184185
timeout: 480m
185-
path_alias: k8s.io/kops
186186
extra_refs:
187+
- org: kubernetes
188+
repo: kubernetes
189+
base_ref: master
190+
path_alias: k8s.io/kubernetes
187191
- org: kubernetes
188192
repo: perf-tests
189193
base_ref: master
190194
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
191200
spec:
192201
serviceAccountName: k8s-kops-test
193202
containers:

0 commit comments

Comments
 (0)