From a99e7bf06653906f395c232de98caa932f43741d Mon Sep 17 00:00:00 2001 From: Vamsee Narapareddi Date: Tue, 7 Jul 2026 15:13:19 +0530 Subject: [PATCH] add: changes to run nightly with test binaries Add changes to run qcom-next nightly on config1/config2 with test binaries as overlay Signed-off-by: Vamsee Narapareddi --- templates/boot/flasher.jinja2 | 8 ++++++++ testList.json | 2 ++ 2 files changed, 10 insertions(+) diff --git a/templates/boot/flasher.jinja2 b/templates/boot/flasher.jinja2 index 3ba8f7e..5ac6e68 100644 --- a/templates/boot/flasher.jinja2 +++ b/templates/boot/flasher.jinja2 @@ -2,12 +2,20 @@ images: image: url: '{{ node.artifacts.flash_image }}' + test: + headers: + Authorization: LAVA_BASIC_AUTH + url: 'https://storage-lava-hyd.qualcomm.com/Lava_binaries.tar.gz' postprocess: docker: image: ghcr.io/mwasilew/docker-mkbootimage:master steps: - export IMAGE_PATH=$PWD - cp overlay*.tar.gz overlay.tar.gz + - mkdir overlay_root + - tar -xzvf overlay.tar.gz -C overlay_root + - tar -xzvf Lava_binaries.tar.gz -C overlay_root + - tar -cvzf overlay.tar.gz -C overlay_root . - echo "OVERLAY=overlay.tar.gz" >> $IMAGE_PATH/flash.settings - echo "OVERLAY_PATH=/" >> $IMAGE_PATH/flash.settings - echo "ROOTFS_IMAGE=rootfs.img" >> $IMAGE_PATH/flash.settings diff --git a/testList.json b/testList.json index 87834a5..2334501 100644 --- a/testList.json +++ b/testList.json @@ -1,6 +1,8 @@ [ {"type":"directory","name":".","contents":[ {"type":"file","name":"qcom-next-ci-premerge.yaml"}, + {"type":"file","name":"meta-qcom-nightly_config1.yaml"}, + {"type":"file","name":"meta-qcom-nightly_config2.yaml"}, {"type":"file","name":"meta-qcom_PreMerge.yaml"}, {"type":"file","name":"fastrpc-premerge.yaml"}, {"type":"file","name":"video_pre-merge.yaml"},