#
| Branch
| ID
| Target
|
{% set index = 1 %}
{% for build in builds["test"] %}
{{ index }}
{% set index = index + 1 %}
|
{{ build.manifest_branch }}
|
{{ build.build_id }}
|
{{ build.build_target }}
|
{% endfor %}
|
#
| Branch
| ID
| Target
| Build Type
| Signed
|
{% set index = 1 %}
{% for build in builds["device"] %}
{{ index }}
{% set index = index + 1 %}
|
{{ build.manifest_branch }}
|
{{ build.build_id }}
|
{{ build.build_target }}
|
{{ build.build_type }}
|
{{ build.signed }}
|
{% endfor %}
|
#
| Branch
| ID
| Target
|
{% set index = 1 %}
{% for build in builds["gsi"] %}
{{ index }}
{% set index = index + 1 %}
|
{{ build.manifest_branch }}
|
{{ build.build_id }}
|
{{ build.build_target }}
|
{% endfor %}
|
{% endfor %}