blob: fc8d3b47c96b352c1f33ffdfb9d7bc046a5502f8 [file] [log] [blame]
echo "@@@ LNT Check No Erros @@@"
# Usually the LNT steps do not report errors with an exitcode because we want
# to continue running, sending mails, etc. even if some of the benchmarks
# failed. However putting this at the end of a job ensure we do report a
# problem after all and mark the build as failed.
lnt check-no-errors "${WORKSPACE}/lnt-sandbox/report.json"
echo "@@@@@@@"