-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[agent] Inject test env and test command to test.xml (#1696)
Previously, when looking at flaky tests in Test Analytics UI, it's hard to tell which platform the test was run on or which test it is in the testsuite. For example: <img width="1218" alt="Screenshot 2023-06-15 at 15 22 22" src="https://github.com/bazelbuild/continuous-integration/assets/5947531/6477c1eb-f754-4bdd-8213-ace8ab5cbea8"> This PR updates the uploader to inject some information about the test run into the `test.xml`, e.g. platform, test name and test command. Now it test log displayed in Test Analytics UI becomes: <img width="1254" alt="Screenshot 2023-06-15 at 15 24 14" src="https://github.com/bazelbuild/continuous-integration/assets/5947531/8bd0b6de-59c0-4237-8f70-25c40cfdffbb">
- Loading branch information
Showing
1 changed file
with
84 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters