From e75f787757326bd6f277606a78a89dbad06d40ca Mon Sep 17 00:00:00 2001 From: Peter Collins Date: Wed, 9 Aug 2023 12:28:09 -0400 Subject: [PATCH] [ci] Use fewer agents for macOS MSBuild tests Recent MSBuild test updates and removals seem to have sped up the tests enough that we can split them across fewer agents. --- build-tools/automation/yaml-templates/stage-msbuild-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-tools/automation/yaml-templates/stage-msbuild-tests.yaml b/build-tools/automation/yaml-templates/stage-msbuild-tests.yaml index 5d9129c367a..9b4745c543c 100644 --- a/build-tools/automation/yaml-templates/stage-msbuild-tests.yaml +++ b/build-tools/automation/yaml-templates/stage-msbuild-tests.yaml @@ -21,7 +21,7 @@ stages: testOS: macOS jobName: mac_msbuild_tests jobDisplayName: macOS > Tests > MSBuild - agentCount: 10 + agentCount: 8 xaSourcePath: ${{ parameters.xaSourcePath }} repositoryAlias: ${{ parameters.repositoryAlias }} commit: ${{ parameters.commit }}