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..899284839a 100644 --- a/eng/pipelines/pipeline-resources.yml +++ b/eng/pipelines/pipeline-resources.yml @@ -74,9 +74,9 @@ 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 - options: '--env PYTHONPATH=/usr/bin/python3.9' + test_debian_12_amd64: + 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