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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
191 ] | 191 ] |
192 }, | 192 }, |
193 { | 193 { |
194 "cmd": [ | 194 "cmd": [ |
195 "python", | 195 "python", |
196 "-u", | 196 "-u", |
197 "[DEPOT_TOOLS]/gclient.py", | 197 "[DEPOT_TOOLS]/gclient.py", |
198 "runhooks" | 198 "runhooks" |
199 ], | 199 ], |
200 "env": { | 200 "env": { |
201 "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" | 201 "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" |
202 }, | 202 }, |
203 "name": "gclient runhooks (with patch)" | 203 "name": "gclient runhooks (with patch)" |
204 }, | 204 }, |
205 { | 205 { |
206 "cmd": [ | 206 "cmd": [ |
207 "python", | 207 "python", |
208 "-u", | 208 "-u", |
209 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 209 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", |
210 "--build-dir", | 210 "--build-dir", |
211 "[SLAVE_BUILD]/src/out/Release", | 211 "[SLAVE_BUILD]/src/out/Release", |
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
475 ] | 475 ] |
476 }, | 476 }, |
477 { | 477 { |
478 "cmd": [ | 478 "cmd": [ |
479 "python", | 479 "python", |
480 "-u", | 480 "-u", |
481 "[DEPOT_TOOLS]/gclient.py", | 481 "[DEPOT_TOOLS]/gclient.py", |
482 "runhooks" | 482 "runhooks" |
483 ], | 483 ], |
484 "env": { | 484 "env": { |
485 "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" | 485 "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" |
486 }, | 486 }, |
487 "name": "gclient runhooks (without patch)" | 487 "name": "gclient runhooks (without patch)" |
488 }, | 488 }, |
489 { | 489 { |
490 "cmd": [ | 490 "cmd": [ |
491 "python", | 491 "python", |
492 "-u", | 492 "-u", |
493 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 493 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", |
494 "--build-dir", | 494 "--build-dir", |
495 "[SLAVE_BUILD]/src/out/Release", | 495 "[SLAVE_BUILD]/src/out/Release", |
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
691 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@", | 691 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@", |
692 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@", | 692 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@", |
693 "@@@STEP_LOG_LINE@python.inline@ print f@@@", | 693 "@@@STEP_LOG_LINE@python.inline@ print f@@@", |
694 "@@@STEP_LOG_LINE@python.inline@@@@", | 694 "@@@STEP_LOG_LINE@python.inline@@@@", |
695 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", | 695 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", |
696 "@@@STEP_LOG_END@python.inline@@@", | 696 "@@@STEP_LOG_END@python.inline@@@", |
697 "@@@STEP_FAILURE@@@" | 697 "@@@STEP_FAILURE@@@" |
698 ] | 698 ] |
699 } | 699 } |
700 ] | 700 ] |
OLD | NEW |