All of these bots have been broken for months -- in some cases years. Removing them from the waterfall.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
There's another patch (https://reviews.llvm.org/D54386/) which is fixing the fedora bot. You might want to leave that one.
Comment Actions
Zach, what's the status of this? I'm getting ready to add a new lldb bot, and it would be nice to remove the old ones first..
buildbot/osuosl/master/master.cfg | ||
---|---|---|
191 ↗ | (On Diff #185864) | The lldb_scheduler should stay. @labath suggested that maybe it doesn't have to because the getSingleBranchSchedulers should cover the LLDB builders, but not all the LLDB builders are setup with depends_on_projects properties, so for some of them, getSingleBranchSchedulers will not work properly. You just need to update the builderNames list for the lldb_scheduler to no longer exclude the now-nonexistent lldb_android_builders |
185 ↗ | (On Diff #193582) | I think this means you can remove LLDBTriggerable.py as well |