Skip to content

Commit 0bd5ed3

Browse files
committedMar 20, 2025·
Debugging in prod, show branch status
1 parent d6e6afc commit 0bd5ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎pgcommitfest/commitfest/templates/commitfest.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ <h3>{{p.is_open|yesno:"Active patches,Closed patches"}}</h3>
7171
{%else%}
7272
<a href="https://github.com/postgresql-cfbot/postgresql/compare/cf/{{p.id}}~1...cf/{{p.id}}" title="View last patch set on GitHub"><img class="github-logo" src="/media/commitfest/github-mark.svg"/></a>
7373
<a href="https://cirrus-ci.com/github/postgresql-cfbot/postgresql/cf%2F{{p.id}}"
74-
title="View CI history. {%if p.failing_since%}Failing {% cfsince p.failing_since %}. {%endif%}{%if cfb.failed_task_names %}Failed jobs: {{cfb.failed_task_names}}{%endif%}">
74+
title="View CI history. Status: {{cfb.branch_status}}. {%if p.failing_since%}Failing {% cfsince p.failing_since %}. {%endif%}{%if cfb.failed_task_names %}Failed jobs: {{cfb.failed_task_names}}{%endif%}">
7575
{%if cfb.failed > 0 or cfb.branch_status == 'failed' or cfb.branch_status == 'timeout' %}
7676
<img src="/media/commitfest/new_failure.svg"/>
7777
{%elif cfb.completed < cfb.total %}

0 commit comments

Comments
 (0)
Please sign in to comment.