Skip to content

fix: ubuntu 2004 doesnt support 1.35, use 1.34#8828

Open
awesomenix wants to merge 1 commit into
mainfrom
nishp/more/e2efixes
Open

fix: ubuntu 2004 doesnt support 1.35, use 1.34#8828
awesomenix wants to merge 1 commit into
mainfrom
nishp/more/e2efixes

Conversation

@awesomenix

Copy link
Copy Markdown
Contributor

as the title says force use 1.34 for ubuntu 2004 fips

Copilot AI review requested due to automatic review settings July 3, 2026 03:43
@awesomenix awesomenix changed the title ubuntu 2004 doesnt support 1.35, use 1.34 fix: ubuntu 2004 doesnt support 1.35, use 1.34 Jul 3, 2026

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 AgentBaker E2E scenario tests to pin several Ubuntu 2204 scenarios to a specific Kubernetes patch version (1.34.8), instead of relying on the cluster’s default/latest Kubernetes version.

Changes:

  • Pin Test_Ubuntu2204_EntraIDSSH_Scriptless to Kubernetes 1.34.8 via OrchestratorProfile.OrchestratorVersion.
  • Update the Ubuntu 2204 Gen2 ServiceAccountImagePullProfile identity-binding scenarios to enforce 1.34.8 (including the scriptless variants’ aksConfig.KubernetesVersion).

Comment thread e2e/scenario_test.go
@awesomenix awesomenix force-pushed the nishp/more/e2efixes branch from 3c67f91 to 6b8a64c Compare July 4, 2026 01:15
Copilot AI review requested due to automatic review settings July 4, 2026 15:48
@awesomenix awesomenix force-pushed the nishp/more/e2efixes branch from 6b8a64c to 2a2364e Compare July 4, 2026 15:48

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

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

Comments suppressed due to low confidence (1)

e2e/config/vhd.go:77

  • VHDUbuntu2004FIPSContainerd (Gen1) was removed from the E2E VHD catalog, but AKSUbuntuFipsContainerd2004 still looks like a maintained SIG distro (see pkg/agent/datamodel/sig_config.go ubuntu image map and the build2004fipscontainerd pipeline parameter/job). If Gen1 is still built/maintained, keeping an E2E Image entry for it helps preserve coverage; if it’s being deprecated, the distro/pipeline definitions likely need a coordinated cleanup in a separate change.
	VHDUbuntu2004FIPSGen2Containerd = &Image{
		Name:                  "2004gen2fipscontainerd",
		OS:                    OSUbuntu,
		Arch:                  "amd64",
		Distro:                datamodel.AKSUbuntuFipsContainerd2004Gen2,

Comment thread e2e/scenario_test.go
@@ -838,33 +838,14 @@ func Test_Ubuntu2204FIPS(t *testing.T) {
})
}

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.

2 participants