do not write sccache stats to json if missing OUR_GITHUB_JOB_ID#79541
do not write sccache stats to json if missing OUR_GITHUB_JOB_ID#79541jeffdaily wants to merge 1 commit intopytorch:masterfrom
Conversation
🔗 Helpful links
✅ No Failures (0 Pending)As of commit 2748339 (more details on the Dr. CI page): Expand to see more💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
|
when will this not be set? |
We rely on |
|
ah makes sense |
|
@pytorchbot merge |
|
@pytorchbot successfully started a merge job. Check the current status here |
|
Hey @jeffdaily. |
…) (#79541) Summary: Allows use of .jenkins/pytorch/build.sh without assuming OUR_GITHUB_JOB_ID is set. This is a regression caused by #79366. Pull Request resolved: #79541 Approved by: https://github.com/suo, https://github.com/seemethere Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/adaafeedb1f66c4c877a446a6082f2a761878883 Reviewed By: malfet Differential Revision: D37156933 fbshipit-source-id: a9309facfccfb8b4aa4f8fb7a727929fe760d95c
…rch#79541) Allows use of .jenkins/pytorch/build.sh without assuming OUR_GITHUB_JOB_ID is set. This is a regression caused by pytorch#79366. Pull Request resolved: pytorch#79541 Approved by: https://github.com/suo, https://github.com/seemethere
Allows use of .jenkins/pytorch/build.sh without assuming OUR_GITHUB_JOB_ID is set. This is a regression caused by #79366.