Commit 5ae9e8a
authored
Pair the torch-nightly triage by day against the pinned nightly (#8522)
## Why
The triage compared a torch-nightly build only against a baseline that
ran the **same commit** within 900s. That held while both fired in the
same cron slot. It stopped holding when torch-nightly moved to 10:00 and
the baselines stayed at 06:00/21:00 — four hours of merges apart, they
can never agree on a commit again.
`find_latest_pair` walks newest-first and *skips* any nightly without a
match, so rather than reporting nothing it silently pinned every run to
the last same-commit pair, **#82789/#82790 from 2026-08-07**. The
workflow kept succeeding and #8491 kept being told *"still reproducing
on #82789"* while #83159, #83338 and #83539 went unexamined. No failure,
no warning — just an increasingly old build number.
```
83539 Aug 12 10:00 -> no same-commit baseline skipped
83338 Aug 11 10:00 -> no same-commit baseline skipped
83159 Aug 10 15:14 -> no same-commit baseline skipped
82789 Aug 7 06:00 -> 82790 selected
```
## What changes
**1. Pair on the same UTC day** rather than the same commit.
| | same-commit | same-day |
| --- | --- | --- |
| torch-nightly builds paired (21d) | 6/12 | **12/12** |
| baseline chosen on the 6 days both rules work | — | **identical** |
Nothing regresses; the coverage gap closes.
**2. Prefer `Full CI run - nightly` over `Full CI run - daily`**, then
closest in time. The plain nightly is the *pinned-torch counterpart* of
the torch-nightly build — same pipeline, same schedule, differing only
by `TORCH_NIGHTLY=1`. Under a time-first ordering, 2026-08-10 would have
compared against the daily (+5.8h) instead of the pinned nightly
(-9.2h).
Resulting pairings over 21 days — every one against a pinned `-
nightly`:
```
83539 2026-08-12 -> 83511 (nightly -4.0h)
83338 2026-08-11 -> 83298 (nightly -4.0h)
83159 2026-08-10 -> 83094 (nightly -9.2h)
82789 2026-08-07 -> 82790 (nightly +0.0h)
82682 2026-08-06 -> 82629 (nightly -7.4h)
82454 2026-08-05 -> 82455 (nightly +0.0h)
...
```
## The trade-off, made explicit
With different commits the pair is no longer a controlled A/B — a
regression may come from vLLM commits landing between the two builds
rather than from torch. Reports now say which case they are:
> 1 parent 7313fe5 commit 5ae9e8a
1 file changed
Lines changed: 45 additions & 31 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
43 | | - | |
44 | | - | |
| 44 | + | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | 48 | | |
52 | 49 | | |
53 | 50 | | |
| |||
80 | 77 | | |
81 | 78 | | |
82 | 79 | | |
83 | | - | |
84 | | - | |
85 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
86 | 84 | | |
87 | 85 | | |
88 | 86 | | |
| |||
114 | 112 | | |
115 | 113 | | |
116 | 114 | | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
| 115 | + | |
| 116 | + | |
121 | 117 | | |
122 | 118 | | |
123 | 119 | | |
124 | 120 | | |
125 | 121 | | |
126 | | - | |
127 | | - | |
128 | | - | |
| 122 | + | |
129 | 123 | | |
130 | 124 | | |
131 | 125 | | |
132 | | - | |
| 126 | + | |
133 | 127 | | |
134 | 128 | | |
135 | | - | |
136 | 129 | | |
| 130 | + | |
137 | 131 | | |
138 | 132 | | |
139 | 133 | | |
| |||
243 | 237 | | |
244 | 238 | | |
245 | 239 | | |
| 240 | + | |
246 | 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 | + | |
247 | 267 | | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
| 268 | + | |
| 269 | + | |
252 | 270 | | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | 271 | | |
258 | 272 | | |
259 | 273 | | |
| |||
443 | 457 | | |
444 | 458 | | |
445 | 459 | | |
446 | | - | |
| 460 | + | |
447 | 461 | | |
448 | 462 | | |
449 | 463 | | |
| |||
0 commit comments