[PATCH] D64221: [zorg] Use https for svn-test-suite stage of buildbot

Galina via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 15 19:44:46 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL366167: Use https for the source code checkout of buildbot running on ppc64be-clang-lnt… (authored by gkistanova, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D64221?vs=209318&id=210015#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64221/new/

https://reviews.llvm.org/D64221

Files:
  zorg/trunk/buildbot/osuosl/master/config/slaves.py


Index: zorg/trunk/buildbot/osuosl/master/config/slaves.py
===================================================================
--- zorg/trunk/buildbot/osuosl/master/config/slaves.py
+++ zorg/trunk/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.210015.patch
Type: text/x-patch
Size: 770 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190716/e4b55e7e/attachment.bin>


More information about the llvm-commits mailing list