Back to Meshery

Past Results

docs/_includes/compatibility/past-results.html

1.0.02.1 KB
Original Source

{% assign sorted_tests_istio = site.compatibility | sort: "timestamp" | reverse | where: "meshery-component",{{include.service-mesh}} %}

Status | Meshery Component | Meshery Component Version | Meshery Server Version | Infrastructure | Infrastructure Version | {% for item in sorted_tests_istio %} {% if item.overall-status == "passing" %} {% assign overall-status = "background-color: #56b257; color: white;" %} {% assign result-state = "/assets/img/passing.svg" %} {% elsif item.overall-status == "partial" %} {% assign overall-status = "background-color: #EBC017; color: white;" %} {% assign result-state = "/assets/img/YellowCheck.svg" %} {% elsif item.overall-status == "failing" %} {% assign overall-status = "background-color: #B32700; color: white;" %} {% assign result-state = "/assets/img/failing.svg" %} {% else %} {% assign overall-status = "" %} {% endif %} {% if item.meshery-component-version == "edge" %} | {% else %} | | | {% endif %} {{ item.timestamp }} | {{ item.meshery-component }} | {% if item.meshery-component-version == "edge" %} {{ item.meshery-component-version }} | {% else %} {{ item.meshery-component-version }} | {% endif %} {% if item.meshery-server-version == "edge" %} {{ item.meshery-server-version }} | {% else %} {{ item.meshery-server-version }} | {% endif %} {{ item.service-mesh }} | {{ item.service-mesh-version }} | | Platform:- {{item.k8s-distro}} {{item.k8s-version}} | Test results:

{% for test in item.tests %} | | {{test[0]}} | {% endfor %} | {% endfor %}