[CI] Show better message when macOS tests can't run due to build failure#25924
[CI] Show better message when macOS tests can't run due to build failure#25924rolfbjarne wants to merge 1 commit into
Conversation
When the 'Build macOS tests' job fails, the downstream macOS test jobs are skipped. Previously, this showed ':fire: Failed catastrophically' for each test, which was confusing. Now it shows a clear message explaining that the tests didn't run because the build job failed, with a link to the pipeline. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
This comment has been minimized.
This comment has been minimized.
✅ [PR Build #4593cde] Build passed (Build packages) ✅Pipeline on Agent |
✅ [PR Build #4593cde] 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 |
✅ [PR Build #4593cde] Build passed (Build macOS tests) ✅Pipeline on Agent |
🔥 [CI Build #4593cde] Test results 🔥Test results❌ Tests failed on VSTS: test results 0 tests crashed, 1 tests failed, 198 tests passed. Failures❌ monotouch tests (iOS)1 tests failed, 17 tests passed.Failed tests
Html Report (VSDrops) Download Successes✅ assembly-processing: All 1 tests passed. Html Report (VSDrops) Download macOS tests✅ Tests on macOS Monterey (12): All 5 tests passed. Html Report (VSDrops) Download Linux Build VerificationPipeline on Agent |
When the 'Build macOS tests' job fails, the downstream macOS test jobs
are skipped. Previously, this showed ':fire: Failed catastrophically'
for each test, which was confusing. Now it shows a clear message
explaining that the tests didn't run because the build job failed,
with a link to the pipeline.