[PATCH] D38152: [zorg] Add another build slave to the reverse iterator builder
Pengxuan Zheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 21 13:25:14 PDT 2017
pzheng created this revision.
https://reviews.llvm.org/D38152
Files:
buildbot/osuosl/master/config/builders.py
Index: buildbot/osuosl/master/config/builders.py
===================================================================
--- buildbot/osuosl/master/config/builders.py
+++ buildbot/osuosl/master/config/builders.py
@@ -823,7 +823,7 @@
def _get_rev_iter_builders():
return [
{'name': "reverse-iteration",
- 'slavenames': ["hexagon-build-03"],
+ 'slavenames': ["hexagon-build-02", "hexagon-build-03"],
'builddir': "reverse-iteration",
'factory': PollyBuilder.getPollyBuildFactory(
clean=True,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38152.116258.patch
Type: text/x-patch
Size: 553 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170921/d9132f1c/attachment.bin>
More information about the llvm-commits
mailing list