Skip to content

Conversation

@gunes-arm
Copy link
Contributor

We add another level of logging between ERRORS and INFO/DEBUG because we print skipped tests with INFO level logging and they don't appear in CI. Reporting if they're skipped or not is useful when trying to understand if the CI is running the correct set of tests or not on a given hardware. INFO level debugging is too heavy for CI output because it prints every tensor value mismatch if there are failing tests and this could be miliions, thus it's not a good option.

After this commit, we'll also change test skip reports to warning level in various places and also change the CI to log at warning level instead of error level.

Change-Id: I4de2859b6987778d9b228fd96c2336c4ce056079

We add another level of logging between ERRORS and INFO/DEBUG because we print skipped tests with INFO level logging and they don't appear in CI. Reporting if they're skipped or not is useful when trying to understand if the CI is running the correct set of tests or not on a given hardware. INFO level debugging is too heavy for CI output because it prints every tensor value mismatch if there are failing tests and this could be miliions, thus it's not a good option.

After this commit, we'll also change test skip reports to warning level in various places and also change the CI to log at warning level instead of error level.

Change-Id: I4de2859b6987778d9b228fd96c2336c4ce056079
Signed-off-by: Gunes Bayir <gunes.bayir@arm.com>
@gunes-arm gunes-arm merged commit e575785 into main Jan 6, 2026
2 checks passed
@gunes-arm gunes-arm deleted the pr/add-warning-log-level branch January 6, 2026 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants