| 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_asan_rel", | 10 "linux_chromium_asan_rel", |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 { | 146 { |
| 147 "cmd": [ | 147 "cmd": [ |
| 148 "python", | 148 "python", |
| 149 "-u", | 149 "-u", |
| 150 "[SLAVE_BUILD]/src/build/gyp_chromium", | 150 "[SLAVE_BUILD]/src/build/gyp_chromium", |
| 151 "--analyzer", | 151 "--analyzer", |
| 152 "{\"files\": [\"foo.cc\"], \"targets\": []}", | 152 "{\"files\": [\"foo.cc\"], \"targets\": []}", |
| 153 "/path/to/tmp/json" | 153 "/path/to/tmp/json" |
| 154 ], | 154 ], |
| 155 "env": { | 155 "env": { |
| 156 "GYP_DEFINES": "asan=1 clang=1 component=static_library dcheck_always_on=1
fastbuild=1 gomadir='[BUILD]/goma' lsan=1 target_arch=x64 use_allocator=none us
e_goma=1" | 156 "GYP_DEFINES": "asan=1 clang=1 component=static_library dcheck_always_on=1
fastbuild=1 gomadir='[BUILD]/goma' linux_dump_symbols=1 lsan=1 target_arch=x64
use_allocator=none use_goma=1" |
| 157 }, | 157 }, |
| 158 "name": "analyze", | 158 "name": "analyze", |
| 159 "~followup_annotations": [ | 159 "~followup_annotations": [ |
| 160 "@@@STEP_TEXT@No compile necessary@@@", | 160 "@@@STEP_TEXT@No compile necessary@@@", |
| 161 "@@@STEP_LOG_LINE@json.output@{@@@", | 161 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 162 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", | 162 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", |
| 163 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", | 163 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", |
| 164 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", | 164 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", |
| 165 "@@@STEP_LOG_LINE@json.output@}@@@", | 165 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 166 "@@@STEP_LOG_END@json.output@@@" | 166 "@@@STEP_LOG_END@json.output@@@" |
| 167 ] | 167 ] |
| 168 } | 168 } |
| 169 ] | 169 ] |
| OLD | NEW |