Skip to content
Snippets Groups Projects
Commit b8ee1bc4 authored by Chase Qi's avatar Chase Qi
Browse files

.oniro-ci: fix zephyr test job submission


Signed-off-by: default avatarChase Qi <chase.qi@linaro.org>
parent 42fe227c
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@
set -x
rm -rf lava_jobs && mkdir lava_jobs
# Generate job definitions for zephyr build
if echo "${CI_BUILD_JOB_NAME}" | grep -i "zephyr | grep -vi "twister""; then
if echo "${CI_BUILD_JOB_NAME}" | grep -i "zephyr" | grep -vi "twister"; then
for image in $(find artifacts/images/${MACHINE} -name "*.elf" -exec basename {} \;); do
image_basename=$(basename "${image}" ".elf")
echo "--- Generating lava job definition ${image_basename}.yaml ---"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment