aboutsummaryrefslogtreecommitdiff
path: root/tcwg-abe-test.yaml
diff options
context:
space:
mode:
authorCharles Baylis <charles.baylis@linaro.org>2017-06-26 15:04:14 +0100
committerCharles Baylis <charles.baylis@linaro.org>2017-06-29 11:27:17 +0000
commit1c6aaceeb8dd113754b7e20a8327879b8ae21024 (patch)
tree285ba17724b78c793c9862e374c400c8f8e9e673 /tcwg-abe-test.yaml
parentf657cb2a320816aa92dc53933308f0ba70135a32 (diff)
tcwg-abe-test: test gcc 6/7 instead of gcc 5/6.
Update the two tested branches in tcwg-abe-test to the currently supported branches. We still (partially) test gcc 5 in abe-tests-checkout. Change-Id: Ia90b33d8a15da1e22e53c69d79fe2af8d6bd5b9c
Diffstat (limited to 'tcwg-abe-test.yaml')
-rw-r--r--tcwg-abe-test.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcwg-abe-test.yaml b/tcwg-abe-test.yaml
index 5f5271f4cf..6e7b9c503b 100644
--- a/tcwg-abe-test.yaml
+++ b/tcwg-abe-test.yaml
@@ -119,11 +119,11 @@
. ./test-container.sh
trap "build_container_cleanup; test_container_cleanup" 0 1 2 3 5 9 13 15
- ${BUILD_SHELL} -x ${WORKSPACE}/jenkins-scripts/jenkins.sh --workspace ${WORKSPACE} --abedir ${WORKSPACE} --target arm-linux-gnueabihf --testcontainer ${test_container_host}:${test_container_port} --runtests --excludecheck gdb --override '--extraconfigdir ../config/gcc6'
+ ${BUILD_SHELL} -x ${WORKSPACE}/jenkins-scripts/jenkins.sh --workspace ${WORKSPACE} --abedir ${WORKSPACE} --target arm-linux-gnueabihf --testcontainer ${test_container_host}:${test_container_port} --runtests --excludecheck gdb --override '--extraconfigdir ../config/gcc7'
status=$?
;;
native_build)
- ${BUILD_SHELL} -x ${WORKSPACE}/jenkins-scripts/jenkins.sh --workspace ${WORKSPACE} --abedir ${WORKSPACE} --target native --runtests --bootstrap --excludecheck gdb --override '--extraconfigdir ../config/gcc5'
+ ${BUILD_SHELL} -x ${WORKSPACE}/jenkins-scripts/jenkins.sh --workspace ${WORKSPACE} --abedir ${WORKSPACE} --target native --runtests --bootstrap --excludecheck gdb --override '--extraconfigdir ../config/gcc6'
status=$?
;;
testsuite)