forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: Do all superpmi diff/replay setup and Helix queuing on one AzDO …
…machine Currently, we use a win-x86 machine for x86/arm work and a win-x64 machine for x64/arm64 work. The AzDO machine doesn't do very much: it downloads files, sets up the Helix correlation and payload directories, and constructs the set of Helix work items to run. Splitting into two different AzDO machines is an artifact of our YML files using a very complicated set of templates for setting the Helix queues. However, we can always use just a single win-x64 Helix queue for everything, since we do all the work using cross-compilers. Doing all the work on one AzDO machine would make it simpler to have integrated diff summarization. See dotnet#80719. However, even so it might be easier to create integrated summarization by creating a "summarize" AzDO job that depends on the others. This would also make it easier to enable native (not cross-compiler) replay, if desired.
- Loading branch information
1 parent
ac7afb9
commit 6ab9dcb
Showing
3 changed files
with
52 additions
and
21 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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