test owner | test name | {% if status.is_error and history%}history old->new |
{% endif %}
elapsed | status | {% if status in has_any_log %}LOG | {% endif %}||
---|---|---|---|---|---|---|---|
{{ t.owners.replace('TEAM:@ydb-platform/','')}} | {% if status.is_error %}{% else %} | {% endif %} {{ t.full_name }} {% if status.is_error %} {% endif %} | {% if (status.is_error and t.full_name in history) %}{% for h in history[t.full_name] %} | {% elif (status.is_error and history) %} {% endfor %}{% elif status.is_error %} {% endif %} | {{ t.elapsed_display }} | {{ t.status_display }} | {% if status in has_any_log %}{% if t.log_urls %} {% for log_name, log_url in t.log_urls.items() %} {{ log_name }}{% if not loop.last %} | {% endif %} {% endfor %} {% else %} {% endif %} | {% endif %}