[devops] Fan the linker tests out per platform.#25486
Conversation
The linker tests are now our longest-running tests (a bit over an hour), so fan them out to run on separate bots on a per-platform basis to speed them up.
There was a problem hiding this comment.
Pull request overview
This PR updates the Azure DevOps test matrix configuration so the linker test suite is generated as separate per-platform jobs (similar to existing per-platform suites), reducing end-to-end wall clock time by running linker tests in parallel across bots.
Changes:
- Update devops documentation to note linker tests are now split by platform.
- Enable per-platform matrix generation for the
linkertest configuration and explicitly disable the “Multiple platforms” aggregate run for that suite.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| tools/devops/README.md | Updates the test configuration list to reflect that linker tests are now split by platform. |
| tools/devops/automation/templates/common/configure.yml | Switches linker to splitByPlatforms: true and sets needsMultiplePlatforms: false to fan out jobs without adding a Multiple run. |
✅ [PR Build #46cfa7a] Build passed (Detect API changes) ✅Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
✅ [PR Build #46cfa7a] Build passed (Build packages) ✅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 #46cfa7a] Build passed (Build macOS tests) ✅Pipeline on Agent |
🚀 [CI Build #46cfa7a] Test results 🚀Test results✅ All tests passed on VSTS: test results. 🎉 All 183 tests passed 🎉 Tests counts✅ cecil: All 1 tests passed. ( macOS tests✅ Tests on macOS Monterey (12): All 5 tests passed. Html Report (VSDrops) Download Linux Build VerificationPipeline on Agent |
The linker tests are now our longest-running tests (a bit over an hour), so
fan them out to run on separate bots on a per-platform basis to speed them
up.