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.libyuv", | 8 "tryserver.libyuv", |
9 "--builder", | 9 "--builder", |
10 "linux_asan", | 10 "linux_asan", |
(...skipping 28 matching lines...) Expand all Loading... |
39 ] | 39 ] |
40 }, | 40 }, |
41 { | 41 { |
42 "cmd": [ | 42 "cmd": [ |
43 "python", | 43 "python", |
44 "-u", | 44 "-u", |
45 "[DEPOT_TOOLS]/gclient.py", | 45 "[DEPOT_TOOLS]/gclient.py", |
46 "runhooks" | 46 "runhooks" |
47 ], | 47 ], |
48 "env": { | 48 "env": { |
49 "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" | 49 "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" |
50 }, | 50 }, |
51 "name": "gclient runhooks" | 51 "name": "gclient runhooks" |
52 }, | 52 }, |
53 { | 53 { |
54 "cmd": [ | 54 "cmd": [ |
55 "python", | 55 "python", |
56 "-u", | 56 "-u", |
57 "[BUILD]/scripts/slave/compile.py", | 57 "[BUILD]/scripts/slave/compile.py", |
58 "--target", | 58 "--target", |
59 "Release", | 59 "Release", |
(...skipping 26 matching lines...) Expand all Loading... |
86 "--slave-name=slavename", | 86 "--slave-name=slavename", |
87 "--enable-asan", | 87 "--enable-asan", |
88 "--enable-lsan", | 88 "--enable-lsan", |
89 "libyuv_unittest", | 89 "libyuv_unittest", |
90 "--test-launcher-print-test-stdio=always", | 90 "--test-launcher-print-test-stdio=always", |
91 "--test-launcher-batch-limit=1" | 91 "--test-launcher-batch-limit=1" |
92 ], | 92 ], |
93 "name": "libyuv_unittest" | 93 "name": "libyuv_unittest" |
94 } | 94 } |
95 ] | 95 ] |
OLD | NEW |