@@ -803,103 +803,6 @@ presubmits:
803803 testgrid-tab-name : capz-pr-scalability-100-node-k8s-main
804804 testgrid-alert-email : k8s-infra-staging-cluster-api-azure@kubernetes.io
805805 description : Conducts load testing with custom builds to assess scalability on the main branch.
806- - name : pull-cluster-api-provider-azure-dra-scalability
807- cluster : eks-prow-build-cluster
808- decorate : true
809- decoration_config :
810- timeout : 8h
811- path_alias : " sigs.k8s.io/cluster-api-provider-azure"
812- always_run : false
813- optional : true
814- labels :
815- preset-dind-enabled : " true"
816- preset-kind-volume-mounts : " true"
817- preset-azure-community : " true"
818- branches :
819- - ^main$
820- extra_refs :
821- - org : kubernetes-sigs
822- repo : cloud-provider-azure
823- base_ref : master
824- path_alias : sigs.k8s.io/cloud-provider-azure
825- - org : kubernetes
826- repo : kubernetes
827- base_ref : master
828- path_alias : k8s.io/kubernetes
829- - org : jont828
830- repo : perf-tests
831- base_ref : pod-startup-debug
832- path_alias : k8s.io/perf-tests
833- spec :
834- serviceAccountName : azure
835- containers :
836- - image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20260205-38cfa9523f-master
837- command :
838- - runner.sh
839- - ./scripts/ci-entrypoint.sh
840- args :
841- - bash
842- - -c
843- - >-
844- sleep 300 &&
845- cd ${GOPATH}/src/k8s.io/perf-tests/ &&
846- ./run-e2e.sh cluster-loader2
847- --nodes=100 \
848- --provider=aks \
849- --testconfig=testing/load/config.yaml \
850- --testconfig=testing/huge-service/config.yaml \
851- --testconfig=testing/access-tokens/config.yaml \
852- --testoverrides=./testing/experiments/enable_restart_count_check.yaml \
853- --testoverrides=./testing/experiments/use_simple_latency_query.yaml \
854- --testoverrides=./testing/overrides/load_throughput.yaml \
855- --report-dir=${ARTIFACTS}
856- --v=2
857- securityContext :
858- privileged : true
859- env :
860- # CAPZ variables
861- - name : TEST_K8S
862- value : " true"
863- - name : CLUSTER_TEMPLATE
864- value : " templates/test/dev/cluster-template-custom-builds-load-dra.yaml"
865- - name : AZURE_CONTROL_PLANE_MACHINE_TYPE
866- value : " Standard_D8s_v3"
867- - name : CONTROL_PLANE_MACHINE_TYPE
868- value : " Standard_D8s_v3"
869- - name : AZURE_NODE_MACHINE_TYPE
870- value : " Standard_D8s_v3"
871- - name : NODE_MACHINE_TYPE
872- value : " Standard_D8s_v3"
873- # Don't install Azure disk CSI driver as it's installed using a HelmChartProxy
874- - name : DEPLOY_AZURE_CSI_DRIVER
875- value : " false"
876- - name : " CONTROL_PLANE_MACHINE_COUNT"
877- value : " 5"
878- - name : WINDOWS_WORKER_MACHINE_COUNT
879- value : " 0" # Don't create windows workers
880- - name : WORKER_MACHINE_COUNT
881- value : " 100"
882- # Based on pull-kubernetes-e2e-gce-100-performance CL2 config
883- - name : CL2_ENABLE_DNS_PROGRAMMING
884- value : " true"
885- - name : CL2_SCHEDULER_THROUGHPUT_THRESHOLD
886- value : " 0"
887- - name : CL2_ENABLE_API_AVAILABILITY_MEASUREMENT
888- value : " true"
889- - name : CL2_API_AVAILABILITY_PERCENTAGE_THRESHOLD
890- value : " 99.95"
891- resources :
892- requests :
893- cpu : " 6"
894- memory : " 9Gi"
895- limits :
896- cpu : " 6"
897- memory : " 9Gi"
898- annotations :
899- testgrid-dashboards : sig-cluster-lifecycle-cluster-api-provider-azure
900- testgrid-tab-name : capz-pr-dra-master-scalability-100
901- testgrid-alert-email : k8s-infra-staging-cluster-api-azure@kubernetes.io
902- description : Runs a scalability test off of Kubernetes main branch with DRA enabled.
903806 - name : pull-cluster-api-provider-azure-perf-test-apiserver-availability
904807 cluster : eks-prow-build-cluster
905808 decorate : true
0 commit comments