Merge "Change skipped tests colour in tempest dashboard" into main

This commit is contained in:
Zuul 2024-07-15 08:05:17 +00:00 committed by Gerrit Code Review
commit 3de9342ed4

View File

@ -85,13 +85,13 @@
{
"matcher": {
"id": "byFrameRefID",
"options": "warning-tests"
"options": "skipped-tests"
},
"properties": [
{
"id": "color",
"value": {
"fixedColor": "dark-yellow",
"fixedColor": "light-green",
"mode": "fixed"
}
}
@ -171,7 +171,7 @@
"hide": false,
"legendFormat": "{{ test_type }}",
"queryType": "range",
"refId": "warning-tests"
"refId": "skipped-tests"
},
{
"datasource": {
@ -227,7 +227,7 @@
"index": 1
},
"SKIPPED": {
"color": "dark-yellow",
"color": "light-green",
"index": 2
},
"ok": {