The table provides an overview of the comparison between two selected commits from the same branch.
Current commit
Comparing with
{% for key, item in metadata.items() %}
{{ item.title }}
{%if key == 'commit' %}
{{ poky_link(item.value) }}
{{ poky_link(item.value_old) }}
{% else %}
{{ item.value }}
{{ item.value_old }}
{% endif %}
{% endfor %}
{# Test result summary #}
Test result summary
The test summary presents a thorough breakdown of each test conducted on the branch, including details such as build time and disk space consumption. Additionally, it gives insights into the average time taken for test execution, along with absolute and relative values for a better understanding.
Test name
Measurement description
Mean value
Absolute difference
Relative difference
{% for test in test_data %}
{% if test.status == 'SUCCESS' %}
{% for measurement in test.measurements %}