| 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 "--analyzer", | 116 "--analyzer", |
| 117 "{\"files\": [\"foo.cc\"], \"targets\": []}", | 117 "{\"files\": [\"foo.cc\"], \"targets\": []}", |
| 118 "/path/to/tmp/json" | 118 "/path/to/tmp/json" |
| 119 ], | 119 ], |
| 120 "env": { | 120 "env": { |
| 121 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[BUILD]/goma' target_arch=x64 use_goma=1" | 121 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[BUILD]/goma' target_arch=x64 use_goma=1" |
| 122 }, | 122 }, |
| 123 "name": "analyze", | 123 "name": "analyze", |
| 124 "~followup_annotations": [ | 124 "~followup_annotations": [ |
| 125 "@@@STEP_LOG_LINE@json.output@{@@@", | 125 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 126 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", |
| 126 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", | 127 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", |
| 127 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", | 128 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", |
| 128 "@@@STEP_LOG_LINE@json.output@}@@@", | 129 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 129 "@@@STEP_LOG_END@json.output@@@" | 130 "@@@STEP_LOG_END@json.output@@@" |
| 130 ] | 131 ] |
| 131 }, | 132 }, |
| 132 { | 133 { |
| 133 "cmd": [ | 134 "cmd": [ |
| 134 "python", | 135 "python", |
| 135 "-u", | 136 "-u", |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 313 "cmd": [ | 314 "cmd": [ |
| 314 "python", | 315 "python", |
| 315 "-u", | 316 "-u", |
| 316 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", | 317 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", |
| 317 "--write-full-results-to", | 318 "--write-full-results-to", |
| 318 "/path/to/tmp/json" | 319 "/path/to/tmp/json" |
| 319 ], | 320 ], |
| 320 "name": "mojo_python_tests (with patch)" | 321 "name": "mojo_python_tests (with patch)" |
| 321 } | 322 } |
| 322 ] | 323 ] |
| OLD | NEW |