[PATCH] D147702: [zorg] Remove llvm-avr-linux builder + worker

Aaron Ballman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 6 04:55:09 PDT 2023


aaron.ballman created this revision.
aaron.ballman added reviewers: gkistanova, Zorg.
Herald added subscribers: Jim, dylanmckay.
Herald added a project: All.
aaron.ballman requested review of this revision.

This bot has been down for 14 weeks and I have been unable to reach the listed admin to determine if they're planning to bring it back online or not. Rather than leave the dead bot in the lab, let's remove it for now.


Repository:
  rZORG LLVM Github Zorg

https://reviews.llvm.org/D147702

Files:
  buildbot/osuosl/master/config/builders.py
  buildbot/osuosl/master/config/status.py
  buildbot/osuosl/master/config/workers.py


Index: buildbot/osuosl/master/config/workers.py
===================================================================
--- buildbot/osuosl/master/config/workers.py
+++ buildbot/osuosl/master/config/workers.py
@@ -102,9 +102,6 @@
         create_worker("hexagon-build-03", properties={'jobs': 16, 'loadaverage':32},
             max_builds=1),
 
-        # Ubuntu x86-64
-        create_worker("avr-build-01", properties={'jobs': 10}, max_builds=1),
-
         # Debian Jessie x86-64 GCE instance.
         create_worker("gribozavr3", properties={'jobs': 1}, max_builds=2),
 
Index: buildbot/osuosl/master/config/status.py
===================================================================
--- buildbot/osuosl/master/config/status.py
+++ buildbot/osuosl/master/config/status.py
@@ -89,13 +89,6 @@
         subject = "Build %(builder)s Failure",
         mode = "failing",
         builders = ["clang-x86_64-linux-abi-test"]),
-    reporters.MailNotifier(
-        fromaddr = "llvm.buildmaster at lab.llvm.org",
-        sendToInterestedUsers = False,
-        extraRecipients = ["me at dylanmckay.io"],
-        subject = "Build %(builder)s Failure",
-        mode = "failing",
-        builders = ["llvm-avr-linux"]),
     reporters.MailNotifier(
         fromaddr = "llvm.buildmaster at lab.llvm.org",
         sendToInterestedUsers = False,
Index: buildbot/osuosl/master/config/builders.py
===================================================================
--- buildbot/osuosl/master/config/builders.py
+++ buildbot/osuosl/master/config/builders.py
@@ -892,22 +892,6 @@
                         "-DCMAKE_CXX_FLAGS='-march=cascadelake'",
                         "-DLLVM_TARGETS_TO_BUILD='X86'"])},
 
-    {'name' : "llvm-avr-linux",
-    'tags'  : ["clang"],
-    'workernames' : ["avr-build-01"],
-    'builddir': "llvm-avr-linux",
-    'factory' : ClangBuilder.getClangCMakeBuildFactory(
-                    jobs=8,
-                    clean=False,
-                    checkout_lld=False,
-                    enable_runtimes=None,
-                    extra_cmake_args=[
-                        '-DLLVM_ENABLE_ASSERTIONS=ON',
-                        # We need to compile the X86 backend due to a few generic CodeGen tests.
-                        '-DLLVM_TARGETS_TO_BUILD=X86',
-                        '-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=AVR',
-                        '-DBUILD_SHARED_LIBS=ON'])},
-
     {'name' : "clang-xcore-ubuntu-20-x64",
     'tags'  : ["clang"],
     'workernames' : ["xcore-ubuntu20-x64"],


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147702.511374.patch
Type: text/x-patch
Size: 2519 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230406/4b1e94c2/attachment.bin>


More information about the llvm-commits mailing list