| 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", | 10 "linux_chromium_rel", |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 "--analyzer", | 131 "--analyzer", |
| 132 "{\"files\": [\"foo.cc\"], \"targets\": [\"base_unittests\", \"browser_tes
ts\", \"unittests\"]}", | 132 "{\"files\": [\"foo.cc\"], \"targets\": [\"base_unittests\", \"browser_tes
ts\", \"unittests\"]}", |
| 133 "/path/to/tmp/json" | 133 "/path/to/tmp/json" |
| 134 ], | 134 ], |
| 135 "env": { | 135 "env": { |
| 136 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[BUILD]/goma' target_arch=x64 use_goma=1" | 136 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[BUILD]/goma' target_arch=x64 use_goma=1" |
| 137 }, | 137 }, |
| 138 "name": "analyze", | 138 "name": "analyze", |
| 139 "~followup_annotations": [ | 139 "~followup_annotations": [ |
| 140 "@@@STEP_LOG_LINE@json.output@{@@@", | 140 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 141 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
| 142 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\", @@@", |
| 143 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\"@@@", |
| 144 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 141 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", | 145 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", |
| 142 "@@@STEP_LOG_LINE@json.output@ \"targets\": [@@@", | 146 "@@@STEP_LOG_LINE@json.output@ \"targets\": [@@@", |
| 143 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\", @@@", | 147 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\", @@@", |
| 144 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\"@@@", | 148 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\"@@@", |
| 145 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 149 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 146 "@@@STEP_LOG_LINE@json.output@}@@@", | 150 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 147 "@@@STEP_LOG_END@json.output@@@" | 151 "@@@STEP_LOG_END@json.output@@@" |
| 148 ] | 152 ] |
| 149 }, | 153 }, |
| 150 { | 154 { |
| (...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 381 "cmd": [ | 385 "cmd": [ |
| 382 "python", | 386 "python", |
| 383 "-u", | 387 "-u", |
| 384 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", | 388 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", |
| 385 "--write-full-results-to", | 389 "--write-full-results-to", |
| 386 "/path/to/tmp/json" | 390 "/path/to/tmp/json" |
| 387 ], | 391 ], |
| 388 "name": "mojo_python_tests (with patch)" | 392 "name": "mojo_python_tests (with patch)" |
| 389 } | 393 } |
| 390 ] | 394 ] |
| OLD | NEW |