Remediate EOL and approaching-EOL OS references in main branch pipelines#125693
Draft
Remediate EOL and approaching-EOL OS references in main branch pipelines#125693
Conversation
- Update helix_linux_x64_debian_oldest: Debian 12 → Debian 13 - Update helix_linux_x64_fedora_oldest: Fedora 42 → Fedora 43 - Update helix_linux_x64_opensuse_oldest: openSUSE 15.5 → openSUSE 16.0 - Update helix_linux_arm32_oldest and helix_linux_arm32_oldest_internal: Debian 12 → Debian 13 Co-authored-by: richlander <2608468+richlander@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix EOL and approaching-EOL OS references in pipelines
Remediate EOL and approaching-EOL OS references in main branch pipelines
Mar 17, 2026
Contributor
|
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
This was referenced Mar 18, 2026
Open
akoeplinger
reviewed
Mar 18, 2026
| # Oldest: 13 | ||
| - name: helix_linux_x64_debian_oldest | ||
| value: (Debian.12.Amd64.Open)AzureLinux.3.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-helix-amd64 | ||
| value: (Debian.13.Amd64.Open)AzureLinux.3.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:debian-13-helix-amd64 |
Member
There was a problem hiding this comment.
this and a couple instances below are bumping the oldest to the same version as latest which means we duplicate the job.
Right now there's no Debian 14 yet, I also see that Debian 12 still has LTS support until June 30th, 2028 so maybe we should not remove it yet?
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.
Description
Removes references to EOL and approaching-EOL OS versions from Helix queue definitions in the
mainbranch pipeline configuration.Changes in
eng/pipelines/helix-platforms.ymlhelix_linux_x64_opensuse_oldesthelix_linux_x64_fedora_oldesthelix_linux_x64_debian_oldesthelix_linux_arm32_oldesthelix_linux_arm32_oldest_internalAll updated "oldest" variants now point to the same version as their corresponding "latest" variants, as no other supported intermediate version exists for these distros.
Testing
Pipeline-only changes; no code logic affected.
Risk
Low — queue name substitution only; no build logic changes.
Original prompt
📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.