This is an archive of the discontinued LLVM Phabricator instance.

report error messages in annotated_builder.py
ClosedPublic

Authored by inglorion on Apr 4 2018, 3:43 PM.

Details

Summary

annotated_builder.py's report_step_exception() function would emit a
buildbot @@@STEP_EXCEPTION@@@ annotation, but had no way to report an
error message. This change adds that functionality and makes
annotated_builder.py use it. I also spotted and removed a redundant
check around a call to util.clean_dir().

Diff Detail

Repository
rL LLVM

Event Timeline

inglorion created this revision.Apr 4 2018, 3:43 PM
rnk accepted this revision.Apr 4 2018, 3:55 PM

lgtm I'm so happy that fixing this doesn't require a buildmaster restart.

This revision is now accepted and ready to land.Apr 4 2018, 3:55 PM
This revision was automatically updated to reflect the committed changes.