Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eng/common/pipelines/templates/jobs/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ parameters:
default: 'azsdk-pool-mms-win-2019-perf'
- name: WindowsVmImage
type: string
default: 'MMS2019'
default: 'MMS2019Compliant'
Comment thread
konrad-jamrozik marked this conversation as resolved.
Outdated
Comment thread
konrad-jamrozik marked this conversation as resolved.
Outdated
- name: Language
type: string
default: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ stages:
matrix:
Windows:
Pool: 'azsdk-pool-mms-win-2022-general'
Image: 'MMS2022'
Image: 'MMS2022Compliant'
Comment thread
konrad-jamrozik marked this conversation as resolved.
Outdated
Linux:
Pool: azsdk-pool-mms-ubuntu-2204-general
Image: MMSUbuntu22.04
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/daily-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
displayName: Daily vcpkg PR
pool:
name: azsdk-pool-mms-win-2022-general
vmImage: MMS2022
vmImage: MMS2022Compliant
Comment thread
konrad-jamrozik marked this conversation as resolved.
Outdated

variables:
# The branch in the azure-sdk/vcpkg repo that is updated daily with the
Expand Down
4 changes: 2 additions & 2 deletions eng/pipelines/templates/jobs/archetype-sdk-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
displayName: Create API Review for ${{ artifact.name }}
pool:
name: azsdk-pool-mms-win-2022-general
vmImage: MMS2022
vmImage: MMS2022Compliant
Comment thread
konrad-jamrozik marked this conversation as resolved.
Outdated
steps:
- task: Powershell@2
inputs:
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
- job: GenerateReleaseArtifacts
pool:
name: azsdk-pool-mms-win-2022-general
vmImage: MMS2022
vmImage: MMS2022Compliant
Comment thread
konrad-jamrozik marked this conversation as resolved.
Outdated
variables:
VCPKG_DEFAULT_TRIPLET: 'x64-windows-static'
Package.EnableSBOMSigning: true
Expand Down
10 changes: 5 additions & 5 deletions eng/pipelines/templates/stages/archetype-cpp-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ stages:

pool:
name: azsdk-pool-mms-win-2022-general
vmImage: MMS2022
vmImage: MMS2022Compliant

strategy:
runOnce:
Expand Down Expand Up @@ -63,7 +63,7 @@ stages:

pool:
name: azsdk-pool-mms-win-2022-general
vmImage: MMS2022
vmImage: MMS2022Compliant

strategy:
runOnce:
Expand Down Expand Up @@ -93,7 +93,7 @@ stages:
dependsOn: TagRepository
pool:
name: azsdk-pool-mms-win-2022-general
vmImage: MMS2022
vmImage: MMS2022Compliant

variables:
VcpkgPrRepoOwner: Microsoft
Expand Down Expand Up @@ -220,7 +220,7 @@ stages:

pool:
name: azsdk-pool-mms-win-2022-general
vmImage: MMS2022
vmImage: MMS2022Compliant

strategy:
runOnce:
Expand Down Expand Up @@ -248,7 +248,7 @@ stages:

pool:
name: azsdk-pool-mms-win-2022-general
vmImage: MMS2022
vmImage: MMS2022Compliant

steps:
- checkout: self
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"Windows": {
"Pool": "azsdk-pool-mms-win-2022-general",
"OSVmImage": "MMS2022",
"OSVmImage": "MMS2022Compliant",
"VCPKG_DEFAULT_TRIPLET": "x64-windows"
},
"Mac": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"OSConfig": {
"Windows": {
"Pool": "azsdk-pool-mms-win-2022-general",
"OSVmImage": "MMS2022",
"OSVmImage": "MMS2022Compliant",
"CmakeEnvArg": ""
},
"Linux": {
Expand Down
4 changes: 2 additions & 2 deletions eng/pipelines/templates/stages/platform-matrix-live.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@
"StaticConfigs": {
"Win2019": {
"Pool": "azsdk-pool-mms-win-2019-general",
"OSVmImage": "MMS2019",
"OSVmImage": "MMS2019Compliant",
Comment thread
konrad-jamrozik marked this conversation as resolved.
Outdated
"CMAKE_GENERATOR": "Visual Studio 16 2019"
},
"Win2022": {
"Pool": "azsdk-pool-mms-win-2022-general",
"OSVmImage": "MMS2022",
"OSVmImage": "MMS2022Compliant",
"CMAKE_GENERATOR": "Visual Studio 17 2022"
}
},
Expand Down
6 changes: 3 additions & 3 deletions eng/pipelines/templates/stages/platform-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
{
"StaticConfigs": {
"Win2019_x64_Release": {
"OSVmImage": "MMS2019",
"OSVmImage": "MMS2019Compliant",
"Pool": "azsdk-pool-mms-win-2019-general",
"CMAKE_GENERATOR": "Visual Studio 16 2019",
"CMAKE_GENERATOR_PLATFORM": "x64",
Expand All @@ -49,7 +49,7 @@
{
"StaticConfigs": {
"Win2022": {
"OSVmImage": "MMS2022",
"OSVmImage": "MMS2022Compliant",
"Pool": "azsdk-pool-mms-win-2022-general",
"CMAKE_GENERATOR": "Visual Studio 17 2022"
}
Expand Down Expand Up @@ -106,7 +106,7 @@
"StaticConfigs": {
"Win2022": {
"VcpkgInstall": "openssl",
"OSVmImage": "MMS2022",
"OSVmImage": "MMS2022Compliant",
"Pool": "azsdk-pool-mms-win-2022-general",
"CMAKE_GENERATOR": "Visual Studio 17 2022",
"PublishMapFiles": "true"
Expand Down
4 changes: 2 additions & 2 deletions eng/scripts/Get-BinarySizes.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ function getTargetOs {
return $OsVMImage
}

if ($OsVMImage -match "^MMS2019$|^win-2019$") {
if ($OsVMImage -match "^MMS2019Compliant$|^win-2019$") {
Comment thread
konrad-jamrozik marked this conversation as resolved.
Outdated
return "win-2019"
}

if ($OsVMImage -match "^MMS2022$|^win-2022$|^windows-2022$") {
if ($OsVMImage -match "^MMS2022Compliant$|^win-2022$|^windows-2022$") {
return "win-2022"
}

Expand Down