| 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.mac", | 8 "chromium.mac", |
| 9 "--builder", | 9 "--builder", |
| 10 "Mac10.9 Tests", | 10 "Mac10.9 Tests", |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 "--build-number", | 225 "--build-number", |
| 226 "571" | 226 "571" |
| 227 ], | 227 ], |
| 228 "cwd": "[SLAVE_BUILD]", | 228 "cwd": "[SLAVE_BUILD]", |
| 229 "name": "extract build" | 229 "name": "extract build" |
| 230 }, | 230 }, |
| 231 { | 231 { |
| 232 "cmd": [ | 232 "cmd": [ |
| 233 "python", | 233 "python", |
| 234 "-u", | 234 "-u", |
| 235 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 235 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py", |
| 236 "--build-dir", | 236 "--build-dir", |
| 237 "[SLAVE_BUILD]/src/out/Release", | 237 "[SLAVE_BUILD]/src/out/Release", |
| 238 "--output-json", | 238 "--output-json", |
| 239 "/path/to/tmp/json" | 239 "/path/to/tmp/json" |
| 240 ], | 240 ], |
| 241 "cwd": "[SLAVE_BUILD]", | 241 "cwd": "[SLAVE_BUILD]", |
| 242 "name": "find isolated tests", | 242 "name": "find isolated tests", |
| 243 "~followup_annotations": [ | 243 "~followup_annotations": [ |
| 244 "@@@STEP_LOG_LINE@json.output@{@@@", | 244 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 245 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 245 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 464 "@@@STEP_LOG_LINE@outdir_json@}@@@", | 464 "@@@STEP_LOG_LINE@outdir_json@}@@@", |
| 465 "@@@STEP_LOG_END@outdir_json@@@" | 465 "@@@STEP_LOG_END@outdir_json@@@" |
| 466 ] | 466 ] |
| 467 }, | 467 }, |
| 468 { | 468 { |
| 469 "name": "$result", | 469 "name": "$result", |
| 470 "recipe_result": null, | 470 "recipe_result": null, |
| 471 "status_code": 0 | 471 "status_code": 0 |
| 472 } | 472 } |
| 473 ] | 473 ] |
| OLD | NEW |