Dashboard for all things related to Daily Integration testing
{% if MOTD_ALERT_LEVEL != "info" %} {% endif %} {{ MOTD_MESSAGE|safe }}
Committed Batches
{% for batch in committed_batches%}
{% include 'extended_batch.html' %}
{% endfor %}
Staging Batches
{% for batch in staging_batches%}
{% include 'extended_batch.html' %}
{% endfor %}
{% if priorities is string %} {% else %} {{ priorities|length }} {% endif %} Priority Pull Requests
Error | {% else %}# | Conflicting List | Priority (1-5) | {% endif %}
---|---|---|---|
{{ priorities }} |
|||
#{{ record.priority_pull.pull_id }} | {% for pull in record.conflict_list %} #{{ pull.pull_id }} {% endfor %} | {{ record.priority }} |
{{ approved_pull_requests|length }} CCB Approved Pull Requests
User | # | Title | Integration Status | Priority Conflict Status |
---|
{{ ready_pull_requests|length }} Pull Requests Awaiting CCB Approval
User | # | Title | CCB Status | Priority Conflict Status |
---|---|---|---|---|
#{{ pull.pull_id }} | {{ pull.title }} | {{ pull.ccb_description }} | {{ pull.conflict_description }} {% if pull.conflict %} {% for pr, url in pull.conflict_prs.items() %} #{{ pr }} {% endfor %} {% endif %} |
{{ pull_requests|length }} Open Pull Requests subject to CCB
User | # | Title | CCB Status | Priority Conflict Status |
---|---|---|---|---|
#{{ pull.pull_id }} | {{ pull.title }} | {{ pull.ccb_description }} | {{ pull.conflict_description }} {% if pull.conflict %} {% for pr, url in pull.conflict_prs.items() %} #{{ pr }} {% endfor %} {% endif %} |