Skip to content

Commit

Permalink
Temporarily replace macOS CI tests with ubuntu CI tests (Azure#17885)
Browse files Browse the repository at this point in the history
  • Loading branch information
benbp authored Apr 7, 2021
1 parent 03ea632 commit 4e42772
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion eng/pipelines/templates/stages/archetype-sdk-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,12 @@ stages:
- ${{ each config in parameters.AdditionalMatrixConfigs }}:
- ${{ config }}
MatrixFilters: ${{ parameters.MatrixFilters }}
MatrixReplace: ${{ parameters.MatrixReplace }}
MatrixReplace:
# Temporarily replace macOS agents with ubuntu agents because of ongoing pool capacity issues
- Pool=Azure.Pipelines/azsdk-pool-mms-ubuntu-1804-general
- OsVmImage=macOS-10.15/MMSUbuntu18.04
- ${{ each replacement in parameters.MatrixReplace }}:
- ${{ replacement }}

# The Prerelease and Release stages are conditioned on whether we are building a pull request and the branch.
- ${{if and(ne(variables['Build.Reason'], 'PullRequest'), eq(variables['System.TeamProject'], 'internal'))}}:
Expand Down

0 comments on commit 4e42772

Please sign in to comment.