| 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.v8", | 8 "tryserver.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "v8_linux64_asan_rel", | 10 "v8_linux64_asan_rel", |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 "--src-dir", | 104 "--src-dir", |
| 105 "[SLAVE_BUILD]/v8", | 105 "[SLAVE_BUILD]/v8", |
| 106 "--build-tool", | 106 "--build-tool", |
| 107 "ninja", | 107 "ninja", |
| 108 "--compiler", | 108 "--compiler", |
| 109 "goma-clang", | 109 "goma-clang", |
| 110 "--goma-dir", | 110 "--goma-dir", |
| 111 "[BUILD]/goma", | 111 "[BUILD]/goma", |
| 112 "--goma-fail-fast", | 112 "--goma-fail-fast", |
| 113 "--goma-disable-local-fallback", | 113 "--goma-disable-local-fallback", |
| 114 "--ninja-ensure-up-to-date", |
| 114 "--" | 115 "--" |
| 115 ], | 116 ], |
| 116 "cwd": "[SLAVE_BUILD]", | 117 "cwd": "[SLAVE_BUILD]", |
| 117 "name": "compile" | 118 "name": "compile" |
| 118 }, | 119 }, |
| 119 { | 120 { |
| 120 "cmd": [ | 121 "cmd": [ |
| 121 "python", | 122 "python", |
| 122 "-u", | 123 "-u", |
| 123 "[SLAVE_BUILD]/v8/tools/run-tests.py", | 124 "[SLAVE_BUILD]/v8/tools/run-tests.py", |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 196 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 197 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 197 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 198 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 198 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 199 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 199 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 200 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 200 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 201 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 201 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 202 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 202 "@@@STEP_LOG_END@durations@@@" | 203 "@@@STEP_LOG_END@durations@@@" |
| 203 ] | 204 ] |
| 204 } | 205 } |
| 205 ] | 206 ] |
| OLD | NEW |