aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zephyr-upstream-arm.yaml2
-rw-r--r--zephyr-upstream.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/zephyr-upstream-arm.yaml b/zephyr-upstream-arm.yaml
index 3209eccfda..e87b6e4ee5 100644
--- a/zephyr-upstream-arm.yaml
+++ b/zephyr-upstream-arm.yaml
@@ -150,7 +150,7 @@
--qa-server-project zephyr-upstream-arm \
--gcc-variant ${ZEPHYR_GCC_VARIANT} \
--git-commit ${GIT_COMMIT} \
- --build-url ${BUILD_URL}
+ --build-url ${BUILD_URL} \
--test-list "$(find out/${PLATFORM}/tests -type f -name zephyr.bin -print0 | xargs -0)"
rm -rf out
diff --git a/zephyr-upstream.yaml b/zephyr-upstream.yaml
index abcded2e52..58bde568b1 100644
--- a/zephyr-upstream.yaml
+++ b/zephyr-upstream.yaml
@@ -150,7 +150,7 @@
--qa-server-project zephyr-upstream \
--gcc-variant ${ZEPHYR_GCC_VARIANT} \
--git-commit ${GIT_COMMIT} \
- --build-url ${BUILD_URL}
+ --build-url ${BUILD_URL} \
--test-list "$(find out/${PLATFORM}/tests -type f -name zephyr.bin -print0 | xargs -0)"
rm -rf out