Commit 0fa7332
authored
[CRCR] Add relay health card to crcr-test per-repo page (#8520)
## Summary
- Adds the Healthy/Degraded relay health indicator to the
`pytorch/crcr-test` per-repo page (PR view only)
- Reuses the existing `crcr_health_last_prs` ClickHouse query (last 5
PRs) already powering the summary page health card
- Only fetched and rendered when viewing `pytorch/crcr-test` in PR mode;
other repos and nightly view are unaffected
## Test plan
- [ ] Verify the health card appears on
https://hud.pytorch.org/crcr/pytorch/crcr-test (PR view)
- [ ] Verify it does NOT appear on the nightly view (`?event=nightly`)
- [ ] Verify it does NOT appear on other repo pages (e.g.,
`TorchedHat/pytorch-redhat-ci`)1 parent 6f37b78 commit 0fa7332
1 file changed
Lines changed: 64 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
41 | 49 | | |
42 | 50 | | |
43 | 51 | | |
| |||
224 | 232 | | |
225 | 233 | | |
226 | 234 | | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
227 | 273 | | |
228 | 274 | | |
229 | 275 | | |
| |||
1166 | 1212 | | |
1167 | 1213 | | |
1168 | 1214 | | |
| 1215 | + | |
| 1216 | + | |
| 1217 | + | |
| 1218 | + | |
| 1219 | + | |
| 1220 | + | |
| 1221 | + | |
| 1222 | + | |
| 1223 | + | |
| 1224 | + | |
| 1225 | + | |
| 1226 | + | |
| 1227 | + | |
1169 | 1228 | | |
1170 | 1229 | | |
1171 | 1230 | | |
| |||
1270 | 1329 | | |
1271 | 1330 | | |
1272 | 1331 | | |
| 1332 | + | |
| 1333 | + | |
| 1334 | + | |
| 1335 | + | |
| 1336 | + | |
1273 | 1337 | | |
1274 | 1338 | | |
1275 | 1339 | | |
| |||
0 commit comments