Skip to content
Merged
Show file tree
Hide file tree
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 @@ -1005,103 +1005,6 @@ presubmits:
testgrid-tab-name: capz-pr-scalability-100-node-k8s-main
testgrid-alert-email: k8s-infra-staging-cluster-api-azure@kubernetes.io
description: Conducts load testing with custom builds to assess scalability on the main branch.
- name: pull-cluster-api-provider-azure-dra-scalability
cluster: eks-prow-build-cluster
decorate: true
decoration_config:
timeout: 8h
path_alias: "sigs.k8s.io/cluster-api-provider-azure"
always_run: false
optional: true
labels:
preset-dind-enabled: "true"
preset-kind-volume-mounts: "true"
preset-azure-community: "true"
branches:
- ^main$
extra_refs:
- org: kubernetes-sigs
repo: cloud-provider-azure
base_ref: master
path_alias: sigs.k8s.io/cloud-provider-azure
- org: kubernetes
repo: kubernetes
base_ref: master
path_alias: k8s.io/kubernetes
- org: jont828
repo: perf-tests
base_ref: pod-startup-debug
path_alias: k8s.io/perf-tests
spec:
serviceAccountName: azure
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20260205-38cfa9523f-master
command:
- runner.sh
- ./scripts/ci-entrypoint.sh
args:
- bash
- -c
- >-
sleep 300 &&
cd ${GOPATH}/src/k8s.io/perf-tests/ &&
./run-e2e.sh cluster-loader2
--nodes=100 \
--provider=aks \
--testconfig=testing/load/config.yaml \
--testconfig=testing/huge-service/config.yaml \
--testconfig=testing/access-tokens/config.yaml \
--testoverrides=./testing/experiments/enable_restart_count_check.yaml \
--testoverrides=./testing/experiments/use_simple_latency_query.yaml \
--testoverrides=./testing/overrides/load_throughput.yaml \
--report-dir=${ARTIFACTS}
--v=2
securityContext:
privileged: true
env:
# CAPZ variables
- name: TEST_K8S
value: "true"
- name: CLUSTER_TEMPLATE
value: "templates/test/dev/cluster-template-custom-builds-load-dra.yaml"
- name: AZURE_CONTROL_PLANE_MACHINE_TYPE
value: "Standard_D8s_v3"
- name: CONTROL_PLANE_MACHINE_TYPE
value: "Standard_D8s_v3"
- name: AZURE_NODE_MACHINE_TYPE
value: "Standard_D8s_v3"
- name: NODE_MACHINE_TYPE
value: "Standard_D8s_v3"
# Don't install Azure disk CSI driver as it's installed using a HelmChartProxy
- name: DEPLOY_AZURE_CSI_DRIVER
value: "false"
- name: "CONTROL_PLANE_MACHINE_COUNT"
value: "5"
- name: WINDOWS_WORKER_MACHINE_COUNT
value: "0" # Don't create windows workers
- name: WORKER_MACHINE_COUNT
value: "100"
# Based on pull-kubernetes-e2e-gce-100-performance CL2 config
- name: CL2_ENABLE_DNS_PROGRAMMING
value: "true"
- name: CL2_SCHEDULER_THROUGHPUT_THRESHOLD
value: "0"
- name: CL2_ENABLE_API_AVAILABILITY_MEASUREMENT
value: "true"
- name: CL2_API_AVAILABILITY_PERCENTAGE_THRESHOLD
value: "99.95"
resources:
requests:
cpu: "6"
memory: "9Gi"
limits:
cpu: "6"
memory: "9Gi"
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-azure
testgrid-tab-name: capz-pr-dra-master-scalability-100
testgrid-alert-email: k8s-infra-staging-cluster-api-azure@kubernetes.io
description: Runs a scalability test off of Kubernetes main branch with DRA enabled.
- name: pull-cluster-api-provider-azure-perf-test-apiserver-availability
cluster: eks-prow-build-cluster
decorate: true
Expand Down
Loading