aboutsummaryrefslogtreecommitdiff
path: root/tcwg-make-release.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2016-11-09 18:07:00 +0100
committerChristophe Lyon <christophe.lyon@linaro.org>2016-12-14 14:37:10 +0000
commit853e342b1e84c83c64009cc541dae646792462f7 (patch)
tree2137585a3de297266b36200d5fa152f14afb579c /tcwg-make-release.yaml
parent99f84b19ecaead8d51bf7bc9a1309b6c38c81b9c (diff)
tcwg-make-release: Switch to use jenkins-scripts repo.
tcwg-test-release: Likewise. Change-Id: I3d9172bf30fab9596d1a545baae48d2e3c474323
Diffstat (limited to 'tcwg-make-release.yaml')
-rw-r--r--tcwg-make-release.yaml7
1 files changed, 6 insertions, 1 deletions
diff --git a/tcwg-make-release.yaml b/tcwg-make-release.yaml
index b874f230..dbd81cb6 100644
--- a/tcwg-make-release.yaml
+++ b/tcwg-make-release.yaml
@@ -43,6 +43,10 @@
name: abe_branch
default: refs/heads/master
description: 'ABE revision to test'
+ - string:
+ name: scripts_branch
+ default: master
+ description: 'Scripts revision to use'
- choice:
name: debug
choices:
@@ -149,7 +153,8 @@
exit 1
;;
esac
- ${shell} ${WORKSPACE}/abe/scripts/MakeRelease.job --target ${target}${tcwg_release:+ --date ${tcwg_release}} --fileserver ${fileserver} --toolchainconfig ${toolchain_config}
+ git clone -b $scripts_branch --depth 1 https://git-us.linaro.org/toolchain/jenkins-scripts
+ ${shell} ${WORKSPACE}/jenkins-scripts/MakeRelease.job --abedir=$WORKSPACE/abe --target ${target}${tcwg_release:+ --date ${tcwg_release}} --fileserver ${fileserver} --toolchainconfig ${toolchain_config}
if test $? -gt 0; then
exit 1
fi