Skip to content

Commit 6deaebb

Browse files
committed
add 5000 node dra test
Signed-off-by: Alay Patel <[email protected]>
1 parent c596351 commit 6deaebb

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

config/jobs/kubernetes/sig-scalability/sig-scalability-release-blocking-jobs.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,23 @@ periodics:
113113
readOnly: true
114114
mountPath: /etc/registry-auth
115115
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"
116133
- name: KUBERNETES_REGISTRY_PULL_THROUGH_HOST
117134
value: https://us-central1-docker.pkg.dev/v2/k8s-infra-e2e-scale-5k-project/k8s-5k-scale-cache/
118135
- name: KUBERNETES_REGISTRY_PULL_THROUGH_BASIC_AUTH_TOKEN_PATH
@@ -162,6 +179,7 @@ periodics:
162179
- --test-cmd-args=--testconfig=testing/load/config.yaml
163180
- --test-cmd-args=--testconfig=testing/huge-service/config.yaml
164181
- --test-cmd-args=--testconfig=testing/access-tokens/config.yaml
182+
- --test-cmd-args=--testconfig=testing/dra/config.yaml
165183
- --test-cmd-args=--testoverrides=./testing/experiments/enable_restart_count_check.yaml
166184
- --test-cmd-args=--testoverrides=./testing/experiments/ignore_known_gce_container_restarts.yaml
167185
- --test-cmd-args=--testoverrides=./testing/overrides/5000_nodes.yaml

0 commit comments

Comments
 (0)