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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
200 ] | 200 ] |
201 }, | 201 }, |
202 { | 202 { |
203 "cmd": [ | 203 "cmd": [ |
204 "python", | 204 "python", |
205 "-u", | 205 "-u", |
206 "[DEPOT_TOOLS]/gclient.py", | 206 "[DEPOT_TOOLS]/gclient.py", |
207 "runhooks" | 207 "runhooks" |
208 ], | 208 ], |
209 "env": { | 209 "env": { |
210 "GYP_DEFINES": "asan=1 clang=1 component=static_library dcheck_always_on=1
fastbuild=1 gomadir='[BUILD]/goma' lsan=1 target_arch=x64 test_isolation_mode=p
repare use_allocator=none use_goma=1" | 210 "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
test_isolation_mode=prepare use_allocator=none use_goma=1" |
211 }, | 211 }, |
212 "name": "gclient runhooks (with patch)" | 212 "name": "gclient runhooks (with patch)" |
213 }, | 213 }, |
214 { | 214 { |
215 "cmd": [ | 215 "cmd": [ |
216 "python", | 216 "python", |
217 "-u", | 217 "-u", |
218 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 218 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", |
219 "--build-dir", | 219 "--build-dir", |
220 "[SLAVE_BUILD]/src/out/Release", | 220 "[SLAVE_BUILD]/src/out/Release", |
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
474 "@@@STEP_FAILURE@@@", | 474 "@@@STEP_FAILURE@@@", |
475 "@@@SET_BUILD_PROPERTY@failure_hash@\"639c9bb258abcb602fb0b12e3f6aa8e0d794
a562\"@@@" | 475 "@@@SET_BUILD_PROPERTY@failure_hash@\"639c9bb258abcb602fb0b12e3f6aa8e0d794
a562\"@@@" |
476 ] | 476 ] |
477 }, | 477 }, |
478 { | 478 { |
479 "name": "$final_result", | 479 "name": "$final_result", |
480 "reason": "1 out of 2 aggregated steps failed. Failures: Step('browser_tests
') failed with return_code 1", | 480 "reason": "1 out of 2 aggregated steps failed. Failures: Step('browser_tests
') failed with return_code 1", |
481 "status_code": 1 | 481 "status_code": 1 |
482 } | 482 } |
483 ] | 483 ] |
OLD | NEW |