This is an archive of the discontinued LLVM Phabricator instance.

[zorg] Cleanup clang-cmake-{armv7,aarch64}-quick bots
ClosedPublic

Authored by maxim-kuvyrkov on Jun 1 2021, 9:51 AM.

Details

Summary

Run "ninja check" for armv7 bot and don't pretend we run
LNT testsuite for the aarch64 bot.

Diff Detail

Event Timeline

maxim-kuvyrkov created this revision.Jun 1 2021, 9:51 AM
maxim-kuvyrkov requested review of this revision.Jun 1 2021, 9:51 AM
rovka accepted this revision.Jun 9 2021, 5:28 AM
rovka added a subscriber: rovka.

LGTM, thanks!

This revision is now accepted and ready to land.Jun 9 2021, 5:28 AM
DavidSpickett added a subscriber: DavidSpickett.
DavidSpickett added inline comments.
buildbot/osuosl/master/config/builders.py
333

We have a check-all stage already: https://lab.llvm.org/buildbot/#/builders/107/builds/8975/steps/5/logs/stdio

So is this just a more standard way to do the same thing? Seems like test=True is the default.

maxim-kuvyrkov marked an inline comment as done.Jun 9 2021, 5:46 AM
maxim-kuvyrkov added inline comments.
buildbot/osuosl/master/config/builders.py
333

Correct, "test=True" is the default, but we (historically?) set it in all our bots. I'll post a separate cleanup that removes "test=True" from all Linaro bots.

DavidSpickett accepted this revision.Jun 9 2021, 5:52 AM
This revision was automatically updated to reflect the committed changes.
maxim-kuvyrkov marked an inline comment as done.