[CI] Use a vimage for 10.15 since we do not have actual bots. - #13259
Conversation
| @@ -83,6 +84,7 @@ parameters: | |||
| stageName: 'mac_10_14', | |||
| displayName: 'Mac Mojave (10.14)', | |||
| macPool: 'Hosted Mac Internal Mojave', | |||
There was a problem hiding this comment.
The Hosted Mac Internal Mojave pool has been retired. Recommend using internal-macos-10.14 instead where you'll need to set useImage to true
There was a problem hiding this comment.
wil do a pr with that change, thx!
| @@ -92,6 +94,7 @@ parameters: | |||
| stageName: 'mac_10_13', | |||
| displayName: 'Mac High Sierra (10.13)', | |||
| macPool: 'Hosted Mac Internal', | |||
There was a problem hiding this comment.
You can use the internal-macos-10.13 image in place of the Hosted Mac Internal pool
❌ [PR Build] Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffView dotnet API diffView dotnet legacy API diffAPI & Generator diffℹ️ API Diff (from PR only) (please review changes) GitHub pagesResults can be found in the following github pages (it might take some time to publish): Test results6 tests failed, 91 tests passed.Failed tests
Pipeline on Agent XAMBOT-1100.BigSur' |
|
Merging since the tests we wanted to run do run: #13259 (comment) |
|
/sudo backport xcode13.1 |
|
Backport Job to branch xcode13.1 Created! The magic is happening here |
|
Oh no! Backport failed! Please see https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=5409903 for more details. |
We do not have actual bots for 10.15 but we do have an image. So in that case we can state that the pool should be an image. Changes will ensure that the stage will find a device that does have the correct os version.