-
Notifications
You must be signed in to change notification settings - Fork 121
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
Download xml results and logs from on-device tests #1120
Conversation
Datadog ReportBranch report: ✅ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1120 +/- ##
==========================================
- Coverage 57.90% 56.54% -1.37%
==========================================
Files 1780 1899 +119
Lines 85217 94143 +8926
==========================================
+ Hits 49347 53232 +3885
- Misses 35870 40911 +5041 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks ok to me.
This change needs an internal change to be deployed before landing. |
Datadog ReportBranch report: ✅ 0 Failed, 34338 Passed, 6 Skipped, 6m 30.74s Total Time |
I pushed a new commit that accommodates the internal change that also uploads the logs files to GCS. |
Android and raspi emit junit xml files that MH pulls from the devices and uploads to GCS. Download those files and upload them as artifacts so the test report uploader will pick them up.
This way the plugin can upload multiple files to the destination without path manipulation.
Multiple uploads to the same artifact name will overwrite previous versions.
Change-Id: Ic1ff049f6c01523a97acbd0a372b421f5e0fcee9
Change-Id: Ie1dfefec4a258b6a46474495a3451fc190e12817
Pretty sure this PR is stale by now ! |
Android and raspi emit junit xml files and logs that Mobile Harness pulls from the devices
and uploads to the specified path on GCS.
Download those files and upload them as artifacts so the test report uploader will pick them up.
b/288331664
b/290997541