You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Return the list of artifacts from mobile job (#5727)
This updates the mobile job to return the list of artifacts from AWS to
the caller to use as they see fit. One of the use case is for ExecuTorch
to extract the benchmark results JSON from `CUSTOMER_ARTIFACT` and
`TESTSPEC_OUTPUT` (2 types of artifacts from AWS).
My plan here is to:
* [x] Get the list of artifacts (this PR)
* [ ] On ExecuTorch side, extract the benchmark JSON from the artifacts
pytorch/executorch#5808
* [ ] Create a new GitHub action on test-infra to upload the JSON (This
could be done on ExecuTorch side too, but I plan to make this generic
and reusable by other projects, so it must be on test-infra)
Minor fixes:
* Also update the console output to print out the context of
`TESTSPEC_OUTPUT`, which is basically the main output from the device.
* Print additional information about the job name (the device name from
AWS in disguise) and app type (Android, iOS)
* Some lint fix here and there.
0 commit comments