Auto-MNNVL: Add autoMNNVL e2e tests and cluster setup scripts#421
Merged
Conversation
Introduce end-to-end tests for the autoMNNVL feature, covering all 4 configurations: - supported + enabled - supported + disabled - unsupported + enabled - unsupported + disabled. Each test suite validates operator behavior (annotation mutation, ComputeDomain lifecycle, resourceClaim injection, annotation immutability) under its specific cluster configuration. Add Python and shell scripts under hack/e2e-autoMNNVL/ to automate k3d cluster creation, fake GPU operator installation, Grove operator deployment, and test execution across all configurations.
Add a dedicated e2e-mnnvl job to the GitHub Actions workflow that runs all 4 autoMNNVL configurations (supported/unsupported x enabled/disabled) in CI, parallel to the existing e2e matrix jobs. The job uses the same trigger conditions and self-hosted runner as the other e2e tests. Add Makefile targets (run-e2e-mnnvl-full, e2e-mnnvl-cluster-down) to invoke the autoMNNVL test orchestration scripts from hack/e2e-autoMNNVL/.
833f2da to
066820a
Compare
danbar2
reviewed
Feb 11, 2026
danbar2
reviewed
Feb 11, 2026
danbar2
reviewed
Feb 11, 2026
danbar2
reviewed
Feb 11, 2026
danbar2
reviewed
Feb 11, 2026
6f84e19 to
8e74f8c
Compare
30b9e3b to
f7bf382
Compare
f7bf382 to
3c64bd1
Compare
shayasoolin
reviewed
Feb 17, 2026
shayasoolin
previously approved these changes
Feb 19, 2026
gflarity
reviewed
Feb 20, 2026
gflarity
left a comment
Contributor
There was a problem hiding this comment.
Overall looks good. A few comments, ping me for a quick re-review.
gflarity
reviewed
Feb 20, 2026
6ae63bb to
9ff6402
Compare
gflarity
approved these changes
Feb 23, 2026
shayasoolin
approved these changes
Feb 24, 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.
What type of PR is this?
/kind feature
What this PR does / why we need it:
Which issue(s) this PR fixes:
refs #270
Special notes for your reviewer:
Does this PR introduce a API change?