@@ -349,110 +349,6 @@ periodics:
349
349
testgrid-tab-name : capz-periodic-e2e-aks-main
350
350
testgrid-alert-email :
[email protected]
351
351
description : Runs managed Kubernetes E2E tests on latest cluster-api-provider-azure
352
- - name : periodic-cluster-api-provider-azure-100-nodes
353
- cluster : eks-prow-build-cluster
354
- decorate : true
355
- decoration_config :
356
- timeout : 3h
357
- minimum_interval : 24h
358
- path_alias : " sigs.k8s.io/cluster-api-provider-azure"
359
- labels :
360
- preset-dind-enabled : " true"
361
- preset-kind-volume-mounts : " true"
362
- preset-azure-community : " true"
363
- extra_refs :
364
- - org : kubernetes-sigs
365
- repo : cluster-api-provider-azure
366
- base_ref : main
367
- path_alias : " sigs.k8s.io/cluster-api-provider-azure"
368
- - org : kubernetes-sigs
369
- repo : cloud-provider-azure
370
- base_ref : master
371
- path_alias : sigs.k8s.io/cloud-provider-azure
372
- - org : kubernetes
373
- repo : kubernetes
374
- base_ref : master
375
- path_alias : k8s.io/kubernetes
376
- - org : kubernetes
377
- repo : perf-tests
378
- base_ref : master
379
- path_alias : k8s.io/perf-tests
380
- spec :
381
- serviceAccountName : azure
382
- containers :
383
- - image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250227-3a13bdd784-master
384
- command :
385
- - runner.sh
386
- - ./scripts/ci-entrypoint.sh
387
- args :
388
- - bash
389
- - -c
390
- - >-
391
- sleep 300 &&
392
- cd ${GOPATH}/src/k8s.io/perf-tests/ &&
393
- ./run-e2e.sh cluster-loader2
394
- --nodes=100 \
395
- --provider=aks \
396
- --testconfig=testing/load/config.yaml \
397
- --testconfig=testing/huge-service/config.yaml \
398
- --testconfig=testing/access-tokens/config.yaml \
399
- --testoverrides=./testing/experiments/enable_restart_count_check.yaml \
400
- --testoverrides=./testing/experiments/use_simple_latency_query.yaml \
401
- --testoverrides=./testing/overrides/load_throughput.yaml \
402
- --report-dir=${ARTIFACTS}
403
- --v=2
404
- securityContext :
405
- privileged : true
406
- env :
407
- # CAPZ variables
408
- - name : TEST_K8S
409
- value : " true"
410
- - name : WINDOWS
411
- value : " false"
412
- - name : CLUSTER_TEMPLATE
413
- value : " templates/test/dev/cluster-template-custom-builds-load.yaml"
414
- - name : AZURE_LOCATION
415
- value : " northeurope"
416
- - name : AZURE_CONTROL_PLANE_MACHINE_TYPE
417
- value : " Standard_D4s_v3"
418
- - name : CONTROL_PLANE_MACHINE_TYPE
419
- value : " Standard_D4s_v3"
420
- - name : AZURE_NODE_MACHINE_TYPE
421
- value : " Standard_D2s_v3"
422
- - name : NODE_MACHINE_TYPE
423
- value : " Standard_D2s_v3"
424
- - name : TEST_WINDOWS
425
- value : " false"
426
- - name : " CONTROL_PLANE_MACHINE_COUNT"
427
- value : " 5"
428
- - name : WINDOWS_WORKER_MACHINE_COUNT
429
- value : " 0" # Don't create windows workers
430
- - name : WORKER_MACHINE_COUNT
431
- value : " 100"
432
- # From google cl2
433
- - name : CL2_ENABLE_DNS_PROGRAMMING
434
- value : " true"
435
- - name : CL2_SCHEDULER_THROUGHPUT_THRESHOLD
436
- value : " 0"
437
- - name : CL2_ENABLE_API_AVAILABILITY_MEASUREMENT
438
- value : " true"
439
- - name : CL2_API_AVAILABILITY_PERCENTAGE_THRESHOLD
440
- value : " 99.5"
441
- # Don't install Azure disk CSI driver as it's installed using a HelmChartProxy
442
- - name : DEPLOY_AZURE_CSI_DRIVER
443
- value : " false"
444
- resources :
445
- requests :
446
- cpu : " 4"
447
- memory : " 9Gi"
448
- limits :
449
- cpu : " 4"
450
- memory : " 9Gi"
451
- annotations :
452
- testgrid-dashboards : sig-cluster-lifecycle-cluster-api-provider-azure
453
- testgrid-tab-name : capz-periodic-100-nodes-k8s-master
454
- testgrid-alert-email :
[email protected]
455
- description : Runs scalability tests with 100 nodes on latest cluster-api-provider-azure
456
352
- name : periodic-cluster-api-provider-azure-windows-with-ci-artifacts-main
457
353
cluster : eks-prow-build-cluster
458
354
decorate : true
0 commit comments