Commit 870d33e
authored
Handle empty target groups and improve dashboard deployment (#2)
* dashboard: handle empty target groups in plots
Avoid failing dashboard generation when a target group has no data.
If plot_cumulative_state() receives an empty DataFrame, write a small
placeholder HTML page and return before computing timestamp ranges.
This fixes Deploy-Dashboard failures such as:
ValueError: max() iterable argument is empty
for empty groups like gcv_zve.
* ci: serialize dashboard deployments
Add per-ref concurrency to Deploy-Dashboard and ignore dashboard-only
pushes so dashboard auto-commits do not retrigger the workflow.
This reduces non-fast-forward push races when multiple dashboard runs
try to update main at the same time.1 parent 5a985a4 commit 870d33e
2 files changed
Lines changed: 19 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
10 | | - | |
11 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
13 | | - | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
65 | 78 | | |
66 | 79 | | |
67 | 80 | | |
| |||
0 commit comments