| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/cleanup_temp.py" | 6 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "cleanup_temp" | 9 "name": "cleanup_temp" |
| 10 }, | 10 }, |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 "--target", | 152 "--target", |
| 153 "Debug", | 153 "Debug", |
| 154 "--src-dir", | 154 "--src-dir", |
| 155 "[SLAVE_BUILD]/src", | 155 "[SLAVE_BUILD]/src", |
| 156 "--build-tool", | 156 "--build-tool", |
| 157 "ninja", | 157 "ninja", |
| 158 "--compiler", | 158 "--compiler", |
| 159 "goma", | 159 "goma", |
| 160 "--goma-dir", | 160 "--goma-dir", |
| 161 "[BUILD]/goma", | 161 "[BUILD]/goma", |
| 162 "--ninja-ensure-up-to-date", |
| 162 "--", | 163 "--", |
| 163 "chromium_swarm_tests" | 164 "chromium_swarm_tests" |
| 164 ], | 165 ], |
| 165 "cwd": "[SLAVE_BUILD]", | 166 "cwd": "[SLAVE_BUILD]", |
| 166 "name": "compile" | 167 "name": "compile" |
| 167 }, | 168 }, |
| 168 { | 169 { |
| 169 "cmd": [ | 170 "cmd": [ |
| 170 "python", | 171 "python", |
| 171 "-u", | 172 "-u", |
| (...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 437 ], | 438 ], |
| 438 "cwd": "[SLAVE_BUILD]", | 439 "cwd": "[SLAVE_BUILD]", |
| 439 "name": "dummy_target_2 on Ubuntu" | 440 "name": "dummy_target_2 on Ubuntu" |
| 440 }, | 441 }, |
| 441 { | 442 { |
| 442 "name": "$final_result", | 443 "name": "$final_result", |
| 443 "reason": "1 out of 2 aggregated steps failed. Failures: Step('dummy_target_
1 on Ubuntu') failed with return_code 1", | 444 "reason": "1 out of 2 aggregated steps failed. Failures: Step('dummy_target_
1 on Ubuntu') failed with return_code 1", |
| 444 "status_code": 1 | 445 "status_code": 1 |
| 445 } | 446 } |
| 446 ] | 447 ] |
| OLD | NEW |