Skip to content

Commit 3ac6077

Browse files
Copilotrichlander
andauthored
Update Fedora references in YML files from 42/40 to 43/42 (#121767)
Updates Fedora version references in CI/CD pipeline configuration files for Helix testing infrastructure. ## Changes Made - **Fedora Latest**: Updated from version 42 to 43 - **Fedora Oldest**: Updated from version 40 to 42 These changes update the Docker image references and platform definitions used by the Helix testing infrastructure to test against newer Fedora versions. ## Files Modified - `eng/pipelines/helix-platforms.yml` - Updated both latest and oldest Fedora version definitions - `eng/pipelines/libraries/helix-queues-setup.yml` - Updated Fedora reference used in extra-platforms CoreCLR testing ## Validation - ✅ YAML syntax validated successfully - ✅ No security vulnerabilities detected (CodeQL scan) - ✅ Changes follow established patterns in the configuration files <!-- START COPILOT CODING AGENT SUFFIX --> <details> <summary>Original prompt</summary> > Update Fedora references in *.yml files. I believe there are only two relevant ones. They can be found by searching for "fedora-". > > Where there is min and max, use 42 and 43, respectively. Where there is a single choice, use 43. </details> <!-- START COPILOT CODING AGENT TIPS --> --- 💬 We'd love your input! Share your thoughts on Copilot coding agent in our [2 minute survey](https://gh.io/copilot-coding-agent-survey). --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: richlander <2608468+richlander@users.noreply.github.com>
1 parent d05d76e commit 3ac6077

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

eng/pipelines/helix-platforms.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,13 @@ variables:
139139
value: (Debian.12.Amd64.Open)AzureLinux.3.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-helix-amd64
140140

141141
# Fedora x64
142-
# Latest: 42
142+
# Latest: 43
143143
- name: helix_linux_x64_fedora_latest
144-
value: (Fedora.42.Amd64.Open)AzureLinux.3.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-42-helix-amd64
144+
value: (Fedora.43.Amd64.Open)AzureLinux.3.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-43-helix-amd64
145145

146-
# Oldest: 40
146+
# Oldest: 42
147147
- name: helix_linux_x64_fedora_oldest
148-
value: (Fedora.40.Amd64.Open)AzureLinux.3.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-40-helix-amd64
148+
value: (Fedora.42.Amd64.Open)AzureLinux.3.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-42-helix-amd64
149149

150150
# openSUSE x64
151151
# Latest: 15.6

eng/pipelines/libraries/helix-queues-setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- ${{ if and(eq(parameters.jobParameters.isExtraPlatformsBuild, true), ne(parameters.jobParameters.testScope, 'outerloop'))}}:
6363
# extra-platforms CoreCLR (inner loop only)
6464
- (Debian.13.Amd64.Open)AzureLinux.3.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:debian-13-helix-amd64
65-
- (Fedora.42.Amd64.Open)AzureLinux.3.Amd64.open@mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-42-helix-amd64
65+
- (Fedora.43.Amd64.Open)AzureLinux.3.Amd64.open@mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-43-helix-amd64
6666
- (openSUSE.15.6.Amd64.Open)AzureLinux.3.Amd64.open@mcr.microsoft.com/dotnet-buildtools/prereqs:opensuse-15.6-helix-amd64
6767
- (Ubuntu.2604.Amd64.Open)AzureLinux.3.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-26.04-helix-amd64
6868

0 commit comments

Comments
 (0)