[zorg] r316197 - [zorg] Remove number of cores from description frequently change these GCE instances
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 19 17:32:51 PDT 2017
Author: vitalybuka
Date: Thu Oct 19 17:32:51 2017
New Revision: 316197
URL: http://llvm.org/viewvc/llvm-project?rev=316197&view=rev
Log:
[zorg] Remove number of cores from description frequently change these GCE instances
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=316197&r1=316196&r2=316197&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/slaves.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/slaves.py Thu Oct 19 17:32:51 2017
@@ -126,15 +126,15 @@ def get_build_slaves():
# AArch64 Clang, Juno ARM Development Platform
create_slave("juno-aarch64-01", properties={'jobs': 4}, max_builds=1),
- # Debian 7.7 x86_64 16-core GCE instance
+ # Debian 7.7 x86_64 GCE instance
create_slave("sanitizer-buildbot1", properties={'jobs': 16}, max_builds=1),
- # Debian 7.7 x86_64 16-core GCE instance
+ # Debian 7.7 x86_64 GCE instance
create_slave("sanitizer-buildbot2", properties={'jobs': 16}, max_builds=1),
- # Debian 7.7 x86_64 8-core GCE instance
+ # Debian 7.7 x86_64 GCE instance
create_slave("sanitizer-buildbot3", properties={'jobs': 8}, max_builds=1),
- # Debian 7.7 x86_64 8-core GCE instance
+ # Debian 7.7 x86_64 GCE instance
create_slave("sanitizer-buildbot4", properties={'jobs': 8}, max_builds=1),
- # Debian 7.7 x86_64 8-core GCE instance
+ # Debian 7.7 x86_64 GCE instance
create_slave("sanitizer-buildbot5", properties={'jobs': 8}, max_builds=1),
# Ubuntu 14.04 x86_64 6-core z440 workstation
create_slave("sanitizer-buildbot6", properties={'jobs': 6}, max_builds=1),
More information about the llvm-commits
mailing list