Outcome Table
Litani CI Dashboard
{{ table["comment"] }}
{% endif %}{# "comment" in table #}
{% for outcome in table["outcomes"] %}
{% if outcome["type"] == "return-code" %}
{% elif outcome["type"] == "timeout" %}
{% elif outcome["type"] == "wildcard" %}
{% endif %}{# outcome["type"] == "return-code" #}
return code
{{ outcome["value"] }}
time
out
everything
else
{{ outcome["comment"] }}
{% endif %}{# "comment" in outcome #}