monitoring: set overview platform test panel to 7d

This commit is contained in:
Brad Stein 2026-04-09 20:05:10 -03:00
parent 12b85f4597
commit 5e3aadc640
3 changed files with 6 additions and 6 deletions

View File

@ -1577,9 +1577,9 @@ def build_overview():
"pointSize": 4,
"spanNulls": True,
}
test_success["timeFrom"] = "30d"
test_success["timeFrom"] = "7d"
test_success["description"] = (
"Per-run interval pass points (0-100) for each software suite over the last 30 days. Points are connected to show trend; missing-run intervals are ignored."
"Per-run interval pass points (0-100) for each software suite over the last 7 days. Points are connected to show trend; missing-run intervals are ignored."
)
panels.append(test_success)
panels.append(

View File

@ -1946,8 +1946,8 @@
"targetBlank": true
}
],
"timeFrom": "30d",
"description": "Per-run interval pass points (0-100) for each software suite over the last 30 days. Points are connected to show trend; missing-run intervals are ignored."
"timeFrom": "7d",
"description": "Per-run interval pass points (0-100) for each software suite over the last 7 days. Points are connected to show trend; missing-run intervals are ignored."
},
{
"id": 47,

View File

@ -1955,8 +1955,8 @@ data:
"targetBlank": true
}
],
"timeFrom": "30d",
"description": "Per-run interval pass points (0-100) for each software suite over the last 30 days. Points are connected to show trend; missing-run intervals are ignored."
"timeFrom": "7d",
"description": "Per-run interval pass points (0-100) for each software suite over the last 7 days. Points are connected to show trend; missing-run intervals are ignored."
},
{
"id": 47,