{% if "Factory" in projects[0].name %} {% set is_leap = False %} {% else %} {% set is_leap = True %} {% endif%} Dashboard for {{ projectname }}
Dashboard for {{ projectname }}
Last update:
{% if is_leap %} {% endif %} {% if not is_leap %} {% endif %} {% for project in projects %} {% if is_leap %} {% endif %} {% if not is_leap %} {% endif %} {% endfor %}
Part standardports stepimagescontainerfilesource testing published openQA
{{project.nick}} {% with repository = 'standard' %} {% include "repository.html" %} {% endwith %} {% with repository = 'ports' %} {% include "repository.html" %} {% endwith %} {% with repository = 'step' %} {% include "repository.html" %} {% endwith %} {% with repository = 'images' %} {% include "repository.html" %} {% endwith %} {% with repository = 'containerfile' %} {% include "repository.html" %} {% endwith %} {% if project.ttm_version %} {{ project.ttm_version }} {% else %} n.a. {% endif %} {% set ttm_testing = project.ttm_status.get('testing') %} {% if ttm_testing %} {% if project.openqa_version %} {{ ttm_testing }} {% else %} {{ ttm_testing }} {% endif %} {% else %} n.a. {% endif %} {% set ttm_published = project.ttm_status.get('published', None) %} {% if ttm_published %} {{ ttm_published }} {% else %} n.a. {% endif %} {% set openqa_summary = project.openqa_summary() %} {% for state in openqa_summary.keys() %} {{ state }}: {{ openqa_summary[state]|length }} {% endfor %}