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.v8", | 8 "client.v8", |
9 "--builder", | 9 "--builder", |
10 "V8 Mac64 ASAN", | 10 "V8 Mac64 ASAN", |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 ] | 42 ] |
43 }, | 43 }, |
44 { | 44 { |
45 "cmd": [ | 45 "cmd": [ |
46 "python", | 46 "python", |
47 "-u", | 47 "-u", |
48 "[DEPOT_TOOLS]/gclient.py", | 48 "[DEPOT_TOOLS]/gclient.py", |
49 "runhooks" | 49 "runhooks" |
50 ], | 50 ], |
51 "env": { | 51 "env": { |
52 "GYP_DEFINES": "asan=1 clang=1 lsan=1 target_arch=x64 v8_target_arch=x64" | 52 "GYP_DEFINES": "asan=1 clang=1 fastbuild=0 lsan=1 target_arch=x64 v8_targe
t_arch=x64" |
53 }, | 53 }, |
54 "name": "gclient runhooks" | 54 "name": "gclient runhooks" |
55 }, | 55 }, |
56 { | 56 { |
57 "cmd": [ | 57 "cmd": [ |
58 "python", | 58 "python", |
59 "-u", | 59 "-u", |
60 "[BUILD]/scripts/slave/cleanup_temp.py" | 60 "[BUILD]/scripts/slave/cleanup_temp.py" |
61 ], | 61 ], |
62 "name": "cleanup_temp" | 62 "name": "cleanup_temp" |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 "--json-test-results", | 140 "--json-test-results", |
141 "/path/to/tmp/json" | 141 "/path/to/tmp/json" |
142 ], | 142 ], |
143 "cwd": "[SLAVE_BUILD]/v8", | 143 "cwd": "[SLAVE_BUILD]/v8", |
144 "env": { | 144 "env": { |
145 "ASAN_OPTIONS": "external_symbolizer_path=[SLAVE_BUILD]/v8/third_party/llv
m-build/Release+Asserts/bin/llvm-symbolizer" | 145 "ASAN_OPTIONS": "external_symbolizer_path=[SLAVE_BUILD]/v8/third_party/llv
m-build/Release+Asserts/bin/llvm-symbolizer" |
146 }, | 146 }, |
147 "name": "Check - flaky" | 147 "name": "Check - flaky" |
148 } | 148 } |
149 ] | 149 ] |
OLD | NEW |