aboutsummaryrefslogtreecommitdiffstats
path: root/templates/base/agl-metadata.jinja2
blob: 71af3a6b5ff4504a9c944521b4b2d53ae3a6a64a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 }}
  vcs.url: {{ vcs_url }}
  test.plan: {{ test_plan }}
  device.type: {{ device_type }}