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 @@ -1020,9 +1020,9 @@ periodics:

- interval: 4h
cluster: k8s-infra-prow-build
name: ci-kubernetes-benchmark-list
name: ci-kubernetes-benchmark-list-json
tags:
- "perfDashPrefix: benchmark list"
- "perfDashPrefix: benchmark list json"
- "perfDashJobType: benchmarkList"
labels:
preset-service-account: "true"
Expand All @@ -1044,7 +1044,7 @@ periodics:
path_alias: k8s.io/perf-tests
annotations:
testgrid-dashboards: sig-scalability-benchmarks
testgrid-tab-name: gce-benchmark-list
testgrid-tab-name: gce-benchmark-list-json
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250527-1b2b10e804-master
Expand All @@ -1068,6 +1068,7 @@ periodics:
- --env=CL2_LIST_BENCHMARK_PODS=10
- --env=CL2_LIST_BENCHMARK_POD_CPU=2000
- --env=CL2_LIST_BENCHMARK_POD_MEMORY=4096
- --env=CL2_LIST_BENCHMARK_CONTENT_TYPE=json
- --test=false
- --test-cmd=$GOPATH/src/k8s.io/perf-tests/run-e2e.sh
- --test-cmd-args=cluster-loader2
Expand Down Expand Up @@ -1162,3 +1163,76 @@ periodics:
limits:
cpu: 3
memory: "8Gi"

- interval: 4h
cluster: k8s-infra-prow-build
name: ci-kubernetes-benchmark-list
tags:
- "perfDashPrefix: benchmark list"
- "perfDashJobType: benchmarkList"
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
preset-e2e-scalability-common: "true"
preset-e2e-scalability-periodics: "true"
preset-e2e-scalability-periodics-master: "true"
decorate: true
decoration_config:
timeout: 90m
extra_refs:
- org: kubernetes
repo: kubernetes
base_ref: master
path_alias: k8s.io/kubernetes
- org: kubernetes
repo: perf-tests
base_ref: master
path_alias: k8s.io/perf-tests
annotations:
testgrid-dashboards: sig-scalability-benchmarks
testgrid-tab-name: gce-benchmark-list
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250527-1b2b10e804-master
command:
- runner.sh
- /workspace/scenarios/kubernetes_e2e.py
args:
- --cluster=benchmark-list
- --extract=ci/latest
- --gcp-master-size=n2-standard-32
- --gcp-node-size=e2-standard-32
- --gcp-node-image=gci
- --gcp-nodes=1
- --gcp-project-type=scalability-project
- --gcp-zone=us-east1-b
- --provider=gce
- --metadata-sources=cl2-metadata.json
- --env=KUBE_GCE_PRIVATE_CLUSTER=false
- --env=CL2_LIST_CONFIG_MAP_BYTES=100000
- --env=CL2_LIST_CONFIG_MAP_NUMBER=10000
- --env=CL2_LIST_BENCHMARK_PODS=10
- --env=CL2_LIST_BENCHMARK_POD_CPU=2000
- --env=CL2_LIST_BENCHMARK_POD_MEMORY=4096
- --env=CL2_LIST_BENCHMARK_CONTENT_TYPE="json,proto"
- --test=false
- --test-cmd=$GOPATH/src/k8s.io/perf-tests/run-e2e.sh
- --test-cmd-args=cluster-loader2
- --test-cmd-args=--nodes=1
- --test-cmd-args=--provider=gce
- --test-cmd-args=--experimental-gcp-snapshot-prometheus-disk=true
- --test-cmd-args=--experimental-prometheus-disk-snapshot-name=$(JOB_NAME)-$(BUILD_ID)
- --test-cmd-args=--experimental-prometheus-snapshot-to-report-dir=true
- --test-cmd-args=--report-dir=$(ARTIFACTS)
- --test-cmd-args=--testconfig=testing/list/config.yaml
- --test-cmd-name=ClusterLoaderV2
- --timeout=60m
- --use-logexporter
- --logexporter-gcs-path=gs://k8s-infra-scalability-tests-logs/$(JOB_NAME)/$(BUILD_ID)
resources:
requests:
cpu: 3
memory: "8Gi"
limits:
cpu: 3
memory: "8Gi"