Commit 01dc3c8
build: only collect per-test timing data on master pushes
The --report-log flag adds overhead (writing a JSONL file for every
test) that's only useful for rebalancing work. Skip it entirely on
PR runs by conditionally setting the flag via an env var; also gate
the upload step on master so artifacts aren't created unnecessarily.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 48f0199 commit 01dc3c8
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
114 | 119 | | |
115 | 120 | | |
116 | 121 | | |
117 | 122 | | |
118 | 123 | | |
119 | | - | |
| 124 | + | |
120 | 125 | | |
121 | 126 | | |
122 | | - | |
| 127 | + | |
123 | 128 | | |
124 | 129 | | |
125 | 130 | | |
| |||
0 commit comments