Skip to content
Snippets Groups Projects
Commit 3af69e54 authored by Luis Araujo's avatar Luis Araujo
Browse files

SDK images tests are executed in QEMU


This commit changes the SDK LAVA profile name to run SDK tests
in QEMU.

Signed-off-by: default avatarLuis Araujo <luis.araujo@collabora.co.uk>
Reviewed-by: default avatarAndrew Shadura <andrew.shadura@collabora.co.uk>
Differential Revision: https://phabricator.apertis.org/D7455
parent 2d74b561
No related branches found
No related tags found
No related merge requests found
......@@ -34,8 +34,8 @@ def runTestsJobs(version, release, type, arch, board, submit = true) {
branch: "master")
}
// TODO: Remove this once uefi images run in the actual boards
def boardp = (board == "uefi") ? "qemu" : board
// TODO: Remove "uefi" once images run in the actual boards
def boardp = (board in ["uefi", "sdk"]) ? "qemu" : board
withCredentials([ file(credentialsId: 'apertis-lava-user', variable: 'lqaconfig') ]) {
sh(script: """\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment