aboutsummaryrefslogtreecommitdiff
path: root/zephyr-upstream-arm.yaml
diff options
context:
space:
mode:
authorChase Qi <chase.qi@linaro.org>2017-12-15 15:11:13 +0800
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2017-12-20 11:35:18 +0000
commitd08c3b61b3a51797a72ad48b268fad8cbeebffe5 (patch)
tree9079676a630ce8e06842117660dd77563856b3cc /zephyr-upstream-arm.yaml
parent43d72806230fef184ed8029e15a2614c4e0dbcba (diff)
zephyr-upstream*: exclude build only tests
Tests labeled as 'build_only: true' in testcase.yaml are not supposed to be run on any platforms. They are just build tests without any functionality. This patch: * Parse testcase.yaml for all tests to generate build_only_tests list. * Remove build only tests from current excluded_tests list. * Exclude tests in both build_only_tests and excluded_tests lists. Change-Id: I495e884a2bff2f7ebf9fe85dc9b5c5d1673b1cbd Signed-off-by: Chase Qi <chase.qi@linaro.org>
Diffstat (limited to 'zephyr-upstream-arm.yaml')
-rw-r--r--zephyr-upstream-arm.yaml2
1 files changed, 0 insertions, 2 deletions
diff --git a/zephyr-upstream-arm.yaml b/zephyr-upstream-arm.yaml
index a8681391b7..2398f17af6 100644
--- a/zephyr-upstream-arm.yaml
+++ b/zephyr-upstream-arm.yaml
@@ -153,9 +153,7 @@
--gcc-variant ${ZEPHYR_GCC_VARIANT} \
--git-commit ${GIT_COMMIT} \
--build-url ${BUILD_URL} \
- --test-list "$(find out/${PLATFORM}/tests -type f -name zephyr.bin -print0 | xargs -0)"
- rm -rf out
publishers:
- archive:
artifacts: 'scripts/sanity_chk/last_sanity.csv'