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

Add test leg to the PR build to run libraries tests on Android emulators #37585

Merged
merged 110 commits into from
Oct 21, 2020
Merged
Changes from 1 commit
Commits
Show all changes
110 commits
Select commit Hold shift + click to select a range
be7b233
Add XHarness Helix SDK support
premun Jun 5, 2020
066bafa
Try to build mono libraries
premun Jun 5, 2020
ebbf08b
Try to build mono libraries
premun Jun 5, 2020
83d7cab
Address some of Santiago's feedback from Jo's PR
premun Jun 5, 2020
1379eef
Merge runtime.yml from master
premun Jun 5, 2020
98377f1
Build iOSx64 libraries
premun Jun 5, 2020
495c602
Try to build mono product
premun Jun 5, 2020
c571262
Try to build mono product
premun Jun 5, 2020
636bc66
Merge master
premun Jun 5, 2020
9d9da07
Do not build AllSubsets
premun Jun 5, 2020
21d5ebc
Remove dead code
premun Jun 5, 2020
df64e06
Revert: Do not built AllSubsets
premun Jun 5, 2020
553147d
Disable test archivation
premun Jun 5, 2020
9e7d3f2
Improvements for local test running
directhex Jun 5, 2020
138706f
Merge branch 'prvysoky/use-helix-sdk' of github.com:premun/runtime in…
directhex Jun 5, 2020
2a2243d
Return dead code
premun Jun 5, 2020
030511c
Reintroduce whitespace errors
directhex Jun 5, 2020
d1a4226
Bump Helix SDK and keep trailing slashes
premun Jun 8, 2020
7fa7d73
Enable the Android x64 platform
premun Jun 8, 2020
1882bfa
Create XHarness Android work items
premun Jun 8, 2020
e3c1239
Build Android_x64
premun Jun 8, 2020
4e52da3
Stop building iOS x64
premun Jun 8, 2020
4f54466
Define ANDROID_OPENSSL_AAR
premun Jun 8, 2020
5a8c318
Build 2 APKs only
premun Jun 8, 2020
b346aad
Copy the .apks
premun Jun 8, 2020
3bf226a
Copy the apk
premun Jun 8, 2020
318d255
Find apks instead of zips
premun Jun 8, 2020
086a68c
Fix package name
premun Jun 9, 2020
e418168
Merge remote-tracking branch 'origin/master' into prvysoky/android
premun Jun 9, 2020
3aec201
Merge commit '9ce5e481ca143e5af7e2bfba59300820bdcf35bc' into prvysoky…
premun Jun 9, 2020
59bf3b5
Fix runtime-packs dir
premun Jun 9, 2020
3ce3b6a
Revert unnecessary changes
premun Jun 9, 2020
ef7730b
Do not archive the tests
premun Jun 9, 2020
946c4ec
Fix runtime packs
premun Jun 9, 2020
4ed0db1
Revert changes in yml to use new mono build workflow
safern Jun 9, 2020
d0d2b9d
Merge remote-tracking branch 'dotnet/master' into prvysoky/android
safern Jun 9, 2020
bca3857
Add iOS x64 testing to new collapsed build model
safern Jun 9, 2020
2c0cb10
Just run System.Buffers.Tests to make testing faster
safern Jun 9, 2020
421ca6a
Set helixQueuesTemplate in the right place
safern Jun 9, 2020
e3526cd
Add android to test matrix
safern Jun 9, 2020
1996e65
Set XHarness version in Version.props
premun Jun 10, 2020
768323b
Address PR feedback
premun Jun 10, 2020
3f79179
Roll back to XHarness that supports Xcode 11.4
premun Jun 10, 2020
96b9b62
Cleanup
safern Jun 10, 2020
774a624
Use hosted pools for Android
premun Jun 11, 2020
67868b3
Add XHarness CLI to Version.Details.xml
premun Jun 11, 2020
0a03ea9
Merge remote-tracking branch 'origin/master' into prvysoky/android
premun Jun 11, 2020
71bcddb
Bump XHarness and Helix SDK versions
premun Jun 12, 2020
eeb0933
Merge remote-tracking branch 'origin/master' into prvysoky/android
premun Jun 12, 2020
39e4251
Merge remote-tracking branch 'origin/master' into enable-droid-helix
directhex Jul 15, 2020
3eeccc6
Merge remote-tracking branch 'origin/master' into enable-droid-helix
directhex Jul 15, 2020
1c37a26
Run all the tests
directhex Jul 15, 2020
d931895
Create an empty ItemGroup for inevitable excludes
directhex Jul 15, 2020
5ed3ef0
Use our build pool for Android
directhex Jul 15, 2020
5e012d4
Bump timeout to 4 hours for now
directhex Jul 16, 2020
b5d03ee
Why is this stuff disabled on official builds?
directhex Jul 20, 2020
baa3ccd
Remove noise
directhex Jul 20, 2020
ab182ca
This property should only be set if ArchiveTests == true
directhex Jul 20, 2020
6d9ccd8
probably not needed
directhex Jul 20, 2020
8783580
Merge remote-tracking branch 'origin/master' into enable-droid-helix
directhex Jul 20, 2020
ff09c41
Arcade broke API - https://github.com/dotnet/arcade/commit/c2266fadd0…
directhex Jul 20, 2020
6d323d6
Add Android test exclusion list
directhex Jul 20, 2020
df0c225
Also numerics
directhex Jul 21, 2020
c5ae6eb
start cleanup
directhex Jul 21, 2020
57f4939
remove big hacky change
directhex Jul 21, 2020
46ee9cf
ios change
directhex Jul 21, 2020
1a3793e
Merge remote-tracking branch 'origin/master' into enable-droid-helix
directhex Jul 21, 2020
3e953f1
I keep being told more VMs will boot, and yet...
directhex Jul 22, 2020
d3e9be6
Exclude 2 more test suites
directhex Jul 22, 2020
6ef77b3
Merge remote-tracking branch 'origin/master' into enable-droid-helix
directhex Jul 22, 2020
dd726e3
Remove iOS noise
directhex Jul 22, 2020
175c985
Fix up conditional
directhex Jul 22, 2020
9e2ff06
Clean up Android runner
directhex Jul 22, 2020
885bd77
Fixups
directhex Jul 22, 2020
daef616
Try being more like AOSP test runner
directhex Jul 23, 2020
e5bfebc
Merge remote-tracking branch 'origin/master' into enable-droid-helix
directhex Jul 23, 2020
2c9f28a
Temporarily re-enable 100% of tests on android
directhex Jul 23, 2020
aa31cf3
Revert "Temporarily re-enable 100% of tests on android"
directhex Jul 23, 2020
8ac07e2
Merge remote-tracking branch 'origin/master' into enable-droid-helix
directhex Jul 23, 2020
5cf1d28
Categorize Android test failures. This exclusion list should be accurate
directhex Jul 23, 2020
97bfcd9
Looks like some env vars were rendered obsolete during work
directhex Jul 24, 2020
32fd5d9
Reduce timeout again, I'm sure this won't come back to bite me
directhex Jul 24, 2020
095681f
Merge remote-tracking branch 'origin/master' into enable-droid-helix
directhex Jul 24, 2020
3fd014b
Add an exclusion. Starting to think OOM killer is behind mystery prob…
directhex Jul 24, 2020
cde1fe9
Another exclude...?
directhex Jul 24, 2020
bde4d52
Merge remote-tracking branch 'origin/master' into enable-droid-helix
directhex Aug 28, 2020
8c3f236
Another exclude
directhex Aug 31, 2020
15002dd
Merge remote-tracking branch 'origin/master' into enable-droid-helix
directhex Aug 31, 2020
86b6910
Merge remote-tracking branch 'origin/master' into enable-droid-helix
directhex Aug 31, 2020
1dfbaba
Fix logging of work item count
premun Sep 2, 2020
0af1a02
Merge remote-tracking branch 'dotnet/master' into prvysoky/android
premun Sep 2, 2020
1484345
Merge remote-tracking branch 'dotnet/master' into prvysoky/android
premun Sep 3, 2020
76da9f7
Put a doc explaining an MSBuild bug
premun Sep 3, 2020
cb25d12
Merge remote-tracking branch 'origin/master' into enable-droid-helix
directhex Sep 10, 2020
28b0c02
Fix missing >
premun Sep 10, 2020
88a6dc3
Fix missing '
premun Sep 10, 2020
a28294b
Merge remote-tracking branch 'dotnet/master' into prvysoky/android
premun Sep 11, 2020
70e90b8
Merge remote-tracking branch 'dotnet/master' into prvysoky/android
premun Sep 25, 2020
51e7c80
Merge remote-tracking branch 'origin/master' into enable-droid-helix
directhex Sep 28, 2020
afa5ec9
Merge remote-tracking branch 'origin/master' into enable-droid-helix
directhex Sep 30, 2020
4f2e447
Merge remote-tracking branch 'origin/master' into enable-droid-helix
directhex Oct 2, 2020
c83237f
Merge remote-tracking branch 'origin/master' into prvysoky/android
premun Oct 5, 2020
720afaa
Merge remote-tracking branch 'origin/master' into enable-droid-helix
directhex Oct 6, 2020
d387070
Merge branch 'prvysoky/android' of github.com:premun/runtime into ena…
directhex Oct 6, 2020
0d685f5
Merge remote-tracking branch 'origin/master' into enable-droid-helix
directhex Oct 8, 2020
15482f9
Merge remote-tracking branch 'origin/master' into enable-droid-helix
directhex Oct 14, 2020
75629be
Merge branch 'master' into prvysoky/android
premun Oct 15, 2020
b5b0e0b
Measure disk usage for Android
premun Oct 15, 2020
b410842
Merge remote-tracking branch 'origin/master' into prvysoky/android
premun Oct 19, 2020
32938dd
Merge remote-tracking branch 'origin/master' into prvysoky/android
premun Oct 20, 2020
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
Prev Previous commit
Next Next commit
Merge runtime.yml from master
  • Loading branch information
premun committed Jun 5, 2020
commit 1379eefc81c028a4e0a040f01539d2740b10bcac
Loading