| 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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 "--analyzer", | 134 "--analyzer", |
| 135 "{\"files\": [\"foo.cc\"], \"targets\": [\"base_unittests\", \"browser_tes
ts\", \"unittests\"]}", | 135 "{\"files\": [\"foo.cc\"], \"targets\": [\"base_unittests\", \"browser_tes
ts\", \"unittests\"]}", |
| 136 "/path/to/tmp/json" | 136 "/path/to/tmp/json" |
| 137 ], | 137 ], |
| 138 "env": { | 138 "env": { |
| 139 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[BUILD]/goma' target_arch=x64 use_goma=1" | 139 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[BUILD]/goma' target_arch=x64 use_goma=1" |
| 140 }, | 140 }, |
| 141 "name": "analyze", | 141 "name": "analyze", |
| 142 "~followup_annotations": [ | 142 "~followup_annotations": [ |
| 143 "@@@STEP_LOG_LINE@json.output@{@@@", | 143 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 144 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
| 145 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\", @@@", |
| 146 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\"@@@", |
| 147 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 144 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", | 148 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", |
| 145 "@@@STEP_LOG_LINE@json.output@ \"targets\": [@@@", | 149 "@@@STEP_LOG_LINE@json.output@ \"targets\": [@@@", |
| 146 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\", @@@", | 150 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\", @@@", |
| 147 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\"@@@", | 151 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\"@@@", |
| 148 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 152 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 149 "@@@STEP_LOG_LINE@json.output@}@@@", | 153 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 150 "@@@STEP_LOG_END@json.output@@@" | 154 "@@@STEP_LOG_END@json.output@@@" |
| 151 ] | 155 ] |
| 152 }, | 156 }, |
| 153 { | 157 { |
| (...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 409 "cmd": [ | 413 "cmd": [ |
| 410 "python", | 414 "python", |
| 411 "-u", | 415 "-u", |
| 412 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", | 416 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", |
| 413 "--write-full-results-to", | 417 "--write-full-results-to", |
| 414 "/path/to/tmp/json" | 418 "/path/to/tmp/json" |
| 415 ], | 419 ], |
| 416 "name": "mojo_python_tests (with patch)" | 420 "name": "mojo_python_tests (with patch)" |
| 417 } | 421 } |
| 418 ] | 422 ] |
| OLD | NEW |