Skip to content

Commit

Permalink
Add invalida lava template
Browse files Browse the repository at this point in the history
Signed-off-by: Milosz Wasilewski <[email protected]>
  • Loading branch information
mwasilew committed Jan 24, 2025
1 parent f728e30 commit 989f3d7
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions lava/rb3g2/invalid.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
actions:
- deploy:
images:
image:
headers:
Authentication: Q_GITHUB_TOKEN
url: "https://quic-yocto-fileserver-1029608027416.us-central1.run.app/12591501185/qcs6490-rb3gen2-core-kit/core-image-base-qcs6490-rb3gen2-core-kit.rootfs.qcomflash.tar.gz"
postprocess:
docker:
image: ghcr.io/foundriesio/lava-lmp-sign:main
steps:
- export IMAGE_PATH=$PWD
- cp overlay*.tar.gz overlay.tar.gz
- echo "OVERLAY=overlay.tar.gz" >> $IMAGE_PATH/flash.settings
- echo "OVERLAY_PATH=/home/" >> $IMAGE_PATH/flash.settings
- echo "DEVICE_TYPE=qcs6490-rb3gen2" >> $IMAGE_PATH/flash.settings
- cat $IMAGE_PATH/flash.settings
timeout:
minutes: 5
to: downloads
- deploy:
images:
image:
url: downloads://core-image-base-qcs6490-rb3gen2-core-kit.rootfs.qcomflash.tar.gz
settings:
url: downloads://flash.settings
overlay:
url: downloads://overlay.tar.gz
timeout:
minutes: 5
to: flasher
- boot:
auto_login:
login_prompt: 'login:'
username: root
method: minimal
prompts:
- root@qcs6490-rb3gen2-core-kit
timeout:
minutes: 3
- command:
name: network_turn_on
- test:
definitions:
- from: git
name: "{{ MACHINE }}-smoke-test"
path: automated/linux/smoke/smoke.yaml
repository: https://github.com/linaro/test-definitions.git
parameters:
SKIP_INSTALL: "True"
TESTS: "pwd, uname -a, ip a"
context:
lava_test_results_dir: /home/lava-%s
test_character_delay: 10
device_type: qcs6490-rb3gen2-core-kit
job_name: boot test (qcs6490-rb3gen2-core-kit) 12591501185
metadata:
downloads-url: "{{ DOWNLOADS_URL }}"
priority: 50
tags:
- cambridge-lab
timeouts:
job:
minutes: 15
visibility: public

0 comments on commit 989f3d7

Please sign in to comment.