pytorch
d6e5898e - Quieter logs in CI (#110033)

Commit
1 year ago
Quieter logs in CI (#110033) To reduce the amount of logs * for successes, only print the part that says what tests ran and don't print the rest. Zip the log into an artifact. The line listing al the test names is really long, but if you view source of the raw logs, it will not wrap so it will only be one line. The log classifier can also be configured to ignored this line. Gets rid of lines like `test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_int64 SKIPPED [0.0010s] (Only runs on cuda) [ 9%]` * for failures/reruns, print logs. Do not zip. Also * change log artifact name Examples of various logs: https://hud.pytorch.org/pytorch/pytorch/commit/a074db0f7f27390ebacb4b5b198a990e2016b194 failures https://hud.pytorch.org/pytorch/pytorch/commit/1b439e24c42b8fac4ff6e3c1c0b706baec2e319f failures possibly controversial haha should i include an option for always printing? Pull Request resolved: https://github.com/pytorch/pytorch/pull/110033 Approved by: https://github.com/huydhn
Author
Committer
Parents
Loading