Skip to content

Commit 3f576a7

Browse files
authored
[release] Change image for fedora and remove debian leg (#5802)
- **Update fedora and debian image** - **Remove Debian_Trixie test legs**
2 parents 1f9fa88 + b0acb7f commit 3f576a7

2 files changed

Lines changed: 1 addition & 16 deletions

File tree

diagnostics.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -252,21 +252,6 @@ extends:
252252
architecture: x64
253253

254254
- ${{ if ne(variables['System.TeamProject'], 'public') }}:
255-
- template: /eng/pipelines/build.yml
256-
parameters:
257-
jobTemplate: ${{ variables.jobTemplate }}
258-
name: Debian_Trixie
259-
osGroup: Linux
260-
container: test_debian_13_amd64
261-
dependsOn: Linux
262-
testOnly: true
263-
buildConfigs:
264-
- configuration: Release
265-
architecture: x64
266-
- ${{ if in(variables['Build.Reason'], 'PullRequest') }}:
267-
- configuration: Debug
268-
architecture: x64
269-
270255
- template: /eng/pipelines/build.yml
271256
parameters:
272257
jobTemplate: ${{ variables.jobTemplate }}

eng/pipelines/pipeline-resources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ extends:
7878
image: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-13-helix-amd64
7979

8080
test_fedora:
81-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-43
81+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-43-amd64
8282
options: --cap-add=SYS_PTRACE
8383

8484
test_opensuse_16_0:

0 commit comments

Comments
 (0)