feat: Add AKS UAT chainsaw tests for training and inference CUJs#476
Merged
Conversation
Add chainsaw E2E tests for AKS H100 clusters mirroring the existing EKS UAT test structure: - CUJ1: snapshot -> recipe -> validate -> bundle (aks/h100/training/kubeflow) - CUJ2: snapshot -> recipe -> validate -> bundle (aks/h100/inference/dynamo) Tests run against a live AKS cluster via kubeconfig and validate the full aicr toolchain produces correct recipes, bundles, and CTRF reports. Signed-off-by: Jont828 <[email protected]>
mchmarny
approved these changes
Apr 2, 2026
Contributor
|
This pull request has been automatically locked since it has been closed for 90 days with no further activity. Please open a new pull request for related changes. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
Adds User Acceptance Testing (UAT) chainsaw tests for Azure AKS clusters, covering the two primary Critical User Journeys (CUJs):
cuj1-training): AKS / H100 / training / kubeflowcuj2-inference): AKS / H100 / inference / dynamoWhat's included
Each CUJ test exercises the full
aicrworkflow end-to-end against a live AKS cluster:deploy.sh,undeploy.sh,checksums.txt,README.md,recipe.yaml) are present--output-format ctrfand assert the result is a valid CTRF reportAssertion files
assert-recipe.yaml– Validates recipe structure (correct criteria, non-emptycomponentRefs)assert-validate-multiphase.yaml– Validates CTRF report structure from multi-phase validationTest location