Run "ninja check" for armv7 bot and don't pretend we run
LNT testsuite for the aarch64 bot.
Details
Details
Diff Detail
Diff Detail
- Repository
- rZORG LLVM Github Zorg
Event Timeline
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. |
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. |
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.