[PATCH] D57911: [LLDB] Remove all abandoned LLDB bots

Stella Stamenova via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 3 13:38:43 PDT 2019


stella.stamenova requested changes to this revision.
stella.stamenova added inline comments.
This revision now requires changes to proceed.


================
Comment at: buildbot/osuosl/master/master.cfg:191
-
-c['schedulers'].append(SingleBranchScheduler(name="lldb_scheduler",
-                            treeStableTimer=2*60,
----------------
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


================
Comment at: buildbot/osuosl/master/master.cfg:185
-                       "lldb-x86_64-darwin-13.4"]
-from zorg.buildbot.schedulers.LLDBTriggerable import LLDBTriggerable
-c['schedulers'].append((LLDBTriggerable(
----------------
I think this means you can remove LLDBTriggerable.py as well


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57911/new/

https://reviews.llvm.org/D57911





More information about the llvm-commits mailing list