blob: 1cade7f3a460fc4ea2b302c57cd6bbc270a1ef75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
metadata:
git.branch: {{ vcs_branch }}
git.commit: {{ vcs_commit }}
image.type: {{ image_type }}
job.arch: {{ device_arch }}
job.name: {{ name }}
kernel.tree: {{ kernel_tree }}
kernel.version: {{ kernel_version }}
kernel.defconfig_base: {{ kernel_defconfig_base }}
kernel.defconfig: {{ kernel_defconfig }}
platform.mach: {{ device_mach }}
platform.name: {{ device_type }}
git.url: {{ vcs_url }}
test.plan: {{ test_plan }}
device.type: {{ device_type }}
job.build_environment: {{ kernel_tree }}
{% if (change_id) and (patch_set) %} git.url: https://gerrit.automotivelinux.org/gerrit/#/c/{{ change_id }}/{{ patch_set }} {% endif %}
|