Dashboard for all things related to Daily Integration testing

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

{% if priorities is string %} {% else %} {% endif %} {% if priorities is string %} {% else %} {% for record in priorities %} {% endfor %} {% endif %}
Error# Conflicting List Priority (1-5)
{{ 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

{% for pull in approved_pull_requests %} {% include 'pull_request.html' %} {% endfor %}
User # Title Integration Status Priority Conflict Status

{{ ready_pull_requests|length }} Pull Requests Awaiting CCB Approval

{% for pull in ready_pull_requests %} {% endfor %}
User # Title CCB Status Priority Conflict Status
{{ pull.user.name }} #{{ 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

{% for pull in pull_requests %} {% endfor %}
User # Title CCB Status Priority Conflict Status
{{ pull.user.name }} #{{ 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 %}