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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
220 "--build-number", | 220 "--build-number", |
221 "571" | 221 "571" |
222 ], | 222 ], |
223 "cwd": "[SLAVE_BUILD]", | 223 "cwd": "[SLAVE_BUILD]", |
224 "name": "extract build" | 224 "name": "extract build" |
225 }, | 225 }, |
226 { | 226 { |
227 "cmd": [ | 227 "cmd": [ |
228 "python", | 228 "python", |
229 "-u", | 229 "-u", |
230 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 230 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py", |
231 "--build-dir", | 231 "--build-dir", |
232 "[SLAVE_BUILD]/src/out/Release", | 232 "[SLAVE_BUILD]/src/out/Release", |
233 "--output-json", | 233 "--output-json", |
234 "/path/to/tmp/json" | 234 "/path/to/tmp/json" |
235 ], | 235 ], |
236 "cwd": "[SLAVE_BUILD]", | 236 "cwd": "[SLAVE_BUILD]", |
237 "name": "find isolated tests", | 237 "name": "find isolated tests", |
238 "~followup_annotations": [ | 238 "~followup_annotations": [ |
239 "@@@STEP_LOG_LINE@json.output@{@@@", | 239 "@@@STEP_LOG_LINE@json.output@{@@@", |
240 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 240 "@@@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... |
348 "@@@STEP_LOG_LINE@outdir_json@}@@@", | 348 "@@@STEP_LOG_LINE@outdir_json@}@@@", |
349 "@@@STEP_LOG_END@outdir_json@@@" | 349 "@@@STEP_LOG_END@outdir_json@@@" |
350 ] | 350 ] |
351 }, | 351 }, |
352 { | 352 { |
353 "name": "$result", | 353 "name": "$result", |
354 "recipe_result": null, | 354 "recipe_result": null, |
355 "status_code": 0 | 355 "status_code": 0 |
356 } | 356 } |
357 ] | 357 ] |
OLD | NEW |