[release/8.0.1xx-xcode16.0] Fix the macOS tests in Azure DevOps.#21362
Conversation
Resource triggers do an or on the stage, not and and. That means that the tests pipelines are triggered once per stage. A way to solve this is to split the tests and each of the pipelines will listen to specific stage.
Fixed several issues with te yaml: * Missing config stage. * Missing parameters, * Hitting the same bug as Uno here: unoplatform/uno#18243 related to microsoft/azure-pipelines-tasks#17207 Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
VSTS recommends this in their docs. We are going to do it to make it simpler to track what triggers what.
|
🔥 Failed to compare API and create generator diff 🔥 Error: 'make' failed for the hash c42905b. Pipeline on Agent |
📚 [CI Build] Artifacts 📚Artifacts were not provided. Pipeline on Agent |
💻 [CI Build] Tests on macOS X64 - Mac Sonoma (14) passed 💻✅ All tests on macOS X64 - Mac Sonoma (14) passed. Pipeline on Agent |
💻 [CI Build] Tests on macOS M1 - Mac Big Sur (11) passed 💻✅ All tests on macOS M1 - Mac Big Sur (11) passed. Pipeline on Agent |
💻 [CI Build] Tests on macOS M1 - Mac Ventura (13) passed 💻✅ All tests on macOS M1 - Mac Ventura (13) passed. Pipeline on Agent |
💻 [CI Build] Tests on macOS M1 - Mac Monterey (12) passed 💻✅ All tests on macOS M1 - Mac Monterey (12) passed. Pipeline on Agent |
💻 [CI Build] Windows Integration Tests passed 💻✅ All Windows Integration Tests passed. Pipeline on Agent |
💻 [CI Build] Windows Integration Tests passed 💻✅ All Windows Integration Tests passed. 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] Test results 🚀Test results✅ All tests passed on VSTS: test results. 🎉 All 97 tests passed 🎉 Tests counts✅ cecil: All 1 tests passed. Html Report (VSDrops) Download Pipeline on Agent |
✅ API diff for current PR / commitNET (empty diffs)
✅ API diff vs stable.NET (No breaking changes)ℹ️ Generator diffGenerator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes) Pipeline on Agent |
This is a backport of the following PRs: