| 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_LOG_LINE@json.output@{@@@", | 160 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 161 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", | 161 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", |
| 162 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", | 162 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", |
| 163 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", | 163 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", |
| 164 "@@@STEP_LOG_LINE@json.output@}@@@", | 164 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 165 "@@@STEP_LOG_END@json.output@@@", | 165 "@@@STEP_LOG_END@json.output@@@", |
| 166 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 166 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| 167 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", | 167 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", |
| 168 "@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [], @@@"
, | 168 "@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [], @@@"
, |
| 169 "@@@STEP_LOG_LINE@analyze_details@ \"original_exes\": [], @@@", | 169 "@@@STEP_LOG_LINE@analyze_details@ \"original_exes\": [], @@@", |
| 170 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [],
@@@", | 170 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [],
@@@", |
| 171 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.matching_exes\": []@@@
", | 171 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.matching_exes\": []@@@
", |
| 172 "@@@STEP_LOG_LINE@analyze_details@}@@@", | 172 "@@@STEP_LOG_LINE@analyze_details@}@@@", |
| 173 "@@@STEP_LOG_END@analyze_details@@@" | 173 "@@@STEP_LOG_END@analyze_details@@@" |
| 174 ] | 174 ] |
| 175 }, | 175 }, |
| 176 { | 176 { |
| 177 "cmd": [ | 177 "cmd": [ |
| 178 "python", | 178 "python", |
| 179 "-u", | 179 "-u", |
| 180 "[DEPOT_TOOLS]/gclient.py", | 180 "[DEPOT_TOOLS]/gclient.py", |
| 181 "runhooks" | 181 "runhooks" |
| 182 ], | 182 ], |
| 183 "env": { | 183 "env": { |
| 184 "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" | 184 "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" |
| 185 }, | 185 }, |
| 186 "name": "gclient runhooks (with patch)" | 186 "name": "gclient runhooks (with patch)" |
| 187 }, | 187 }, |
| 188 { | 188 { |
| 189 "cmd": [ | 189 "cmd": [ |
| 190 "python", | 190 "python", |
| 191 "-u", | 191 "-u", |
| 192 "[BUILD]/scripts/slave/compile.py", | 192 "[BUILD]/scripts/slave/compile.py", |
| 193 "--target", | 193 "--target", |
| 194 "Release", | 194 "Release", |
| (...skipping 27 matching lines...) Expand all Loading... |
| 222 "name": "nacl_integration (with patch)", | 222 "name": "nacl_integration (with patch)", |
| 223 "~followup_annotations": [ | 223 "~followup_annotations": [ |
| 224 "@@@STEP_LOG_LINE@json.output@{@@@", | 224 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 225 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | 225 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", |
| 226 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | 226 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", |
| 227 "@@@STEP_LOG_LINE@json.output@}@@@", | 227 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 228 "@@@STEP_LOG_END@json.output@@@" | 228 "@@@STEP_LOG_END@json.output@@@" |
| 229 ] | 229 ] |
| 230 } | 230 } |
| 231 ] | 231 ] |
| OLD | NEW |