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

Check kernel booting messages


New LAVA version will check kernel messages to make sure the
kernel can start correctly.

This commit adds the kernel_start_message variable to the
job templates to test for any string as a valid kernel message
after the bootloader is properly matched.

Signed-off-by: default avatarLuis Araujo <luis.araujo@collabora.co.uk>
Reviewed-by: default avatarGuillaume Tucker <guillaume.tucker@collabora.com>
Differential Revision: https://phabricator.apertis.org/D7638
parent 49e815f1
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,9 @@ timeouts:
action:
minutes: 120
context:
kernel_start_message: '.*'
metadata:
source: https://git.apertis.org/git/apertis-tests.git
image.version: '{{image_date}}'
......
......@@ -11,6 +11,7 @@ timeouts:
context:
arch: {{arch}}
kernel_start_message: '.*'
metadata:
source: https://git.apertis.org/git/apertis-tests.git
......
......@@ -17,6 +17,9 @@ timeouts:
action:
minutes: 120
context:
kernel_start_message: '.*'
metadata:
source: https://git.apertis.org/git/apertis-tests.git
image.version: '{{image_date}}'
......
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