Commit f0dc53e
Cap every scenario at 5 minutes (sample, not play-to-end)
Apple's bipbop-basic stream is genuinely 30 min long. Play-to-end across
all 4 scenarios was running ~85 min/leg — too slow for daily CI.
Switched all defaults to `fixed=300` (5 minutes of REAL playback):
bipbop-adv:fixed=300
bipbop-basic:fixed=300
big-buck-bunny:fixed=300
akamai-live:fixed=300
5 minutes is enough to verify decode + steady-state events. With the
10-second harvest cycle, that's ~30 harvest cycles per scenario.
Total per leg: ~25 min (20 min play + 5 min build/install/boot).
Total wall-clock for the matrix (4 legs in parallel): ~25 min.
The `end` mode is still in the script for ad-hoc deeper validation;
override DEFAULT_SCENARIOS or use the `nr_overrides` input if you
specifically need play-to-end on a one-off run.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 099251d commit f0dc53e
2 files changed
Lines changed: 20 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
31 | 33 | | |
32 | | - | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
170 | 174 | | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
175 | 179 | | |
176 | 180 | | |
177 | 181 | | |
| |||
0 commit comments