Newer
Older
{
"job_name": "Sqlite tests on {{release_version}} {{pretty}} {{image_date}}",
"device_type": "{{device_type}}",
"timeout": 9000,
"actions": [
{
"command": "deploy_image",
"parameters": {
"image": "{{baseurl}}/{{imgpath}}/{{image_type}}/{{board}}/{{image_date}}/apertis-{{release_version}}-{{image_type}}-{{board}}_{{image_date}}-{{image_variant}}.{{fs}}.img.gz",
"boot_part": 1,
"root_part": 6,
"bootfstype": "{{bootfstype}}",
"login_prompt": "login:",
"username": "user",
"password_prompt": "Password:",
"password": "user",
"login_commands": [ "sudo su" ]
},
"metadata": {
"image.version": "{{image_date}}",
"image.release": "{{release_version}}",
"image.board": "{{board}}",
"image.type": "{{image_type}}"
}
},
{
"command": "lava_test_shell",
"parameters": {
"timeout": 900,
"testdef_repos": [
{
"git-repo": "https://git.apertis.org/git/apertis-tests.git",
"git-repo": "https://git.apertis.org/git/apertis-tests.git",
"testdef": "misc/add-repo.yaml"
}
]
}
},
{
"command": "lava_test_shell",
"parameters": {
"timeout": 7500,
"testdef_repos": [
{
"git-repo": "https://git.apertis.org/git/apertis-tests.git",
"git-repo": "https://git.apertis.org/git/apertis-tests.git",
"testdef": "common/sqlite.yaml"
}
]
}
},
{
"command": "submit_results",
"parameters": {
"stream": "{{bundle_stream}}",
"server": "https://lava.collabora.co.uk/RPC2/"
}
}
]
}