[zorg] r305540 - Allow most libc++ builders to run on any of EricWF's slaves
Eric Fiselier via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 15 19:02:14 PDT 2017
Author: ericwf
Date: Thu Jun 15 21:02:14 2017
New Revision: 305540
URL: http://llvm.org/viewvc/llvm-project?rev=305540&view=rev
Log:
Allow most libc++ builders to run on any of EricWF's slaves
Modified:
zorg/trunk/buildbot/osuosl/master/config/builders.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=305540&r1=305539&r2=305540&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py Thu Jun 15 21:02:14 2017
@@ -1065,7 +1065,8 @@ def _get_openmp_builders():
]
def _get_libcxx_builders():
- ericwf_slaves = ['ericwf-buildslave2', 'ericwf-buildslave-fast']
+ ericwf_slaves = ['ericwf-buildslave2', 'ericwf-buildslave',
+ 'ericwf-buildslave-fast']
return [
# gribozavr's builders on gribozavr4
{'name': 'libcxx-libcxxabi-x86_64-linux-debian',
More information about the llvm-commits
mailing list