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 Linux64 ASAN", | 10 "V8 Linux64 ASAN", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 ] | 49 ] |
50 }, | 50 }, |
51 { | 51 { |
52 "cmd": [ | 52 "cmd": [ |
53 "python", | 53 "python", |
54 "-u", | 54 "-u", |
55 "[DEPOT_TOOLS]/gclient.py", | 55 "[DEPOT_TOOLS]/gclient.py", |
56 "runhooks" | 56 "runhooks" |
57 ], | 57 ], |
58 "env": { | 58 "env": { |
59 "GYP_DEFINES": "asan=1 clang=1 gomadir='[BUILD]/goma' lsan=1 target_arch=x
64 use_allocator=none use_goma=1 v8_target_arch=x64" | 59 "GYP_DEFINES": "asan=1 clang=1 gomadir='[BUILD]/goma' lsan=1 target_arch=x
64 use_goma=1 v8_target_arch=x64" |
60 }, | 60 }, |
61 "name": "gclient runhooks" | 61 "name": "gclient runhooks" |
62 }, | 62 }, |
63 { | 63 { |
64 "cmd": [ | 64 "cmd": [ |
65 "python", | 65 "python", |
66 "-u", | 66 "-u", |
67 "[BUILD]/scripts/slave/cleanup_temp.py" | 67 "[BUILD]/scripts/slave/cleanup_temp.py" |
68 ], | 68 ], |
69 "name": "cleanup_temp" | 69 "name": "cleanup_temp" |
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
197 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 197 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
198 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 198 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
199 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 199 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
200 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 200 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
201 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 201 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
202 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 202 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
203 "@@@STEP_LOG_END@durations@@@" | 203 "@@@STEP_LOG_END@durations@@@" |
204 ] | 204 ] |
205 } | 205 } |
206 ] | 206 ] |
OLD | NEW |