From 81d1e69a5bd30c02e4186359cf49cb6f234cf159 Mon Sep 17 00:00:00 2001 From: SaktheeswaranSamythevarRajapandi <158995351+SaktheeswaranSamythevarRajapandi@users.noreply.github.com> Date: Mon, 14 Jul 2025 11:20:04 +0530 Subject: [PATCH] Update boot.yaml based on audio changes Updated the test config in boot.yaml to include audio yaml file Signed-off-by: SaktheeswaranSamythevarRajapandi <158995351+SaktheeswaranSamythevarRajapandi@users.noreply.github.com> --- ci/lava/qcs6490-rb3gen2-core-kit/boot.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ci/lava/qcs6490-rb3gen2-core-kit/boot.yaml b/ci/lava/qcs6490-rb3gen2-core-kit/boot.yaml index ab9a64c..eb2a4aa 100644 --- a/ci/lava/qcs6490-rb3gen2-core-kit/boot.yaml +++ b/ci/lava/qcs6490-rb3gen2-core-kit/boot.yaml @@ -47,13 +47,20 @@ actions: parameters: SKIP_INSTALL: "True" TESTS: "pwd, uname -a, ip a, dmesg" + - from: git + name: "{{DEVICE_TYPE}}-audio-test" + path: Runner/plans/meta-ar-ci-premerge.yaml + repository: https://github.com/qualcomm-linux/qcom-linux-testkit.git + parameters: + SKIP_INSTALL: "True" + TESTS: "pwd, uname -a, ip a, dmesg" - command: name: network_turn_on context: lava_test_results_dir: /home/lava-%s test_character_delay: 10 device_type: {{DEVICE_TYPE}} -job_name: boot test ({{DEVICE_TYPE}}) {{GITHUB_RUN_ID}} +job_name: boot and audio test ({{DEVICE_TYPE}}) {{GITHUB_RUN_ID}} metadata: build-commit: '{{GITHUB_SHA}}' priority: 50