aboutsummaryrefslogtreecommitdiff
path: root/tcwg-test-release-matrix.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2017-03-23 14:12:44 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2017-03-23 14:12:44 +0000
commit12ac574ca4320cb06e753b7f1cd5ab4d75b19ad9 (patch)
tree42393f337195a1f2532117b1350d87b613356e5e /tcwg-test-release-matrix.yaml
parente552370b61d665ce38f4c2c556d7c86130963cd6 (diff)
tcwg-test-release-matrix: Test linux and mingw toolchains in different subdirs.
To avoid running mingw-only tests on the linux toolchain, and vice-versa. Change-Id: I9c82781fe1e836171b8ea9b076d5af0b89fae042
Diffstat (limited to 'tcwg-test-release-matrix.yaml')
-rw-r--r--tcwg-test-release-matrix.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcwg-test-release-matrix.yaml b/tcwg-test-release-matrix.yaml
index cad01c5256..5f75e1e486 100644
--- a/tcwg-test-release-matrix.yaml
+++ b/tcwg-test-release-matrix.yaml
@@ -128,13 +128,13 @@
fi
# FIXME: temporary hack: hardcode the ".1" in GCC version number
- ${BUILD_CONTAINER} "cd ${WORKSPACE} && ${shell} ${WORKSPACE}/TestRelease.job --tarball ${tarball_url}/${target}/gcc-linaro-${gccver}.1-${release}-${host}_${target}.tar.xz"
+ ${BUILD_CONTAINER} "cd ${WORKSPACE} && ${shell} ${WORKSPACE}/TestRelease.job --tarball ${tarball_url}/${target}/gcc-linaro-${gccver}.1-${release}-${host}_${target}.tar.xz --workspace ${WORKSPACE}/linux"
# Test the mingw toolchain on 32 bit host only
case ${label} in
*32*)
host=i686-mingw32
- ${BUILD_CONTAINER} "cd ${WORKSPACE} && ${shell} ${WORKSPACE}/TestRelease.job --tarball ${tarball_url}/${target}/gcc-linaro-${gccver}.1-${release}-${host}_${target}.tar.xz"
+ ${BUILD_CONTAINER} "cd ${WORKSPACE} && ${shell} ${WORKSPACE}/TestRelease.job --tarball ${tarball_url}/${target}/gcc-linaro-${gccver}.1-${release}-${host}_${target}.tar.xz --workspace ${WORKSPACE}/mingw"
;;
esac