aboutsummaryrefslogtreecommitdiff
path: root/tcwg-llvm-testsuite.yaml
diff options
context:
space:
mode:
authorDiana Picus <diana.picus@linaro.org>2017-07-28 11:36:34 +0200
committerDiana Picus <diana.picus@linaro.org>2017-08-04 11:07:02 +0000
commit8a3613b2c0579df19ab4d063a4c4f816da021590 (patch)
tree69f2a0725eb6b8c2d22cf087e0cb2975d11c0d50 /tcwg-llvm-testsuite.yaml
parent349eff7d25099932459177a961dc92b9bb59f0ee (diff)
tcwg-llvm-*: Fix refs used by LLVM jobs
This commit fixes all LLVM jobs to fetch all branches in the refspec, not just master, since now it's possible to use any of them when running the scripts. This addresses review comments from https://review.linaro.org/#/c/20759/1 Change-Id: Ib6d2d2e2d84039a00ed148fc7e30a8b05606175c
Diffstat (limited to 'tcwg-llvm-testsuite.yaml')
-rw-r--r--tcwg-llvm-testsuite.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-llvm-testsuite.yaml b/tcwg-llvm-testsuite.yaml
index b8ffbb2ace..f8e0c8e30a 100644
--- a/tcwg-llvm-testsuite.yaml
+++ b/tcwg-llvm-testsuite.yaml
@@ -38,7 +38,7 @@
scm:
- git:
url: http://git.linaro.org/toolchain/jenkins-scripts.git
- refspec: +refs/heads/master:refs/remotes/origin/master
+ refspec: +refs/heads/*:refs/remotes/origin/* +refs/changes/*:refs/changes/*
name: origin
branches:
- ${scripts_branch}