| 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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 382 "@@@SET_BUILD_PROPERTY@failure_type@\"TRANSIENT_FAILURE\"@@@", | 382 "@@@SET_BUILD_PROPERTY@failure_type@\"TRANSIENT_FAILURE\"@@@", |
| 383 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8
ac1f\"@@@" | 383 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8
ac1f\"@@@" |
| 384 ] | 384 ] |
| 385 }, | 385 }, |
| 386 { | 386 { |
| 387 "name": "$final_result", | 387 "name": "$final_result", |
| 388 "reason": "Step('compile (without patch)') failed with return_code 1", | 388 "reason": "Step('compile (without patch)') failed with return_code 1", |
| 389 "status_code": 1 | 389 "status_code": 1 |
| 390 } | 390 } |
| 391 ] | 391 ] |
| OLD | NEW |