This is an archive of the discontinued LLVM Phabricator instance.

Add warnOnWarnings AnnotatedBuilder property
ClosedPublic

Authored by Amir on Oct 19 2022, 3:34 PM.

Details

Summary

Propagate warning status from AnnotatedBuilder step to the full build:
https://docs.buildbot.net/latest/manual/configuration/steps/common.html#buildstep-common-parameters

Use that in bolt-nfc builder where nfc-check-bolt step may report
a warning signifying a mismatch.

Diff Detail