[PATCH] D64221: [zorg] Use https for svn-test-suite stage of buildbot
Galina via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 11 12:12:12 PDT 2019
gkistanova added a comment.
I mean something like this:
Index: zorg/buildbot/osuosl/master/config/slaves.py
===================================================================
--- zorg/buildbot/osuosl/master/config/slaves.py (revision 365726)
+++ zorg/buildbot/osuosl/master/config/slaves.py (working copy)
@@ -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),
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64221/new/
https://reviews.llvm.org/D64221
More information about the llvm-commits
mailing list