[zorg] r209765 - Added clang-aarch64-lnt buildslave and slave for it.

Galina Kistanova gkistanova at gmail.com
Wed May 28 12:17:01 PDT 2014


Author: gkistanova
Date: Wed May 28 14:17:01 2014
New Revision: 209765

URL: http://llvm.org/viewvc/llvm-project?rev=209765&view=rev
Log:
Added clang-aarch64-lnt buildslave and slave for it.
Patch by Gabor Ballabas!

Modified:
    zorg/trunk/buildbot/osuosl/master/config/builders.py
    zorg/trunk/buildbot/osuosl/master/config/slaves.py

Modified: zorg/trunk/buildbot/osuosl/master/config/builders.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/osuosl/master/config/builders.py?rev=209765&r1=209764&r2=209765&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py Wed May 28 14:17:01 2014
@@ -348,6 +348,14 @@ def _get_clang_builders():
                                            '--target=hexagon-unknown-elf',
                                            '--enable-targets=hexagon'])},
 
+        {'name' : "clang-aarch64-lnt",
+         'slavenames' :["aarch64-qemu-lnt"],
+         'builddir' :["clang-aarch64-lnt"],
+         'factory' : LNTBuilder.getLNTFactory(triple='aarch64-linux-gnu',
+                                              nt_flags=['--llvm-arch=AArch64', '-j4'],
+                                              package_cache="http://webkit.inf.u-szeged.hu/llvm/",
+                                              jobs=4, use_pty_in_tests=True, clean=False,
+                                              testerName='LNT-TestOnly-AArch64', run_cxx_tests=True)},
         ]
 
 # Offline.

Modified: zorg/trunk/buildbot/osuosl/master/config/slaves.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/osuosl/master/config/slaves.py?rev=209765&r1=209764&r2=209765&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/slaves.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/slaves.py Wed May 28 14:17:01 2014
@@ -141,6 +141,9 @@ def get_build_slaves():
         # Aarch64 Foundation Model
         create_slave("aarch64-foundation", properties={'jobs': 4}, max_builds=1),
 
+        # AArch64 Qemu LNT
+        create_slave("aarch64-qemu-lnt", properties={'jobs': 4}, max_builds=1),
+
         # Ubuntu x86-64, 12x Intel(R) Xeon(R) CPU X5650 @ 2.67GHz
         create_slave("sanitizer-buildbot1", properties={'jobs': 8}, max_builds=1),
         # Ubuntu x86-64, 24x Intel(R) Xeon(R) CPU X5650 @ 2.67GHz





More information about the llvm-commits mailing list