| 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_clobber_rel_ng", | 10 "linux_chromium_clobber_rel_ng", |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 208 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 209 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", | 209 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", |
| 210 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", | 210 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", |
| 211 "@@@STEP_LOG_LINE@json.output@}@@@", | 211 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 212 "@@@STEP_LOG_END@json.output@@@", | 212 "@@@STEP_LOG_END@json.output@@@", |
| 213 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 213 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| 214 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", | 214 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", |
| 215 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", | 215 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", |
| 216 "@@@STEP_LOG_LINE@analyze_details@ \"net_unittests\"@@@", | 216 "@@@STEP_LOG_LINE@analyze_details@ \"net_unittests\"@@@", |
| 217 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 217 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 218 "@@@STEP_LOG_LINE@analyze_details@ \"matching_exes\": [], @@@", |
| 218 "@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [@@@", | 219 "@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [@@@", |
| 219 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\"@@@", | 220 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\"@@@", |
| 220 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 221 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 221 "@@@STEP_LOG_LINE@analyze_details@ \"original_exes\": [@@@", | 222 "@@@STEP_LOG_LINE@analyze_details@ \"original_exes\": [@@@", |
| 222 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\"@@@", | 223 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\"@@@", |
| 223 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 224 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 224 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", | 225 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", |
| 225 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", | 226 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", |
| 226 "@@@STEP_LOG_LINE@analyze_details@ \"net_unittests\"@@@", | 227 "@@@STEP_LOG_LINE@analyze_details@ \"net_unittests\"@@@", |
| 227 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 228 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 254 "goma", | 255 "goma", |
| 255 "--goma-jsonstatus", | 256 "--goma-jsonstatus", |
| 256 "/path/to/tmp/json", | 257 "/path/to/tmp/json", |
| 257 "--goma-dir", | 258 "--goma-dir", |
| 258 "[BUILD]/goma", | 259 "[BUILD]/goma", |
| 259 "--goma-fail-fast", | 260 "--goma-fail-fast", |
| 260 "--goma-disable-local-fallback", | 261 "--goma-disable-local-fallback", |
| 261 "--ninja-ensure-up-to-date", | 262 "--ninja-ensure-up-to-date", |
| 262 "--clobber", | 263 "--clobber", |
| 263 "--", | 264 "--", |
| 264 "base_unittests", | 265 "All", |
| 265 "net_unittests" | 266 "chromium_builder_tests" |
| 266 ], | 267 ], |
| 267 "cwd": "[SLAVE_BUILD]", | 268 "cwd": "[SLAVE_BUILD]", |
| 268 "name": "compile (with patch)", | 269 "name": "compile (with patch)", |
| 269 "~followup_annotations": [ | 270 "~followup_annotations": [ |
| 270 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 271 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 271 "@@@STEP_LOG_END@json.output (invalid)@@@" | 272 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 272 ] | 273 ] |
| 273 }, | 274 }, |
| 274 { | 275 { |
| 275 "name": "$result", | 276 "name": "$result", |
| 276 "recipe_result": null, | 277 "recipe_result": null, |
| 277 "status_code": 0 | 278 "status_code": 0 |
| 278 } | 279 } |
| 279 ] | 280 ] |
| OLD | NEW |