Skip to content

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
@ghost ghost 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
This was referenced Sep 15, 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