| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_chromium_rel_ng", | 10 "linux_chromium_rel_ng", |
| (...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 "python", | 237 "python", |
| 238 "-u", | 238 "-u", |
| 239 "[BUILD]/scripts/slave/cleanup_temp.py" | 239 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 240 ], | 240 ], |
| 241 "name": "cleanup_temp" | 241 "name": "cleanup_temp" |
| 242 }, | 242 }, |
| 243 { | 243 { |
| 244 "cmd": [ | 244 "cmd": [ |
| 245 "python", | 245 "python", |
| 246 "-u", | 246 "-u", |
| 247 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test
s.py", | 247 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", |
| 248 "--build-dir", | 248 "--build-dir", |
| 249 "[SLAVE_BUILD]/src/out/Release", | 249 "[SLAVE_BUILD]/src/out/Release", |
| 250 "--clean-isolated-files" | 250 "--clean-isolated-files" |
| 251 ], | 251 ], |
| 252 "name": "clean isolated files" | 252 "name": "clean isolated files" |
| 253 }, | 253 }, |
| 254 { | 254 { |
| 255 "cmd": [ | 255 "cmd": [ |
| 256 "python", | 256 "python", |
| 257 "-u", | 257 "-u", |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 379 "~followup_annotations": [ | 379 "~followup_annotations": [ |
| 380 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90
b814\"@@@" | 380 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90
b814\"@@@" |
| 381 ] | 381 ] |
| 382 }, | 382 }, |
| 383 { | 383 { |
| 384 "name": "$final_result", | 384 "name": "$final_result", |
| 385 "reason": "Step('compile (with patch)') failed with return_code 1", | 385 "reason": "Step('compile (with patch)') failed with return_code 1", |
| 386 "status_code": 1 | 386 "status_code": 1 |
| 387 } | 387 } |
| 388 ] | 388 ] |
| OLD | NEW |