Skip to content

Commit

Permalink
Update SB CI to Fedora 40 (#19929)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSimons authored Jul 11, 2024
1 parent c42f8e4 commit ace39de
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ extends:
template: v1/1ES.Unofficial.PipelineTemplate.yml@1esPipelines
parameters:
containers:
fedora39:
image: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-39
fedora40:
image: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-40
sdl:
sourceAnalysisPool:
name: $(DncEngInternalBuildPool)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

jobs:
- job: Source_Build_Create_Tarball
container: fedora39
container: fedora40
displayName: Source-Build Create Tarball
pool:
${{ if eq(variables['System.TeamProject'], 'public') }}:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ parameters:
alpine317Container: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.17
centOS7Container: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-source-build
centOSStream9Container: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9
fedora39Container: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-39
fedora40Container: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-40
ubuntu2004Arm64Container: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-20.04-arm64
poolInternalAmd64:
name: NetCore1ESPool-Svc-Internal
Expand Down Expand Up @@ -63,9 +63,9 @@ jobs:
_ExcludeOmniSharpTests: false
_OverrideDistroDisablingSha1: true
_RunOnline: false
Fedora39-Offline:
fedora40-Offline:
_BootstrapPrep: false
_Container: ${{ parameters.fedora39Container }}
_Container: ${{ parameters.fedora40Container }}
_EnablePoison: true
_ExcludeOmniSharpTests: false
_OverrideDistroDisablingSha1: false
Expand Down Expand Up @@ -108,9 +108,9 @@ jobs:
excludeSdkContentTests: true
installerBuildResourceId: ${{ parameters.installerBuildResourceId }}
matrix:
Fedora39-Offline:
_PreviousSourceBuildArtifact: Build_Tarball_x64 Fedora39-Offline_Artifacts
_Container: ${{ parameters.fedora39Container }}
fedora40-Offline:
_PreviousSourceBuildArtifact: Build_Tarball_x64 fedora40-Offline_Artifacts
_Container: ${{ parameters.fedora40Container }}
_EnablePoison: false
_ExcludeOmniSharpTests: false
_OverrideDistroDisablingSha1: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ parameters:
alpine317Container: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.17
centOS7Container: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-source-build
centOSStream9Container: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9
fedora39Container: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-39
fedora40Container: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-40
ubuntu2004Arm64Container: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-20.04-arm64
poolInternalAmd64:
name: NetCore1ESPool-Svc-Internal
Expand Down Expand Up @@ -69,9 +69,9 @@ jobs:
_ExcludeOmniSharpTests: false
_OverrideDistroDisablingSha1: true
_RunOnline: false
Fedora39-Offline:
fedora40-Offline:
_BootstrapPrep: false
_Container: ${{ parameters.fedora39Container }}
_Container: ${{ parameters.fedora40Container }}
_EnablePoison: true
_ExcludeOmniSharpTests: false
_OverrideDistroDisablingSha1: false
Expand Down Expand Up @@ -114,9 +114,9 @@ jobs:
excludeSdkContentTests: true
installerBuildResourceId: ${{ parameters.installerBuildResourceId }}
matrix:
Fedora39-Offline:
_PreviousSourceBuildArtifact: Build_Tarball_x64 Fedora39-Offline_Artifacts
_Container: ${{ parameters.fedora39Container }}
fedora40-Offline:
_PreviousSourceBuildArtifact: Build_Tarball_x64 fedora40-Offline_Artifacts
_Container: ${{ parameters.fedora40Container }}
_EnablePoison: false
_ExcludeOmniSharpTests: false
_OverrideDistroDisablingSha1: false
Expand Down

0 comments on commit ace39de

Please sign in to comment.