Skip to content
Snippets Groups Projects
Commit 689a4b15 authored by Luis Araujo's avatar Luis Araujo Committed by Sjoerd Simons
Browse files

Add metadata attributes


Added the following attributes to the job templates: image.date,
image.version, image.board and image.type.

These attributes can be used to filter LAVA tests results based
on their values.

Signed-off-by: default avatarLuis Araujo <luis.araujo@collabora.co.uk>
parent c2803d82
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,12 @@
"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}}"
}
},
{
......
......@@ -15,6 +15,12 @@
"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}}"
}
},
{
......
......@@ -15,6 +15,12 @@
"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}}"
}
},
{
......
......@@ -15,6 +15,12 @@
"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}}"
}
},
{
......
......@@ -15,6 +15,12 @@
"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}}"
}
},
{
......
......@@ -15,6 +15,12 @@
"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}}"
}
},
{
......
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