OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE[build]/bot_update.py", | 6 "RECIPE_PACKAGE[build]/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.linux", | 8 "chromium.linux", |
9 "--builder", | 9 "--builder", |
10 "Linux Tests", | 10 "Linux Tests", |
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
214 "--build-number", | 214 "--build-number", |
215 "571" | 215 "571" |
216 ], | 216 ], |
217 "cwd": "[SLAVE_BUILD]", | 217 "cwd": "[SLAVE_BUILD]", |
218 "name": "extract build" | 218 "name": "extract build" |
219 }, | 219 }, |
220 { | 220 { |
221 "cmd": [ | 221 "cmd": [ |
222 "python", | 222 "python", |
223 "-u", | 223 "-u", |
224 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 224 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py", |
225 "--build-dir", | 225 "--build-dir", |
226 "[SLAVE_BUILD]/src/out/Release", | 226 "[SLAVE_BUILD]/src/out/Release", |
227 "--output-json", | 227 "--output-json", |
228 "/path/to/tmp/json" | 228 "/path/to/tmp/json" |
229 ], | 229 ], |
230 "cwd": "[SLAVE_BUILD]", | 230 "cwd": "[SLAVE_BUILD]", |
231 "name": "find isolated tests", | 231 "name": "find isolated tests", |
232 "~followup_annotations": [ | 232 "~followup_annotations": [ |
233 "@@@STEP_LOG_LINE@json.output@{@@@", | 233 "@@@STEP_LOG_LINE@json.output@{@@@", |
234 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 234 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
342 "@@@STEP_LOG_LINE@outdir_json@}@@@", | 342 "@@@STEP_LOG_LINE@outdir_json@}@@@", |
343 "@@@STEP_LOG_END@outdir_json@@@" | 343 "@@@STEP_LOG_END@outdir_json@@@" |
344 ] | 344 ] |
345 }, | 345 }, |
346 { | 346 { |
347 "name": "$result", | 347 "name": "$result", |
348 "recipe_result": null, | 348 "recipe_result": null, |
349 "status_code": 0 | 349 "status_code": 0 |
350 } | 350 } |
351 ] | 351 ] |
OLD | NEW |