-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#0: Remove --exclude-warning-annotations and suppress junit warning (#…
…18624) ### Ticket Link to Github Issue ### Problem description junit warnings thrown by pytest inside profiler regressions show up as annotations in GHA after #18106 because the tests run inside a bash script and don't have `--exclude-warning-annotations` set. #18229: We don't want to add `--exclude-warning-annotations` to pytest.ini because that option is plugin-dependent; we can't assume the env running pytest will have `pytest-github-actions-annotate-failures` plugin installed ### What's changed Suppress the junit warning inside pytest.ini (warning is caused by us adding arbitrary `<properties>` block to testcase xml for CI data collection purposes and can be safely ignored) Remove `--exclude-warning-annotations` from workflows. Any non-junit-related warnings that appear in workflows should not be suppressed. ### Checklist - [x] profiler regressions: https://github.com/tenstorrent/tt-metal/actions/runs/13667617474
- Loading branch information
1 parent
05adb13
commit 9b9282a
Showing
3 changed files
with
23 additions
and
21 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