| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[DEPOT_TOOLS]/gclient.py", | 6 "[DEPOT_TOOLS]/gclient.py", |
| 7 "sync", | 7 "sync", |
| 8 "--verbose", | 8 "--verbose", |
| 9 "--force", | 9 "--force", |
| 10 "--revision", | 10 "--revision", |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 145 "--src-dir", | 145 "--src-dir", |
| 146 "[SLAVE_BUILD]/src", | 146 "[SLAVE_BUILD]/src", |
| 147 "--build-tool", | 147 "--build-tool", |
| 148 "ninja", | 148 "ninja", |
| 149 "--compiler", | 149 "--compiler", |
| 150 "goma", | 150 "goma", |
| 151 "--goma-dir", | 151 "--goma-dir", |
| 152 "[BUILD]/goma", | 152 "[BUILD]/goma", |
| 153 "--goma-hermetic", | 153 "--goma-hermetic", |
| 154 "error", | 154 "error", |
| 155 "--ninja-ensure-up-to-date", |
| 155 "--", | 156 "--", |
| 156 "base_unittests", | 157 "base_unittests", |
| 157 "chromium_builder_tests", | 158 "chromium_builder_tests", |
| 158 "content_unittests" | 159 "content_unittests" |
| 159 ], | 160 ], |
| 160 "cwd": "[SLAVE_BUILD]", | 161 "cwd": "[SLAVE_BUILD]", |
| 161 "name": "compile" | 162 "name": "compile" |
| 162 }, | 163 }, |
| 163 { | 164 { |
| 164 "cmd": [ | 165 "cmd": [ |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 224 ], | 225 ], |
| 225 "cwd": "[SLAVE_BUILD]", | 226 "cwd": "[SLAVE_BUILD]", |
| 226 "name": "content_unittests" | 227 "name": "content_unittests" |
| 227 }, | 228 }, |
| 228 { | 229 { |
| 229 "name": "$final_result", | 230 "name": "$final_result", |
| 230 "reason": "1 tests failed: ['diagnose_goma']", | 231 "reason": "1 tests failed: ['diagnose_goma']", |
| 231 "status_code": 1 | 232 "status_code": 1 |
| 232 } | 233 } |
| 233 ] | 234 ] |
| OLD | NEW |