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 "client.libyuv", | 8 "client.libyuv", |
9 "--builder", | 9 "--builder", |
10 "Linux Asan", | 10 "Linux Asan", |
(...skipping 26 matching lines...) Expand all Loading... |
37 ] | 37 ] |
38 }, | 38 }, |
39 { | 39 { |
40 "cmd": [ | 40 "cmd": [ |
41 "python", | 41 "python", |
42 "-u", | 42 "-u", |
43 "[DEPOT_TOOLS]/gclient.py", | 43 "[DEPOT_TOOLS]/gclient.py", |
44 "runhooks" | 44 "runhooks" |
45 ], | 45 ], |
46 "env": { | 46 "env": { |
47 "GYP_DEFINES": "asan=1 clang=1 component=static_library gomadir='[BUILD]/g
oma' lsan=1 target_arch=x64 use_allocator=none use_goma=1" | 47 "GYP_DEFINES": "asan=1 clang=1 component=static_library gomadir='[BUILD]/g
oma' lsan=1 target_arch=x64 use_goma=1" |
48 }, | 48 }, |
49 "name": "gclient runhooks" | 49 "name": "gclient runhooks" |
50 }, | 50 }, |
51 { | 51 { |
52 "cmd": [ | 52 "cmd": [ |
53 "python", | 53 "python", |
54 "-u", | 54 "-u", |
55 "[BUILD]/scripts/slave/compile.py", | 55 "[BUILD]/scripts/slave/compile.py", |
56 "--target", | 56 "--target", |
57 "Release", | 57 "Release", |
(...skipping 26 matching lines...) Expand all Loading... |
84 "--slave-name=slavename", | 84 "--slave-name=slavename", |
85 "--enable-asan", | 85 "--enable-asan", |
86 "--enable-lsan", | 86 "--enable-lsan", |
87 "libyuv_unittest", | 87 "libyuv_unittest", |
88 "--test-launcher-print-test-stdio=always", | 88 "--test-launcher-print-test-stdio=always", |
89 "--test-launcher-batch-limit=1" | 89 "--test-launcher-batch-limit=1" |
90 ], | 90 ], |
91 "name": "libyuv_unittest" | 91 "name": "libyuv_unittest" |
92 } | 92 } |
93 ] | 93 ] |
OLD | NEW |