Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speed up PR builds #510

Merged
merged 50 commits into from
Mar 17, 2021
Merged
Show file tree
Hide file tree
Changes from 49 commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
7292c8f
Try speed up the PR builds
mattleibow Mar 15, 2021
40d82a1
i think it is this way
mattleibow Mar 15, 2021
a2b1724
and this one
mattleibow Mar 15, 2021
4742618
try this way
mattleibow Mar 15, 2021
077b4a0
runtimes
mattleibow Mar 15, 2021
95bd07f
asdf
mattleibow Mar 15, 2021
c3ab9c9
sadf
mattleibow Mar 15, 2021
78b2d0e
zxcv
mattleibow Mar 15, 2021
b59d99a
asdfasdf
mattleibow Mar 15, 2021
19e5ac6
sadf
mattleibow Mar 15, 2021
30cb006
asdf
mattleibow Mar 15, 2021
21328e1
maybe
mattleibow Mar 15, 2021
214bed0
dfsa
mattleibow Mar 15, 2021
e940802
sadf
mattleibow Mar 15, 2021
1c62e9c
this
mattleibow Mar 15, 2021
2d4437e
asdf
mattleibow Mar 15, 2021
1655247
eventually...
mattleibow Mar 15, 2021
81ecfe1
sdf
mattleibow Mar 15, 2021
b5bb697
sadfdf
mattleibow Mar 15, 2021
d381717
asdfd
mattleibow Mar 15, 2021
2082bae
asdf
mattleibow Mar 15, 2021
1a3b580
asdf
mattleibow Mar 15, 2021
fbb6766
sadf
mattleibow Mar 15, 2021
6014a58
asdf
mattleibow Mar 15, 2021
01e3e36
asdf
mattleibow Mar 15, 2021
9ffca1f
sadf
mattleibow Mar 15, 2021
e0e7899
asdf
mattleibow Mar 15, 2021
0b72598
sadfsdf
mattleibow Mar 15, 2021
395132f
one at a time
mattleibow Mar 16, 2021
48280e9
this
mattleibow Mar 16, 2021
0299931
adsfhg
mattleibow Mar 16, 2021
6c39d27
Merge remote-tracking branch 'origin/main' into dev/faster-builds
mattleibow Mar 16, 2021
b6e36d2
adadf
mattleibow Mar 16, 2021
fe3fbf2
sdfsadf
mattleibow Mar 16, 2021
163c1c0
adf
mattleibow Mar 16, 2021
c40bbee
mac?
mattleibow Mar 16, 2021
97c3c60
dsfsadf
mattleibow Mar 16, 2021
e94c4b1
asdfsadf
mattleibow Mar 16, 2021
3859ce7
sadfasdf
mattleibow Mar 16, 2021
7fb7a9a
limits
mattleibow Mar 16, 2021
5ce2464
asdfasd
mattleibow Mar 16, 2021
e80c882
asdfsadf
mattleibow Mar 16, 2021
beb52f9
asdfasdf
mattleibow Mar 16, 2021
e35ce73
first test
mattleibow Mar 16, 2021
5346bdf
weee
mattleibow Mar 16, 2021
0718a50
sadfsd
mattleibow Mar 16, 2021
71f5ab4
woot
mattleibow Mar 16, 2021
02bf155
flip
mattleibow Mar 16, 2021
e6d8a39
Merge branch 'main' into dev/faster-builds
mattleibow Mar 16, 2021
058059a
Merge branch 'main' into dev/faster-builds
jsuarezruiz Mar 16, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions eng/pipelines/common/device-tests.yml
Original file line number Diff line number Diff line change
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
Loading