aboutsummaryrefslogtreecommitdiff
path: root/tcwg-regression-detection.yaml
diff options
context:
space:
mode:
authorYvan Roux <yvan.roux@linaro.org>2016-12-05 11:19:57 +0100
committerYvan Roux <yvan.roux@linaro.org>2016-12-05 11:19:57 +0100
commit62d7cd15eadb9fa327d54a591cf58527f3df209c (patch)
tree617e10c1dc29e24f899beda3acc47542cbc4fab1 /tcwg-regression-detection.yaml
parenta5d51bff68966a254e7f8e814291894302d03877 (diff)
tcwg-regression-detection: Trigger tcwg-make-release.
Change-Id: I76ffaee340ef895964d63a799d10bc199f0748bf
Diffstat (limited to 'tcwg-regression-detection.yaml')
-rw-r--r--tcwg-regression-detection.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/tcwg-regression-detection.yaml b/tcwg-regression-detection.yaml
index 6d26695072..84a4707d9e 100644
--- a/tcwg-regression-detection.yaml
+++ b/tcwg-regression-detection.yaml
@@ -61,6 +61,22 @@
targets=cross_main
matrix_restrictions=label=="docker-trusty-amd64-tcwg-build" && target=="aarch64-linux-gnu"
EOF
+
+ echo "NOTE: Buildfarm cmp job parameters:"
+ cat buildfarm_cmp_parameters
+
+ # TODO: Change fileserver and/or location to avoid mixing "real"
+ # releases and regression detection builds.
+ 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
+ date=2016.11-regtest-${BUILD_NUMBER}
+ toolchain_config=gcc6
+ abe_branch=$cur_abe_rev
+ fileserver=ex40-01.tcwglab.linaro.org
+ EOF
+
+ echo "NOTE: Make-release job parameters:"
+ cat make_release_parameters
- multijob:
name: 'Check Manifest'
condition: ALWAYS
@@ -73,6 +89,13 @@
projects:
- name: tcwg-buildfarm-cmp
property-file: buildfarm_cmp_parameters
+ - multijob:
+ name: 'Check Make Release'
+ condition: COMPLETED
+ projects:
+ - name: tcwg-make-release
+ property-file: make_release_parameters
+ restrict-matrix-project: 'target=="arm-linux-gnueabihf"'
publishers:
- archive:
artifacts: 'artifacts/*'