diff --git a/buildbot/osuosl/master/config/builders.py b/buildbot/osuosl/master/config/builders.py --- a/buildbot/osuosl/master/config/builders.py +++ b/buildbot/osuosl/master/config/builders.py @@ -2159,19 +2159,6 @@ '-DLLVM_LIT_TOOLS_DIR=C:\\Program Files\\GnuWin32\\usr\\bin', ])}, -# LLDB builders. - - {'name' : "lldb-x86_64-fedora", - 'tags' : ["lldb"], - 'workernames' : ["lldb-x86_64-fedora"], - 'builddir': "lldb-x86_64-fedora", - 'factory' : LLDBBuilder.getLLDBCMakeBuildFactory( - clean=True, - test=True, - extra_cmake_args=['-DLLVM_ENABLE_ASSERTIONS=True', - '-DLLVM_USE_LINKER=gold', - '-DLLVM_LIT_ARGS=-v'])}, - # Builders for ML-driven compiler optimizations. # Development mode build bot: tensorflow C APIs are present, and diff --git a/buildbot/osuosl/master/config/status.py b/buildbot/osuosl/master/config/status.py --- a/buildbot/osuosl/master/config/status.py +++ b/buildbot/osuosl/master/config/status.py @@ -163,13 +163,6 @@ subject = "Build %(builder)s Failure", mode = "failing", builders = ["fuchsia-x86_64-linux"]), - reporters.MailNotifier( - fromaddr = "llvm.buildmaster@lab.llvm.org", - sendToInterestedUsers = False, - extraRecipients = ["jan.kratochvil@redhat.com"], - subject = "Build %(builder)s Failure", - mode = "failing", - builders = ["lldb-x86_64-fedora"]), reporters.MailNotifier( fromaddr = "llvm.buildmaster@lab.llvm.org", sendToInterestedUsers = False, diff --git a/buildbot/osuosl/master/config/workers.py b/buildbot/osuosl/master/config/workers.py --- a/buildbot/osuosl/master/config/workers.py +++ b/buildbot/osuosl/master/config/workers.py @@ -161,9 +161,6 @@ create_worker("fuchsia-debian-64-us-central1-a-1", properties={'jobs': 64}, max_builds=1), create_worker("fuchsia-debian-64-us-central1-b-1", properties={'jobs': 64}, max_builds=1), - # Fedora latest stable x86_64, Intel i5-2500, 4 cores, 12GB RAM - create_worker("lldb-x86_64-fedora", properties={'jobs': 4}, max_builds=1), - # Fedora latest stable, arch=x86_64, running on RedHat internal OpenShift PSI cluster create_worker("fedora-llvm-x86_64", properties={'jobs': 64}, max_builds=1),