| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]\\scripts\\slave\\kill_processes.py" | 6 "[BUILD]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "taskkill" | 9 "name": "taskkill" |
| 10 }, | 10 }, |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 "-u", | 154 "-u", |
| 155 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 155 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
| 156 ], | 156 ], |
| 157 "cwd": "[SLAVE_BUILD]", | 157 "cwd": "[SLAVE_BUILD]", |
| 158 "name": "cleanup_temp" | 158 "name": "cleanup_temp" |
| 159 }, | 159 }, |
| 160 { | 160 { |
| 161 "cmd": [ | 161 "cmd": [ |
| 162 "python", | 162 "python", |
| 163 "-u", | 163 "-u", |
| 164 "[BUILD]\\scripts\\slave\\compile.py", | 164 "import sys; sys.exit(1)" |
| 165 "--target", | |
| 166 "Release_x64", | |
| 167 "--src-dir", | |
| 168 "[SLAVE_BUILD]\\src", | |
| 169 "--build-tool", | |
| 170 "ninja", | |
| 171 "--compiler", | |
| 172 "goma", | |
| 173 "--goma-jsonstatus", | |
| 174 "/path/to/tmp/json", | |
| 175 "--goma-dir", | |
| 176 "[BUILD]\\goma", | |
| 177 "--", | |
| 178 "All", | |
| 179 "chromium_builder_tests" | |
| 180 ], | 165 ], |
| 181 "cwd": "[SLAVE_BUILD]", | 166 "cwd": "[SLAVE_BUILD]", |
| 182 "name": "compile", | 167 "name": "compile", |
| 183 "~followup_annotations": [ | 168 "~followup_annotations": [ |
| 184 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 169 "step returned non-zero exit code: 1", |
| 185 "@@@STEP_LOG_END@json.output (invalid)@@@" | 170 "@@@STEP_TEXT@Please add explicit compile targets for the build@@@", |
| 171 "@@@STEP_FAILURE@@@" |
| 186 ] | 172 ] |
| 187 }, | 173 }, |
| 188 { | 174 { |
| 189 "name": "$result", | 175 "name": "$result", |
| 190 "recipe_result": null, | 176 "reason": "Step('compile') failed with return_code 1", |
| 191 "status_code": 0 | 177 "status_code": 1 |
| 192 } | 178 } |
| 193 ] | 179 ] |
| OLD | NEW |