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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
133 ] | 133 ] |
134 }, | 134 }, |
135 { | 135 { |
136 "cmd": [ | 136 "cmd": [ |
137 "python", | 137 "python", |
138 "-u", | 138 "-u", |
139 "[DEPOT_TOOLS]/gclient.py", | 139 "[DEPOT_TOOLS]/gclient.py", |
140 "runhooks" | 140 "runhooks" |
141 ], | 141 ], |
142 "env": { | 142 "env": { |
143 "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" | 143 "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" |
144 }, | 144 }, |
145 "name": "gclient runhooks (with patch)" | 145 "name": "gclient runhooks (with patch)" |
146 }, | 146 }, |
147 { | 147 { |
148 "cmd": [ | 148 "cmd": [ |
149 "python", | 149 "python", |
150 "-u", | 150 "-u", |
151 "[BUILD]/scripts/slave/compile.py", | 151 "[BUILD]/scripts/slave/compile.py", |
152 "--target", | 152 "--target", |
153 "Release", | 153 "Release", |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
223 ] | 223 ] |
224 }, | 224 }, |
225 { | 225 { |
226 "cmd": [ | 226 "cmd": [ |
227 "python", | 227 "python", |
228 "-u", | 228 "-u", |
229 "[DEPOT_TOOLS]/gclient.py", | 229 "[DEPOT_TOOLS]/gclient.py", |
230 "runhooks" | 230 "runhooks" |
231 ], | 231 ], |
232 "env": { | 232 "env": { |
233 "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" | 233 "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" |
234 }, | 234 }, |
235 "name": "gclient runhooks (without patch)" | 235 "name": "gclient runhooks (without patch)" |
236 }, | 236 }, |
237 { | 237 { |
238 "cmd": [ | 238 "cmd": [ |
239 "python", | 239 "python", |
240 "-u", | 240 "-u", |
241 "[BUILD]/scripts/slave/compile.py", | 241 "[BUILD]/scripts/slave/compile.py", |
242 "--target", | 242 "--target", |
243 "Release", | 243 "Release", |
(...skipping 14 matching lines...) Expand all Loading... |
258 "~followup_annotations": [ | 258 "~followup_annotations": [ |
259 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90
b814\"@@@" | 259 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90
b814\"@@@" |
260 ] | 260 ] |
261 }, | 261 }, |
262 { | 262 { |
263 "name": "$final_result", | 263 "name": "$final_result", |
264 "reason": "Step('compile (with patch)') failed with return_code 1", | 264 "reason": "Step('compile (with patch)') failed with return_code 1", |
265 "status_code": 1 | 265 "status_code": 1 |
266 } | 266 } |
267 ] | 267 ] |
OLD | NEW |