Commit 1c62135
authored
fix(pipeline): set AGENTV_RUN_TIMESTAMP so CLI targets share one output folder (#795)
pipeline run invoked CLI targets in parallel without setting
AGENTV_RUN_TIMESTAMP, causing each test case to create a separate
timestamped output directory. The agentv eval command already sets
this env var once at run start (run-eval.ts:766-770).
Apply the same pattern in pipeline/run.ts so all targets within a
single pipeline run share one output folder.1 parent 0cc338b commit 1c62135
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
181 | 188 | | |
182 | 189 | | |
183 | 190 | | |
| |||
0 commit comments