Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate off of Debian 11 #59584

Merged
merged 4 commits into from
Jan 8, 2025
Merged

Migrate off of Debian 11 #59584

merged 4 commits into from
Jan 8, 2025

Conversation

v-firzha
Copy link
Contributor

@v-firzha v-firzha commented Dec 20, 2024

aspnetcore references a Debian 11 image that is EOL (see dotnet/core#9625):
Branch: release/8.0

<HelixQueueDebian11>(Debian.11.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:debian-11-helix-amd64</HelixQueueDebian11>

<HelixQueueFedora38>(Fedora.38.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:fedora-38-helix</HelixQueueFedora38>

<HelixAvailableTargetQueue Include="$(HelixQueueDebian11)" Platform="Linux" />

<HelixAvailableTargetQueue Include="$(HelixQueueFedora38)" Platform="Linux" />

$(HelixQueueDebian11);

$(HelixQueueFedora34);

Update Debian11 -> 12 and Fedora 38 -> 40

@v-firzha v-firzha requested review from wtgodbe and a team as code owners December 20, 2024 08:44
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Dec 20, 2024
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Dec 20, 2024
@dotnet-policy-service dotnet-policy-service bot added this to the 8.0.x milestone Dec 20, 2024
@mthalman
Copy link
Member

Contributes to #59185

@@ -3,7 +3,7 @@
<PropertyGroup>
<HelixQueueAlmaLinux8>(AlmaLinux.8.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:almalinux-8-helix-amd64</HelixQueueAlmaLinux8>
<HelixQueueAlpine317>(Alpine.317.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.17-helix-amd64</HelixQueueAlpine317>
<HelixQueueDebian11>(Debian.11.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:debian-11-helix-amd64</HelixQueueDebian11>
<HelixQueueDebian11>(Debian.12.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:debian-12-helix-amd64</HelixQueueDebian11>
Copy link
Member

Choose a reason for hiding this comment

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

Please also change the property name to HelixQueueDebian12 & replace all instances of it in the repo

@dotnet-policy-service dotnet-policy-service bot added the pending-ci-rerun When assigned to a PR indicates that the CI checks should be rerun label Dec 30, 2024
@wtgodbe wtgodbe added the tell-mode Indicates a PR which is being merged during tell-mode label Jan 8, 2025
@wtgodbe wtgodbe merged commit ba957a9 into dotnet:release/8.0 Jan 8, 2025
21 of 25 checks passed
@dotnet-policy-service dotnet-policy-service bot modified the milestones: 8.0.x, 8.0.13 Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework community-contribution Indicates that the PR has been added by a community member pending-ci-rerun When assigned to a PR indicates that the CI checks should be rerun tell-mode Indicates a PR which is being merged during tell-mode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants