Skip to content

Commit

Permalink
Temporarily replace macOS CI tests with ubuntu CI tests (#20436)
Browse files Browse the repository at this point in the history
  • Loading branch information
benbp authored Apr 7, 2021
1 parent c60824f commit 078fd23
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions eng/pipelines/templates/stages/archetype-sdk-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,15 @@ stages:
- ${{ if eq(parameters.SDKType, 'data') }}:
- TestFromSource=^(?!true).*
MatrixReplace:
- ${{ each replacement in parameters.MatrixReplace }}:
- ${{ replacement }}
# 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
- AZURE_TEST.*=.*/
- ${{ if eq(parameters.SDKType, 'data') }}:
- TestGoals=.*/verify
- TestOptions=.*/-am
- AZURE_TEST.*=.*/

- ${{ 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 078fd23

Please sign in to comment.