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

.oniro-ci/test-generic.yaml: cleanup lava_jobs dir


Signed-off-by: default avatarChase Qi <chase.qi@linaro.org>
parent 54e596b7
No related branches found
No related tags found
1 merge request!30flavours/zephyr/local.conf.sample: Bump CONF_VERSION
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
-e 's,$callback_url,'"$CALLBACK_URL"',' job_def.yaml -e 's,$callback_url,'"$CALLBACK_URL"',' job_def.yaml
# Generate job definitions for zephyr build # Generate job definitions for zephyr build
- | - |
mkdir lava_jobs rm -rf lava_jobs && mkdir lava_jobs
if echo "${CI_BUILD_JOB_NAME}" | grep -i "zephyr"; then if echo "${CI_BUILD_JOB_NAME}" | grep -i "zephyr"; then
for image in $(find artifacts/ -name "*.elf" -exec basename {} \;); do for image in $(find artifacts/ -name "*.elf" -exec basename {} \;); do
job_name=$(basename "${image}" ".elf") job_name=$(basename "${image}" ".elf")
......
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