Skip to content

Commit 26f1a7d

Browse files
authored
[ci] Use fewer agents for macOS MSBuild tests (#8257)
Recent MSBuild test updates and removals seem to have sped up the tests enough that we can split them across fewer agents.
1 parent 4249da3 commit 26f1a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tools/automation/yaml-templates/stage-msbuild-tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ stages:
2121
testOS: macOS
2222
jobName: mac_msbuild_tests
2323
jobDisplayName: macOS > Tests > MSBuild
24-
agentCount: 10
24+
agentCount: 8
2525
xaSourcePath: ${{ parameters.xaSourcePath }}
2626
repositoryAlias: ${{ parameters.repositoryAlias }}
2727
commit: ${{ parameters.commit }}

0 commit comments

Comments
 (0)