Skip to content

Commit

Permalink
Revert "Temporarily replace macOS CI tests with ubuntu CI tests (#17885
Browse files Browse the repository at this point in the history
…)" (#18862)

This reverts commit 4e42772.
  • Loading branch information
benbp authored May 25, 2021
1 parent 45da6da commit 5256dbd
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions eng/pipelines/templates/stages/archetype-sdk-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,9 @@ stages:
- ${{ each config in parameters.AdditionalMatrixConfigs }}:
- ${{ config }}
MatrixFilters: ${{ parameters.MatrixFilters }}
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 }}
MatrixReplace: ${{ parameters.MatrixReplace }}
VerifyAutorest: ${{ parameters.VerifyAutorest }}


# 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'))}}:
- template: archetype-python-release.yml
Expand Down

0 comments on commit 5256dbd

Please sign in to comment.