[release/10.0.1xx] [tests] Fix arm64 - Mac Tahoe (26) condition#24866
Conversation
There was a problem hiding this comment.
Pull request overview
This PR backports #24851 to the release/10.0.1xx branch to fix Azure DevOps agent selection for the arm64 - Mac Tahoe (26) test stage by using the standard macOS name-based demand.
Changes:
- Replace the
Agent.OSVersion -equals 26.0demand withmacOS.Name -equals Tahoefor the Tahoe arm64 test configuration.
You can also share your feedback on Copilot code review. Take the survey.
✅ [CI Build #2e23300] Build passed (Build packages) ✅Pipeline on Agent |
✅ [PR Build #2e23300] Build passed (Detect API changes) ✅Pipeline on Agent |
✅ API diff for current PR / commitNET (empty diffs)✅ API diff vs stableNET (empty diffs)ℹ️ Generator diffGenerator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes) Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✅ [CI Build #2e23300] Build passed (Build macOS tests) ✅Pipeline on Agent |
💻 [CI Build #2e23300] Tests on macOS X64 - Mac Sonoma (14) passed 💻✅ All tests on macOS X64 - Mac Sonoma (14) passed. Pipeline on Agent |
💻 [CI Build #2e23300] Tests on macOS M1 - Mac Monterey (12) passed 💻✅ All tests on macOS M1 - Mac Monterey (12) passed. Pipeline on Agent |
💻 [CI Build #2e23300] Tests on macOS M1 - Mac Ventura (13) passed 💻✅ All tests on macOS M1 - Mac Ventura (13) passed. Pipeline on Agent |
💻 [CI Build #2e23300] Tests on macOS arm64 - Mac Sequoia (15) passed 💻✅ All tests on macOS arm64 - Mac Sequoia (15) passed. Pipeline on Agent |
💻 [CI Build #2e23300] Tests on macOS arm64 - Mac Tahoe (26) passed 💻✅ All tests on macOS arm64 - Mac Tahoe (26) passed. Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
🚀 [CI Build #2e23300] Test results 🚀Test results✅ All tests passed on VSTS: test results. 🎉 All 117 tests passed 🎉 Tests counts✅ cecil: All 1 tests passed. Html Report (VSDrops) Download Pipeline on Agent |
Backport of #24851.