Skip to content
Snippets Groups Projects

.oniro-ci: add nitrogen twister build job

Merged Chase Qi requested to merge (removed):twister into kirkstone
2 files
+ 6
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -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"; 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 ---"
Loading