Skip to content

Commit

Permalink
Revert "Update macos image from 11 to latest (Azure#44607)"
Browse files Browse the repository at this point in the history
this is causing too many problems. skipping macos tests for now. They'll
run when this feature branch merges into main.

This reverts commit 29e87b4.
  • Loading branch information
jaschrep-msft committed Jul 16, 2024
1 parent 29e87b4 commit 66f51aa
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 47 deletions.
2 changes: 1 addition & 1 deletion eng/pipelines/templates/jobs/ci.mgmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
OSVmImage: windows-2022
MacOs:
Pool: Azure Pipelines
OSVmImage: "macos-latest"
OSVmImage: "macos-11"
pool:
name: $(Pool)
vmImage: $(OSVmImage)
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/templates/stages/archetype-sdk-tool-pwsh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ stages:
Image: 'MMSUbuntu20.04'
Mac:
Pool: 'Azure Pipelines'
Image: 'macos-latest'
Image: 'macos-11'

pool:
name: $(Pool)
Expand Down
12 changes: 6 additions & 6 deletions eng/pipelines/templates/stages/platform-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"Pool": "azsdk-pool-mms-win-2022-general",
"TestTargetFramework": "net7.0"
},
"MacOS_NET6.0": {
"OSVmImage": "env:MACVMIMAGE",
"Pool": "env:MACPOOL",
"MacOS-11_NET6.0": {
"OSVmImage": "macos-11",
"Pool": "Azure Pipelines",
"TestTargetFramework": "net6.0"
},
"MacOS_NET7.0": {
"OSVmImage": "env:MACVMIMAGE",
"Pool": "env:MACPOOL",
"MacOS-11_NET7.0": {
"OSVmImage": "macos-11",
"Pool": "Azure Pipelines",
"TestTargetFramework": "net7.0"
}
},
Expand Down
27 changes: 0 additions & 27 deletions eng/pipelines/templates/variables/image.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"Pool": "azsdk-pool-mms-win-2022-general",
"TestTargetFramework": "net462"
},
"macos_NETCore3.1": {
"OSVmImage": "macos-latest",
"macos-11_NETCore3.1": {
"OSVmImage": "macos-11",
"Pool": "Azure Pipelines",
"TestTargetFramework": "netcoreapp3.1"
},
"macos_NET6.0": {
"OSVmImage": "macos-latest",
"macos-11_NET6.0": {
"OSVmImage": "macos-11",
"Pool": "Azure Pipelines",
"TestTargetFramework": "net6.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"Pool": "azsdk-pool-mms-win-2022-general",
"TestTargetFramework": "net462"
},
"macos_NETCore3.1": {
"OSVmImage": "macos-latest",
"macos-11_NETCore3.1": {
"OSVmImage": "macos-11",
"Pool": "Azure Pipelines",
"TestTargetFramework": "netcoreapp3.1"
},
"macos_NET6.0": {
"OSVmImage": "macos-latest",
"macos-11_NET6.0": {
"OSVmImage": "macos-11",
"Pool": "Azure Pipelines",
"TestTargetFramework": "net6.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
"SKIP_SIPROUTING_LIVE_TESTS": "TRUE"
},

"macos_NET7.0": {
"OSVmImage": "macos-latest",
"macos-11_NET7.0": {
"OSVmImage": "macos-11",
"Pool": "Azure Pipelines",
"TestTargetFramework": "net7.0",
"SKIP_UPDATE_CAPABILITIES_LIVE_TESTS": "TRUE",
"SKIP_SIPROUTING_LIVE_TESTS": "TRUE"
},
"macos_NET6.0": {
"OSVmImage": "macos-latest",
"macos-11_NET6.0": {
"OSVmImage": "macos-11",
"Pool": "Azure Pipelines",
"TestTargetFramework": "net6.0",
"AZURE_TEST_AGENT": "MACOS_1015_NET60",
Expand Down

0 comments on commit 66f51aa

Please sign in to comment.