aboutsummaryrefslogtreecommitdiff
path: root/tcwg-regression-detection.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2017-03-29 09:05:27 +0000
committerFathi Boudra <fathi.boudra@linaro.org>2017-04-19 06:11:49 +0000
commit1a6cf81146b3f6602817052877edf286ec087b70 (patch)
treea9b14babf6a51b0199cd2217b1f11c89530a10f7 /tcwg-regression-detection.yaml
parent715c485a5aab586d674c12ba322aa0d945ca7aaf (diff)
tcwg-regression-detection: Call tcwg-make-and-test-release.
This job will start a matrix build of make-release, then tcwg-test-release-matrix once make-release has completed. The goal is to make the results of release testing visible in the regression-detection report page. tcwg-make-and-test-release computes the upload name for binaries and passes it to tcwg-make-release and tcwg-test-release-matrix. Change-Id: Id520796fcfc1768d4013301b4f92be48e67a80dc
Diffstat (limited to 'tcwg-regression-detection.yaml')
-rw-r--r--tcwg-regression-detection.yaml8
1 files changed, 6 insertions, 2 deletions
diff --git a/tcwg-regression-detection.yaml b/tcwg-regression-detection.yaml
index d85f54ac2b..6aa6deada4 100644
--- a/tcwg-regression-detection.yaml
+++ b/tcwg-regression-detection.yaml
@@ -23,7 +23,7 @@
default: 'arm-linux-gnueabihf'
description: 'List of release targets to use'
disabled: false
- node: tcwg-x86_64-dev-01
+ node: flyweight
retry-count: 3
concurrent: true
display-name: 'TCWG Regression Detection'
@@ -96,6 +96,9 @@
# TODO: Change fileserver and/or location to avoid mixing "real"
# releases and regression detection builds.
+ # testrelease=false means that tcwg-make-release should
+ # not spawn tcwg-test-release itself. This is taken care
+ # of by tcwg-make-and-test-release.
cat << EOF > make_release_parameters
gcc_src=http://releases.linaro.org/components/toolchain/gcc-linaro/6.2-2016.11/gcc-linaro-6.2-2016.11.tar.xz
release_name=2016.11-regtest-${BUILD_NUMBER}
@@ -103,6 +106,7 @@
abe_branch=$cur_abe_rev
fileserver=dev-01.tcwglab
target_list=$release_target_list
+ testrelease=false
EOF
echo "NOTE: Make-release job parameters:"
@@ -120,7 +124,7 @@
projects:
- name: tcwg-buildfarm-cmp
property-file: buildfarm_cmp_parameters
- - name: tcwg-make-release
+ - name: tcwg-make-and-test-release
property-file: make_release_parameters
predefined-parameters: |
target_list='arm-linux-gnueabihf'