Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion ci/lava/qcs6490-rb3gen2-core-kit/boot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading