Update alpine-3.17 to alpine-3.19-WithNode (#18209)

This commit is contained in:
Ella Hathaway 2024-01-11 07:27:13 -08:00 committed by GitHub
parent cc07296328
commit 92ebfab559
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 10 deletions

View file

@ -38,8 +38,8 @@ jobs:
- template: templates/jobs/sdk-diff-tests.yml - template: templates/jobs/sdk-diff-tests.yml
parameters: parameters:
buildName: Alpine317_Offline_MsftSdk buildName: Alpine319_Offline_MsftSdk
targetRid: alpine.3.17-x64 targetRid: alpine.3.19-x64
architecture: x64 architecture: x64
dotnetDotnetRunId: ${{ parameters.dotnetDotnetRunId }} dotnetDotnetRunId: ${{ parameters.dotnetDotnetRunId }}

View file

@ -192,7 +192,7 @@ jobs:
fi fi
if [[ '${{ parameters.withPreviousSDK }}' == 'True' ]]; then if [[ '${{ parameters.withPreviousSDK }}' == 'True' ]]; then
# Source-built artifacts are from CentOS 8 Stream or Alpine 3.17. We want to download them without # Source-built artifacts are from CentOS 8 Stream or Alpine 3.19. We want to download them without
# downloading portable versions from the internet. # downloading portable versions from the internet.
customPrepArgs="${customPrepArgs} --no-sdk --no-bootstrap" customPrepArgs="${customPrepArgs} --no-sdk --no-bootstrap"
prepSdk=false prepSdk=false

View file

@ -16,7 +16,7 @@ parameters:
# The following parameters aren't expected to be passed in rather they are used for encapsulation # The following parameters aren't expected to be passed in rather they are used for encapsulation
# ----------------------------------------------------------------------------------------------- # -----------------------------------------------------------------------------------------------
alpine317Container: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.17 alpine319Container: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.19-WithNode
centOSStream8Container: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8 centOSStream8Container: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8
centOSStream9Container: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9 centOSStream9Container: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9
fedora39Container: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-39 fedora39Container: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-39
@ -112,15 +112,15 @@ stages:
- template: ../jobs/vmr-build.yml - template: ../jobs/vmr-build.yml
parameters: parameters:
# Changing the build name requires updating the referenced name in the source-build-sdk-diff-tests.yml pipeline # Changing the build name requires updating the referenced name in the source-build-sdk-diff-tests.yml pipeline
buildName: Alpine317_Offline_PreviousSourceBuiltSdk buildName: Alpine319_Offline_PreviousSourceBuiltSdk
isBuiltFromVmr: ${{ parameters.isBuiltFromVmr }} isBuiltFromVmr: ${{ parameters.isBuiltFromVmr }}
vmrBranch: ${{ variables.VmrBranch }} vmrBranch: ${{ variables.VmrBranch }}
architecture: x64 architecture: x64
artifactsRid: alpine.3.17-x64 artifactsRid: alpine.3.19-x64
pool: pool:
name: ${{ variables.defaultPoolName }} name: ${{ variables.defaultPoolName }}
demands: ${{ variables.defaultPoolDemands }} demands: ${{ variables.defaultPoolDemands }}
container: ${{ parameters.alpine317Container }} container: ${{ parameters.alpine319Container }}
buildFromArchive: false # 🚫 buildFromArchive: false # 🚫
enablePoison: true # ✅ enablePoison: true # ✅
excludeOmniSharpTests: true # ✅ excludeOmniSharpTests: true # ✅
@ -133,15 +133,15 @@ stages:
- template: ../jobs/vmr-build.yml - template: ../jobs/vmr-build.yml
parameters: parameters:
# Changing the build name requires updating the referenced name in the source-build-sdk-diff-tests.yml pipeline # Changing the build name requires updating the referenced name in the source-build-sdk-diff-tests.yml pipeline
buildName: Alpine317_Online_MsftSdk buildName: Alpine319_Online_MsftSdk
isBuiltFromVmr: ${{ parameters.isBuiltFromVmr }} isBuiltFromVmr: ${{ parameters.isBuiltFromVmr }}
vmrBranch: ${{ variables.VmrBranch }} vmrBranch: ${{ variables.VmrBranch }}
architecture: x64 architecture: x64
artifactsRid: alpine.3.17-x64 artifactsRid: alpine.3.19-x64
pool: pool:
name: ${{ variables.defaultPoolName }} name: ${{ variables.defaultPoolName }}
demands: ${{ variables.defaultPoolDemands }} demands: ${{ variables.defaultPoolDemands }}
container: ${{ parameters.alpine317Container }} container: ${{ parameters.alpine319Container }}
buildFromArchive: false # 🚫 buildFromArchive: false # 🚫
enablePoison: false # 🚫 enablePoison: false # 🚫
excludeOmniSharpTests: true # ✅ excludeOmniSharpTests: true # ✅