Skip to content

chore: remove duplicate scriptless scenarios now that phase 2 is default#8979

Merged
awesomenix merged 4 commits into
mainfrom
lily/scriptless/fix-2404-phase-2.5-e2e
Jul 17, 2026
Merged

chore: remove duplicate scriptless scenarios now that phase 2 is default#8979
awesomenix merged 4 commits into
mainfrom
lily/scriptless/fix-2404-phase-2.5-e2e

Conversation

@lilypan26

Copy link
Copy Markdown
Contributor

What this PR does / why we need it:
Removes duplicate scriptless scenarios to use phase 2.5 now that phase 2 is default

Which issue(s) this PR fixes:

Fixes #

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the E2E scenario suite to remove duplicated “_Scriptless” variants and consolidate coverage now that the newer scriptless bootstrap path is the default, while also aligning more scenarios to set equivalent values in both NBC and aksnodeconfigv1.Configuration.

Changes:

  • Removed multiple duplicated *_Scriptless scenario tests and renamed remaining scenarios to their canonical names.
  • Added/expanded AKSNodeConfigMutator usage across scenarios to keep AKSNodeConfig fields in sync with NBC mutations (e.g., CA certs, network plugin, artifact streaming, kubelet config, GPU config).
  • Refactored and reorganized several artifact streaming and GPU scenarios to avoid redundant helper/test variants.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
e2e/scenario_test.go Removes duplicated scriptless scenarios, renames tests, and adds/adjusts AKSNodeConfigMutator updates to align config between bootstrap paths.
e2e/scenario_localdns_hosts_test.go Drops the separate scriptless LocalDNS test and folds AKSNodeConfig mutations into the main LocalDNS hosts plugin matrix.

Comment on lines 44 to 47
AKSNodeConfigMutator: func(_ *Cluster, config *aksnodeconfigv1.Configuration) {
config.LocalDnsProfile.EnableHostsPlugin = true
config.LocalDnsProfile.EnableLocalDns = true
},
@awesomenix
awesomenix merged commit 782cca7 into main Jul 17, 2026
23 of 24 checks passed
@awesomenix
awesomenix deleted the lily/scriptless/fix-2404-phase-2.5-e2e branch July 17, 2026 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants