-
Notifications
You must be signed in to change notification settings - Fork 554
[CI] Use a vimage for 10.15 since we do not have actual bots. #13259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| { | ||
| stageName: 'mac_10_14', | ||
| displayName: 'Mac Mojave (10.14)', | ||
| macPool: 'Hosted Mac Internal Mojave', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wil do a pr with that change, thx!
| { | ||
| stageName: 'mac_10_13', | ||
| displayName: 'Mac High Sierra (10.13)', | ||
| macPool: 'Hosted Mac Internal', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.