[PATCH] D64221: [zorg] Use https for svn-test-suite stage of buildbot
Kamau Bridgeman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 11 13:54:06 PDT 2019
kamaub updated this revision to Diff 209318.
kamaub added a comment.
So I made the change as recommend, thank you very much for all your help.
As far as I can tell rL365596 <https://reviews.llvm.org/rL365596> did all the leg work to make this change work. Is there anything else I would need to add?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64221/new/
https://reviews.llvm.org/D64221
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
@@ -81,7 +81,7 @@
# POWER7 PowerPC big endian (powerpc64)
create_slave("ppc64be-clang-test", properties={'jobs': 16}, max_builds=1),
- create_slave("ppc64be-clang-lnt-test", properties={'jobs': 16}, max_builds=1),
+ create_slave("ppc64be-clang-lnt-test", properties={'jobs': 16, 'vcs_protocol': 'https'}, max_builds=1),
create_slave("ppc64be-clang-multistage-test", properties={'jobs': 16}, max_builds=1),
create_slave("ppc64be-sanitizer", properties={'jobs': 16}, max_builds=1),
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64221.209318.patch
Type: text/x-patch
Size: 737 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190711/40b5274c/attachment.bin>
More information about the llvm-commits
mailing list