[PATCH] D60635: [zorg] Add LLVM lab buildslaves for Windows/Ubuntu builders.

Vlad Vereschaka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 12 14:31:27 PDT 2019


vvereschaka created this revision.
vvereschaka added a reviewer: gkistanova.
vvereschaka added projects: LLVM, Zorg.
Herald added a subscriber: llvm-commits.

The initial buildslave configurations for a new hardware in LLVM lab.


Repository:
  rL LLVM

https://reviews.llvm.org/D60635

Files:
  buildbot/osuosl/master/config/slaves.py


Index: buildbot/osuosl/master/config/slaves.py
===================================================================
--- buildbot/osuosl/master/config/slaves.py
+++ buildbot/osuosl/master/config/slaves.py
@@ -259,6 +259,13 @@
         # Debian x86_64 Buster Xeon(R) Gold 6154 CPU @ 3.00GHz, 192GB RAM
         create_slave("lldb-x86_64-debian", properties={'jobs': 72}, max_builds=1),
 
+        # Windows Server 2012R2 x86_64 Intel(R) Xeon(R) Gold CPU @ 2.1GHz, 128GB RAM
+        create_slave("as-builder-1", properties={'jobs': 64}, max_builds=1),
+        create_slave("as-builder-2", properties={'jobs': 64}, max_builds=1),
+        create_slave("as-builder-3", properties={'jobs': 64}, max_builds=1),
+        # Ubuntu 18.04.2 LTS x86_64 Intel(R) Xeon(R) Gold CPU @ 2.1GHz, 128GB RAM
+        create_slave("as-builder-4", properties={'jobs': 64}, max_builds=1),
+
         # Ubuntu 14.04 x86_64, Intel(R) Xeon(R) CPU @ 2.30GHz
         #create_slave("llgo-builder", properties={'jobs': 2}, max_builds=1),
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60635.194963.patch
Type: text/x-patch
Size: 1011 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190412/25b313f7/attachment.bin>


More information about the llvm-commits mailing list