File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
config/jobs/kubernetes/sig-scalability Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,23 @@ periodics:
113
113
readOnly : true
114
114
mountPath : /etc/registry-auth
115
115
env :
116
+ - name : CL2_MODE
117
+ value : " Indexed"
118
+ - name : CL2_NODES_PER_NAMESPACE
119
+ value : " 2500"
120
+ - name : CL2_JOB_RUNNING_TIME
121
+ value : " 3s"
122
+ - name : CL2_LONG_JOB_RUNNING_TIME
123
+ value : " 240m"
124
+ # TODO: 100 node gce test run with 10 and 5, can increase if needed
125
+ # - name: CL2_LOAD_TEST_THROUGHPUT
126
+ # value: "50"
127
+ # - name: CL2_STEADY_STATE_QPS
128
+ # value: "25"
129
+ - name : PROMETHEUS_SCRAPE_KUBELETS
130
+ value : " true"
131
+ - name : NODE_PRELOAD_IMAGES
132
+ value : " gcr.io/k8s-staging-perf-tests/sleep:v0.0.3"
116
133
- name : KUBERNETES_REGISTRY_PULL_THROUGH_HOST
117
134
value : https://us-central1-docker.pkg.dev/v2/k8s-infra-e2e-scale-5k-project/k8s-5k-scale-cache/
118
135
- name : KUBERNETES_REGISTRY_PULL_THROUGH_BASIC_AUTH_TOKEN_PATH
@@ -162,6 +179,7 @@ periodics:
162
179
- --test-cmd-args=--testconfig=testing/load/config.yaml
163
180
- --test-cmd-args=--testconfig=testing/huge-service/config.yaml
164
181
- --test-cmd-args=--testconfig=testing/access-tokens/config.yaml
182
+ - --test-cmd-args=--testconfig=testing/dra/config.yaml
165
183
- --test-cmd-args=--testoverrides=./testing/experiments/enable_restart_count_check.yaml
166
184
- --test-cmd-args=--testoverrides=./testing/experiments/ignore_known_gce_container_restarts.yaml
167
185
- --test-cmd-args=--testoverrides=./testing/overrides/5000_nodes.yaml
You can’t perform that action at this time.
0 commit comments