Skip to content

Commit

Permalink
[ci] Use fewer agents for macOS MSBuild tests (#8257)
Browse files Browse the repository at this point in the history
Recent MSBuild test updates and removals seem to have sped up the tests
enough that we can split them across fewer agents.
  • Loading branch information
pjcollins authored Aug 10, 2023
1 parent 4249da3 commit 26f1a7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 26f1a7d

Please sign in to comment.