aboutsummaryrefslogtreecommitdiff
path: root/tcwg-test-release.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2017-05-09 14:13:59 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2017-05-09 14:58:28 +0000
commit98ea5b3f55f36a8e048984d48689a1630a0afa10 (patch)
treec0aa467c73e124c10b8d9bf8aa43ff7d4f599b1f /tcwg-test-release.yaml
parent71d734ec5a9c266bab19615f8cd445a02e495981 (diff)
tcwg-test-release-matrix, tcwg-test-release: Add tcwg_regression_rev parameter.
tcwg-make-release, tcwg-make-and-test-release: Set and pass tcwg_regression_rev. tcwg-regression-detection: Set tcwg_regression_rev to ok-for-regtest-with-gcc-linaro-6.2-2016.11, so that we use a version of the tests suitable for tcwg-regression-detection. Change-Id: I98a6921d080691cf4c887c9cf74bc1ae80ce44f9
Diffstat (limited to 'tcwg-test-release.yaml')
-rw-r--r--tcwg-test-release.yaml6
1 files changed, 5 insertions, 1 deletions
diff --git a/tcwg-test-release.yaml b/tcwg-test-release.yaml
index deb9dd1b..eddbb3e0 100644
--- a/tcwg-test-release.yaml
+++ b/tcwg-test-release.yaml
@@ -34,6 +34,10 @@
name: target
default:
description: 'Target, only displayed in job name'
+ - string:
+ name: tcwg_regression_rev
+ default: 'master'
+ description: 'tcwg-regression revision to use'
- bool:
name: debug
default: false
@@ -99,7 +103,7 @@
trap "${CONTAINERS_CLEANUP}" EXIT
fi
- ${BUILD_CONTAINER} "cd ${WORKSPACE} && ${shell} ${WORKSPACE}/TestRelease.job --tarball ${tarball_url}"
+ ${BUILD_CONTAINER} "cd ${WORKSPACE} && ${shell} ${WORKSPACE}/TestRelease.job --tarball ${tarball_url} --tcwg-regression-rev ${tcwg_regression_rev}"
exit $?
publishers: