From b92b54c318f728256a5773642b720795b0282082 Mon Sep 17 00:00:00 2001 From: Matt Thalman Date: Tue, 21 Jan 2025 13:28:57 -0600 Subject: [PATCH 1/2] Target Debian 12 for testing --- diagnostics.yml | 28 ++++++++++++++-------------- eng/pipelines/pipeline-resources.yml | 4 ++-- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/diagnostics.yml b/diagnostics.yml index 344397007b..c7257d98c9 100644 --- a/diagnostics.yml +++ b/diagnostics.yml @@ -253,22 +253,22 @@ extends: - configuration: Debug architecture: x64 - - ${{ if ne(variables['System.TeamProject'], 'public') }}: - - template: /eng/pipelines/build.yml - parameters: - jobTemplate: ${{ variables.jobTemplate }} - name: Debian_Bullseye - osGroup: Linux - container: test_debian_11_amd64 - dependsOn: Linux - testOnly: true - buildConfigs: - - configuration: Release + - template: /eng/pipelines/build.yml + parameters: + jobTemplate: ${{ variables.jobTemplate }} + name: Debian_Bookworm + osGroup: Linux + container: test_debian_12_amd64 + dependsOn: Linux + testOnly: true + buildConfigs: + - configuration: Release + architecture: x64 + - ${{ if in(variables['Build.Reason'], 'PullRequest') }}: + - configuration: Debug architecture: x64 - - ${{ if in(variables['Build.Reason'], 'PullRequest') }}: - - configuration: Debug - architecture: x64 + - ${{ if ne(variables['System.TeamProject'], 'public') }}: - template: /eng/pipelines/build.yml parameters: jobTemplate: ${{ variables.jobTemplate }} diff --git a/eng/pipelines/pipeline-resources.yml b/eng/pipelines/pipeline-resources.yml index 6c418d6693..cf2a6f372d 100644 --- a/eng/pipelines/pipeline-resources.yml +++ b/eng/pipelines/pipeline-resources.yml @@ -74,8 +74,8 @@ extends: image: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.19-WithNode options: --cap-add=SYS_PTRACE - test_debian_11_amd64: - image: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-11-amd64 + test_debian_12_amd64: + image: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-helix-amd64 options: '--env PYTHONPATH=/usr/bin/python3.9' test_fedora: From 96e0266794c56a7f84dd0fd8dc7f0095fdfb231a Mon Sep 17 00:00:00 2001 From: Matt Thalman Date: Thu, 6 Feb 2025 09:44:55 -0600 Subject: [PATCH 2/2] update to test image --- eng/pipelines/pipeline-resources.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/pipelines/pipeline-resources.yml b/eng/pipelines/pipeline-resources.yml index cf2a6f372d..899284839a 100644 --- a/eng/pipelines/pipeline-resources.yml +++ b/eng/pipelines/pipeline-resources.yml @@ -75,8 +75,8 @@ extends: options: --cap-add=SYS_PTRACE test_debian_12_amd64: - image: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-helix-amd64 - options: '--env PYTHONPATH=/usr/bin/python3.9' + image: dotnetdockerdev.azurecr.io/dotnet-buildtools/prereqs:debian-12-helix-amd64 + options: '--env PYTHONPATH=/usr/bin/python3.11' test_fedora: image: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-41