aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMatt Hart <github@blacklabsystems.com>2018-11-27 13:42:04 +0000
committerGuillaume Tucker <guillaume.tucker@collabora.com>2019-01-30 11:01:13 +0000
commite71d04701f694159ab9f79f2e246e523f00a86c0 (patch)
tree1f3a4497e1f0be0c3236f6de07d19fa67a5d0f4f /templates
parentbc5601c79e7e08a6bc5562669d770df0bbb79f86 (diff)
Push a build-environment variable to the backend for every build (#43)
Update build.py to create and push a build_environment variable to distinguish between builds with different docker images. Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/base/kernel-ci-base.jinja22
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/base/kernel-ci-base.jinja2 b/templates/base/kernel-ci-base.jinja2
index 620b190..bf17442 100644
--- a/templates/base/kernel-ci-base.jinja2
+++ b/templates/base/kernel-ci-base.jinja2
@@ -27,6 +27,8 @@ metadata:
job.initrd_url: {{ initrd_url }}
job.nfsrootfs_url: {{ nfsrootfs_url }}
job.dtb_url: {{ dtb_url }}
+ job.file_server_resource: {{ file_server_resource }}
+ job.build_environment: {{ build_environment }}
{%- endblock %}
{% block main %}
device_type: {{ device_type }}