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

Download xml results and logs from on-device tests #1120

Closed
wants to merge 16 commits into from
Closed

Commits on May 29, 2024

  1. Unify step names

    oxve committed May 29, 2024
    Configuration menu
    Copy the full SHA
    e8f2d78 View commit details
    Browse the repository at this point in the history
  2. Download junit xml files from MH

    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.
    oxve committed May 29, 2024
    Configuration menu
    Copy the full SHA
    540982a View commit details
    Browse the repository at this point in the history
  3. Remove error check

    oxve committed May 29, 2024
    Configuration menu
    Copy the full SHA
    362b1f4 View commit details
    Browse the repository at this point in the history
  4. Pass a folder to upload plugin

    This way the plugin can upload multiple files to the destination without
    path manipulation.
    oxve committed May 29, 2024
    Configuration menu
    Copy the full SHA
    d1ca180 View commit details
    Browse the repository at this point in the history
  5. Also archive the log files

    oxve committed May 29, 2024
    Configuration menu
    Copy the full SHA
    ae7371b View commit details
    Browse the repository at this point in the history
  6. Minor polish

    oxve committed May 29, 2024
    Configuration menu
    Copy the full SHA
    87ea21d View commit details
    Browse the repository at this point in the history
  7. Make artifact name unique

    Multiple uploads to the same artifact name will overwrite previous versions.
    oxve committed May 29, 2024
    Configuration menu
    Copy the full SHA
    5c4e40f View commit details
    Browse the repository at this point in the history
  8. Fix parameter name

    oxve committed May 29, 2024
    Configuration menu
    Copy the full SHA
    a2a40fc View commit details
    Browse the repository at this point in the history
  9. Fix proto field too

    oxve committed May 29, 2024
    Configuration menu
    Copy the full SHA
    85b01a2 View commit details
    Browse the repository at this point in the history
  10. Remove empty env

    oxve committed May 29, 2024
    Configuration menu
    Copy the full SHA
    8a9dfba View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e7b36c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    69eb499 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    1415e9b View commit details
    Browse the repository at this point in the history
  2. Add hostname dimension for easier testing

    Change-Id: Ic1ff049f6c01523a97acbd0a372b421f5e0fcee9
    oxve committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    bc69ea2 View commit details
    Browse the repository at this point in the history
  3. DEVELOPER MODE

    Change-Id: Ie1dfefec4a258b6a46474495a3451fc190e12817
    oxve committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    a0e4271 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    169f243 View commit details
    Browse the repository at this point in the history