Test Azure Pipelines: Fadsv7#6366
Open
StephanTLavavej wants to merge 16 commits into
Open
Conversation
Test_x86, Test_x64_ASan, Test_x86_ASan remain Slow. Test_x64 remains Fast.
|
Azure Pipelines: Successfully started running 1 pipeline(s). There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds Fadsv7-backed Azure Pipelines capacity and assigns work roots based on each pool’s storage.
Changes:
- Adds Fadsv7 pool creation support.
- Introduces slow, medium, and fast x64 pool configuration.
- Routes x64 testing to NVMe temporary storage.
Show a summary per file
| File | Description |
|---|---|
azure-pipelines.yml |
Assigns stages to appropriate x64 pools and work roots. |
azure-devops/create-1es-hosted-pool.ps1 |
Supports creating Fadsv7 pools. |
azure-devops/config.yml |
Defines pool names and SKU-specific work roots. |
azure-devops/asan-pipeline.yml |
Uses the slow pool’s work root for ASan jobs. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 4/4 changed files
- Comments generated: 0
- Review effort level: Medium
Slow pool: 32 VMs, each 64-core. We use 10 VMs in Phase 3 to test x86, so this gives us throughput for 3 PRs. Medium pool: 13 VMs, each 48-core. We use 4 VMs in Phase 1, so this gives us throughput for 3 PRs. (Phase 1 is very fast, so the throughput is really higher.) Fast pool: 21 VMs, each 48-core. We use 10 VMs in Phase 2 to test x64, so this gives us throughput for 2 PRs. ARM64 pool: 32 VMs, each 64-core. We use at most 10 VMs simultaneously (2 in Phase 1, 10 in Phase 2, 10 in Phase 3), so this gives us throughput for 3 PRs.
…r 64-core). This will make it obvious if resizing works. 16 cores should be plenty for image setup.
StephanTLavavej
force-pushed
the
toolset-update-2
branch
from
July 18, 2026 16:50
1715b94 to
f5e4517
Compare
StephanTLavavej
force-pushed
the
toolset-update-2
branch
from
July 18, 2026 23:02
f5e4517 to
4452d0c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Not for review.