aboutsummaryrefslogtreecommitdiff
path: root/tcwg-abe-extended.yaml
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-08-22 09:10:08 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-08-29 10:37:10 +0000
commit8d930d933850bc6827757fe0c5d0debdf41a5c1f (patch)
tree4879270cc4928a854010d444a3e34d439df7a927 /tcwg-abe-extended.yaml
parent8f0f44ce61ce1fa95c0291bd5fd97655798f0900 (diff)
tcwg-abe-extended: Clone jenkins-scripts repo using scm-git plugin
... to allow SHA1 specification for $scripts_branch -- e.g., from tcwg-abe-tested job. Change-Id: Ia1754e540469c32d29802e5530711d9a61bb3a59
Diffstat (limited to 'tcwg-abe-extended.yaml')
-rw-r--r--tcwg-abe-extended.yaml15
1 files changed, 12 insertions, 3 deletions
diff --git a/tcwg-abe-extended.yaml b/tcwg-abe-extended.yaml
index 2ce3eb3112..55f00a0356 100644
--- a/tcwg-abe-extended.yaml
+++ b/tcwg-abe-extended.yaml
@@ -16,11 +16,11 @@
parameters:
- string:
name: abe_branch
- default: refs/heads/master
+ default: refs/remotes/origin/master
description: 'ABE revision to test'
- string:
name: scripts_branch
- default: master
+ default: refs/remotes/origin/master
description: 'scripts branch to use'
- string:
name: test_list
@@ -34,12 +34,21 @@
scm:
- git:
url: https://git-us.linaro.org/toolchain/abe.git
- refspec: +refs/changes/*:refs/remotes/changes/*
+ refspec: +refs/heads/*:refs/remotes/origin/* +refs/changes/*:refs/changes/*
branches:
- ${abe_branch}
skip-tag: true
shallow-clone: true
wipe-workspace: true
+ - git:
+ url: https://git-us.linaro.org/toolchain/jenkins-scripts.git
+ refspec: +refs/heads/*:refs/remotes/origin/* +refs/changes/*:refs/changes/*
+ branches:
+ - ${scripts_branch}
+ basedir: jenkins-scripts
+ skip-tag: true
+ shallow-clone: true
+ wipe-workspace: true
axes:
- axis:
type: slave