-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
### Ticket #17731 ### Problem description The produce_data python script doesn't support gtest-generated xml files. As a result, gtest data isn't uploaded to superset. ### What's changed Add gtest support: - update xml utils to handle both pytest and gtest xml files - add unit tests - add model constraint validation to ensure test-specific table (`sw_test.cicd_test`) constraints are not violated (job_id, full_test_name, test_start_ts) ### Checklist - [x] New/Existing tests provide coverage for changes https://github.com/tenstorrent/tt-metal/actions/runs/13399311809
- Loading branch information
1 parent
b26e037
commit e820e8d
Showing
21 changed files
with
12,599 additions
and
57 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
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
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
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
Oops, something went wrong.