aboutsummaryrefslogtreecommitdiff
path: root/tcwg-regression-detection.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2017-02-14 15:20:02 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2017-02-20 12:38:38 +0000
commit5b925f0d7869f44629728d8d04321dd8f5bf38b9 (patch)
treebd8f611b96696b1f3f51c2dc0edb056c1dbb170b /tcwg-regression-detection.yaml
parent02dac0de3416f90babc4dd7495eb0aa6ff385eca (diff)
tcwg-regression-detection: Monitor more repos.
Add monitoring of abe-tests, gcc-compare-results and jenkins-scripts, which are all involved in the validation. Change-Id: I12169ca3351c8b596e1e621cc35244900943eaab
Diffstat (limited to 'tcwg-regression-detection.yaml')
-rw-r--r--tcwg-regression-detection.yaml24
1 files changed, 22 insertions, 2 deletions
diff --git a/tcwg-regression-detection.yaml b/tcwg-regression-detection.yaml
index 46ed2224..9117b46c 100644
--- a/tcwg-regression-detection.yaml
+++ b/tcwg-regression-detection.yaml
@@ -22,11 +22,31 @@
- git:
url: https://git-us.linaro.org/toolchain/abe.git
refspec: +refs/heads/master:refs/remotes/origin/master
- name: origin
branches:
- refs/heads/master
- shallow-clone: false
wipe-workspace: false
+ scm-name: abe
+ - git:
+ url: https://git-us.linaro.org/toolchain/abe-tests.git
+ basedir: abe-tests
+ branches:
+ - refs/heads/master
+ wipe-workspace: false
+ scm-name: abe-tests
+ - git:
+ url: https://git-us.linaro.org/toolchain/gcc-compare-results.git
+ basedir: gcc-compare-results
+ branches:
+ - refs/heads/master
+ wipe-workspace: false
+ scm-name: gcc-compare-results
+ - git:
+ url: https://git-us.linaro.org/toolchain/jenkins-scripts.git
+ basedir: jenkins-scripts
+ branches:
+ - refs/heads/master
+ wipe-workspace: false
+ scm-name: jenkins-scripts
triggers:
- pollscm:
cron: 'H/5 * * * *'