fix(acl): bump marketplace image to 3.20260602.01#8669
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the pinned Azure Container Linux (ACL) Azure Marketplace base image version used by the VHD builder pipelines so ACL VHD build jobs consume the newly published image.
Changes:
- Bump
IMG_VERSIONforazure-linux-3-acl(x86_64) from3.20260517.01→3.20260602.01in the main VHD builder pipeline. - Bump
IMG_VERSIONforazure-linux-3-arm64-gen2-acl(arm64) from3.20260517.01→3.20260602.01in the main VHD builder pipeline. - Apply the same version bumps to the release VHD builder pipeline (covering FIPS and non-FIPS ACL jobs).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .pipelines/.vsts-vhd-builder.yaml | Updates the pinned ACL marketplace IMG_VERSION used by ACL build jobs (x86 and arm64; FIPS/non-FIPS). |
| .pipelines/.vsts-vhd-builder-release.yaml | Mirrors the same ACL IMG_VERSION bump in the release pipeline jobs. |
|
AgentBaker Linux PR gate — 236-failure mass run: shared cluster proxy-pod readiness exhaustion (test-infra, NOT this PR)
Dominant failure: Every failing scenario fails at the Cross-PR pattern (same window): identical 236-failure / ~60% pattern on PR #8652 build 167387444, PR #8294 build 167387406, PR #8600 build 167387387, and earlier PR #8618 build 167378787. Same proxy-pod-readiness exhaustion + intermittent Build-vs-test: test-infra (shared cluster fleet), NOT product, NOT PR-caused. Recommended next action / owner: E2E infra / NodeSIG-dev — shared cluster fleet stabilization (proxy DaemonSet readiness + RG lifecycle). PR author: do NOT block merge intent on this; this is a draft PR — rerun once the shared cluster fleet recovers. Posted by Clawpilot AgentBaker gate detective. |
6dbc24a to
af75a11
Compare
|
AgentBaker Linux PR gate — single E2E failure (kubelet-exec proxy 502, NOT this PR)
Detective summary The Ubuntu 24.04 gen2 scenario node provisioned fine; moby-containerd This is a 502 from the apiserver kubelet-exec proxy ( Classification: Test infrastructure / shared-cluster transient (apiserver kubelet-exec proxy 502). Confidence: High. PR #8669 changes only Strongest alternative theory: A kubelet/containerd regression introduced by the moby-containerd 2.2.4 install during node provisioning making Recommended next action / owner: No PR change required. Recommend rerun of the failed leg only. If this 502 pattern recurs across multiple PRs, AgentBaker E2E test-infra owner should look at the shared cluster's apiserver-kubelet network reliability. Evidence used: failed task log (3 |
Bumps the ACL marketplace image from 3.20260517.01 to 3.20260602.01 for all ACL VHD build jobs in both pipelines (.vsts-vhd-builder.yaml and .vsts-vhd-builder-release.yaml), covering the azure-linux-3-acl (x86) and azure-linux-3-arm64-gen2-acl (arm64) SKUs, FIPS and non-FIPS. 3.20260602.01 went go-live (public) on 2026-06-08 for both ACL SKUs. The VHD scripts already discover the active UKI dynamically, so this is a plain version bump with no script changes required. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
af75a11 to
1dbd109
Compare
|
AgentBaker Linux PR gate — 3 distinct E2E failures, all test-infra (NOT this PR)
Detective summary — two known signatures (1) The iptables (2) Classification: Test infrastructure / test-code flakiness. Confidence: High. PR #8669 only touches Strongest alternative theory: ACL marketplace image bump silently changes some node config that breaks wireserver blocking and the HTTPSProxy fixture. Less likely because the affected scenarios are non-ACL Ubuntu 22.04 scenarios on shared clusters, and the iptables rule itself is still present (this is a conntrack/test-code issue) — and the proxy issue is on a dedicated test fixture network. Recommended next action / owner: No PR change required. Recommend rerun. Wiki signatures already track owners for both issues. Evidence used: failed task log (7 |
🕵️ AgentBaker Linux Gate Detective — Build 167684070Failed job: Summary: All Classification: 🟦 Test-infra flake (deterministic for the duration of this run, environmental — not PR-caused) Wiki signature: Strongest alternative theory (challenged & rejected): PR #8669 bumps the ACL marketplace image to Recommended next action: Re-queue the E2E job. If the same Posted by clawpilot AgentBaker Linux Gate Detective Watcher. Build de-duped via hidden marker; do not edit. |
Bumps the ACL marketplace image from 3.20260517.01 to 3.20260602.01 for all ACL VHD build jobs in both pipelines (.vsts-vhd-builder.yaml and .vsts-vhd-builder-release.yaml), covering the azure-linux-3-acl (x86) and azure-linux-3-arm64-gen2-acl (arm64) SKUs, FIPS and non-FIPS.
[TEST All VHDs] AKS Linux VHD Build - Msft Tenant - Running
AKS Linux VHD Build - TME Tenant - Passed
E2Ev2 AKS RP Customized Image Validation - Nominal
3.0.20260602(cluster create, CSI mount, and provisioning succeed); every failure also reproduces on other OS images and/or pipelines.AzureFile_CSI_VM/_VMSSTerminating,WaitForPodDeletedfails3.0.20260510passed 6/1–6/7 then the same image failed 6/9+. Under investigation in AKS On Call.Defender_Profile_Enable_New/_ExistingKSCR,CrossTenant_Auxiliary_Token_Provider,Cross_Subscription_VNetResolveVMSize), internal-LB, subscription selection, log-fetchConclusion: these failures are not specific to the
3.20260517.01 → 3.20260602.01bump — each reproduces on other OS images and pipelines, and all node-image-specific checks pass.What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #