aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorGuillaume Tucker <guillaume@mangoz.org>2017-07-24 10:34:59 +0000
committerMatt Hart <github@blacklabsystems.com>2017-07-24 11:34:59 +0100
commit1e21d39e945c3f526275a0f6ae2712692d4fa4e2 (patch)
treeb31b7fee98e8c534da6456df01598bd69ff61158 /templates
parent599462f9b14f3ca98f54eb52cb4a4254ccbddb90 (diff)
Add platform.mach to the LAVA v2 jobs definition (#11)
Add the SoC type as platform.mach taken from the device_map to the LAVA v2 jobs definition. This can then be used in the KernelCI backend as the SoC name. Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/base/kernel-ci-base.jinja21
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base/kernel-ci-base.jinja2 b/templates/base/kernel-ci-base.jinja2
index 520c5c2..a56c496 100644
--- a/templates/base/kernel-ci-base.jinja2
+++ b/templates/base/kernel-ci-base.jinja2
@@ -12,6 +12,7 @@ metadata:
platform.dtb_short: {{ dtb_short }}
platform.fastboot: {{ fastboot }}
platform.name: {{ platform }}
+ platform.mach: {{ mach }}
test.plan: {{ plan }}
git.commit: {{ git_commit }}
git.describe: {{ git_describe }}