aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGalina Kistanova <gkistanova@gmail.com>2018-04-04 00:54:30 +0000
committerGalina Kistanova <gkistanova@gmail.com>2018-04-04 00:54:30 +0000
commita86d0c77cae396b21c8cf571ae9388caea14f2a6 (patch)
tree602a1eddd9ce4bccc73f08e80ec769a153a9c5fe
parent764ea6382254cd18365817aaeb1f2d657a69205e (diff)
[zorg] Switch to secure http for checking out test-suite.
There are a few files in the test-suite that appear to be flagged as files that contain viruses. As a result, some build slaves can't extract the test suite and continue to fail. We were advised over IRC that the way to work around that is to use https instead of http. Of course, this is a workaround, but we definitely need it to get our BE lnt bot (http://lab.llvm.org:8011/builders/clang-ppc64be-linux-lnt) back online. Patch by Nemanja Ivanovic. Differential Revision: https://reviews.llvm.org/D44731 git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@329138 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--zorg/buildbot/builders/ClangBuilder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/zorg/buildbot/builders/ClangBuilder.py b/zorg/buildbot/builders/ClangBuilder.py
index 66c6078a..7a5f29f6 100644
--- a/zorg/buildbot/builders/ClangBuilder.py
+++ b/zorg/buildbot/builders/ClangBuilder.py
@@ -370,7 +370,7 @@ def addSVNUpdateSteps(f,
defaultBranch='trunk',
workdir='test/lnt'))
f.addStep(SVN(name='svn-test-suite',
- mode='update', baseURL='http://llvm.org/svn/llvm-project/test-suite/',
+ mode='update', baseURL='https://llvm.org/svn/llvm-project/test-suite/',
defaultBranch='trunk',
workdir='test/test-suite'))
if checkout_lld: