Add AKS Machine API CRUD scale pipeline#1223
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new perf-eval pipeline and supporting scenario/topology/engine templates to run AKS Machine API CRUD + scale benchmarks in canadacentral at small/medium/large machine counts.
Changes:
- Introduces a scheduled perf-eval pipeline (
10/500/1000machines) that runs thecompetitive-testjob with a matrix for Machine API scaling. - Adds a new
k8s-cluster-crud-machinescenario with Terraform inputs and Terraform validation test inputs. - Adds new topology and engine templates for executing and collecting Machine API CRUD/scale results.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| steps/topology/k8s-cluster-crud-machine/validate-resources.yml | Topology validation step to ensure kubeconfig is available for the scenario. |
| steps/topology/k8s-cluster-crud-machine/execute-machine.yml | Topology execution wrapper that calls the Machine API engine execute step with matrix-provided parameters. |
| steps/topology/k8s-cluster-crud-machine/collect-machine.yml | Topology collection wrapper that calls the Machine API engine collect step for the region. |
| steps/engine/machine/k8s/execute.yml | Engine execution step that runs crud.main create-machine then scale-machine with batch/non-batch options. |
| steps/engine/machine/k8s/collect.yml | Engine collection step that runs crud.main collect and publishes results metadata. |
| scenarios/perf-eval/k8s-cluster-crud-machine/terraform-test-inputs/azure.json | Terraform validation JSON input for the scenario (used by CI terraform plan validation). |
| scenarios/perf-eval/k8s-cluster-crud-machine/terraform-inputs/azure.tfvars | Scenario infra definition (AKS CLI-based provisioning inputs, networking options, and ownership/deletion settings). |
| pipelines/perf-eval/Autoscale Benchmark/k8s-cluster-crud-machine.yml | New scheduled perf-eval pipeline with three scale buckets and stage gating for the largest run. |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
vittoriasalim
approved these changes
Jun 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pipelines/system/new-pipeline-test.ymlValidation
terraform fmt -check -diff scenarios/perf-eval/k8s-cluster-crud-machine/terraform-inputs/azure.tfvarspipelines/perf-eval/Autoscale Benchmark/k8s-cluster-crud-machine.ymlgit diff --check origin/main...HEADorigin/main