Do not print sccache stats on tests/failed builds #65431
Projects
Comments
Dear @malfet - if you give me a bit more information, I could possibly look into this one? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When build fails,
sccache
stats are not relevantAnd any time during the testing they are not relevant either (or perhaps should not even been used)
sccache stats output can be found using:
Ideally this would mean only adding the
trap
command here when running a build job and not a test job:pytorch/.jenkins/pytorch/common.sh
Line 104 in 7e5aa0d
cc @ezyang @seemethere @malfet @pytorch/pytorch-dev-infra
The text was updated successfully, but these errors were encountered: