aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMatt Hart <matthew.hart@linaro.org>2017-11-06 16:17:52 +0000
committerMatt Hart <matthew.hart@linaro.org>2017-11-06 16:17:52 +0000
commit4437f6b541b70c8564bbef8ffca272872c730310 (patch)
tree222e90e0997c93224f564ac93a29ec2fe02efd23 /templates
parent336f2da2c797c842a8951da11ea7f72098251a2c (diff)
Fix rpi3, blacklists on v2, and dont boot test kselftest configs
The rpi3 has been blacklisted to as many old kernels as I could find, and the console setting is now overriden using context. V2 blacklisting was not working, it was being checked against the tree name not git describe. And do not boot test kselftest config.
Diffstat (limited to 'templates')
-rw-r--r--templates/base/kernel-ci-base.jinja27
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/base/kernel-ci-base.jinja2 b/templates/base/kernel-ci-base.jinja2
index 0558045..cb869a4 100644
--- a/templates/base/kernel-ci-base.jinja2
+++ b/templates/base/kernel-ci-base.jinja2
@@ -31,6 +31,13 @@ metadata:
{% block main %}
device_type: {{ device_type }}
+{% if context %}
+context:
+{%- for key, value in context.items() %}
+ {{ key }}: "{{ value }}"
+{% endfor %}
+{% endif %}
+
{% if callback %}
notify:
criteria: