[zorg] r305571 - Added am1i-slv2 buildslave.

Galina Kistanova via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 16 11:56:56 PDT 2017


Author: gkistanova
Date: Fri Jun 16 13:56:55 2017
New Revision: 305571

URL: http://llvm.org/viewvc/llvm-project?rev=305571&view=rev
Log:
Added am1i-slv2 buildslave.

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

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=305571&r1=305570&r2=305571&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/slaves.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/slaves.py Fri Jun 16 13:56:55 2017
@@ -197,10 +197,13 @@ def get_build_slaves():
         # Ubuntu 16.04 x86_64, 2 x Intel(R) Xeon(R) CPU E5-2690 v3 @ 2.60GHz, 64GB of RAM
         create_slave("cuda-build-test-01", properties={'jobs': 72}, max_builds=1),
 
-        # Ubuntu 14.04 x86_64
+        # Ubuntu 14.04 x86_64, AMD Athlon(tm) 5150 APU with Radeon(tm) R3, 8GiB RAM
         create_slave("am1i-slv1"),
 
-        # Ubuntu 14.04 x86_64
+        # Ubuntu 16.04.2 LTS, AMD Athlon(tm) 5150 APU with Radeon(tm) R3, 8GiB RAM
+        create_slave("am1i-slv2"),
+
+        # Ubuntu 14.04 x86_64, AMD Athlon(tm) 5150 APU with Radeon(tm) R3, 8GiB RAM
         create_slave("am1i-slv3"),
 
         # Defunct.




More information about the llvm-commits mailing list