Skip to content

Commit

Permalink
Speed up PR builds (#510)
Browse files Browse the repository at this point in the history
Reduce the jobs and use the new pools
  • Loading branch information
mattleibow committed Mar 17, 2021
1 parent 9c5cc25 commit cb4c802
Show file tree
Hide file tree
Showing 2 changed files with 177 additions and 246 deletions.
4 changes: 1 addition & 3 deletions eng/pipelines/common/device-tests.yml
Expand Up @@ -3,7 +3,7 @@ parameters:
androidVmImage: '$(androidTestsVmImage)'
iosVmPool: '$(iosTestsVmPool)'
iosVmImage: '$(iosTestsVmImage)'
androidApiLevels: [ 30, 29, 21 ]
androidApiLevels: [ 30 ]
iosVersions: [ 'latest' ]
projects:
- name: name
Expand Down Expand Up @@ -50,8 +50,6 @@ stages:
pool:
name: ${{ parameters.iosVmPool }}
vmImage: ${{ parameters.iosVmImage }}
variables:
ANDROID_EMULATORS: "system-images;ios-${{ version }};google_apis;x86"
steps:
- template: device-tests-steps.yml
parameters:
Expand Down

0 comments on commit cb4c802

Please sign in to comment.