Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,23 @@ periodics:
readOnly: true
mountPath: /etc/registry-auth
env:
- name: CL2_MODE
value: "Indexed"
- name: CL2_NODES_PER_NAMESPACE
value: "2500"
- name: CL2_JOB_RUNNING_TIME
value: "3s"
- name: CL2_LONG_JOB_RUNNING_TIME
value: "240m"
# TODO: 100 node gce test run with 10 and 5, can increase if needed
# - name: CL2_LOAD_TEST_THROUGHPUT
# value: "50"
# - name: CL2_STEADY_STATE_QPS
# value: "25"
- name: PROMETHEUS_SCRAPE_KUBELETS
value: "true"
- name: NODE_PRELOAD_IMAGES
value: "gcr.io/k8s-staging-perf-tests/sleep:v0.0.3"
- name: KUBERNETES_REGISTRY_PULL_THROUGH_HOST
value: https://us-central1-docker.pkg.dev/v2/k8s-infra-e2e-scale-5k-project/k8s-5k-scale-cache/
- name: KUBERNETES_REGISTRY_PULL_THROUGH_BASIC_AUTH_TOKEN_PATH
Expand Down Expand Up @@ -162,6 +179,7 @@ periodics:
- --test-cmd-args=--testconfig=testing/load/config.yaml
- --test-cmd-args=--testconfig=testing/huge-service/config.yaml
- --test-cmd-args=--testconfig=testing/access-tokens/config.yaml
- --test-cmd-args=--testconfig=testing/dra/config.yaml
- --test-cmd-args=--testoverrides=./testing/experiments/enable_restart_count_check.yaml
- --test-cmd-args=--testoverrides=./testing/experiments/ignore_known_gce_container_restarts.yaml
- --test-cmd-args=--testoverrides=./testing/overrides/5000_nodes.yaml
Expand Down