Pull Request: PR #{{ pr_number }}
{% endif %} {% if workflow_url %}Workflow Run: {{ workflow_run_id }}
{% endif %}Build Preset: {{ build_preset }}
Branch: {{ branch }}
| test owner | test name | {% if status.is_error and history%}Success rate | {% 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 t.is_sanitizer_issue %} SANITIZER {% endif %} {% if t.is_timeout_issue %} TIMEOUT {% endif %} {% if t.is_xfailed_issue %} XFAILED {% endif %} {% if t.is_verify_issue %} VERIFY {% endif %} {% if t.is_possible_oom %} possible OOM {% endif %} {% if t.is_not_launched %} NOT LAUNCHED {% endif %} {% if status.is_error %} {% endif %} {% if t.status_description %} {% endif %} | {% if status.is_error and history %}{% if t.full_name in history %} {% endif %} | {% 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 %}