| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]\\scripts\\slave\\kill_processes.py" | 6 "[BUILD]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "taskkill" | 9 "name": "taskkill" |
| 10 }, | 10 }, |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 ], | 83 ], |
| 84 "cwd": "[SLAVE_BUILD]", | 84 "cwd": "[SLAVE_BUILD]", |
| 85 "name": "cleanup_temp" | 85 "name": "cleanup_temp" |
| 86 }, | 86 }, |
| 87 { | 87 { |
| 88 "cmd": [ | 88 "cmd": [ |
| 89 "python", | 89 "python", |
| 90 "-u", | 90 "-u", |
| 91 "[BUILD]\\scripts\\slave\\compile.py", | 91 "[BUILD]\\scripts\\slave\\compile.py", |
| 92 "--target", | 92 "--target", |
| 93 "Release", | 93 "Release_x64", |
| 94 "--src-dir", | 94 "--src-dir", |
| 95 "[SLAVE_BUILD]\\v8", | 95 "[SLAVE_BUILD]\\v8", |
| 96 "--build-tool", | 96 "--build-tool", |
| 97 "ninja", | 97 "ninja", |
| 98 "--goma-fail-fast", | 98 "--goma-fail-fast", |
| 99 "--goma-disable-local-fallback", | 99 "--goma-disable-local-fallback", |
| 100 "--arch", | 100 "--arch", |
| 101 "x64", | 101 "x64", |
| 102 "--" | 102 "--" |
| 103 ], | 103 ], |
| 104 "cwd": "[SLAVE_BUILD]", | 104 "cwd": "[SLAVE_BUILD]", |
| 105 "name": "compile" | 105 "name": "compile" |
| 106 }, | 106 }, |
| 107 { | 107 { |
| 108 "cmd": [ | 108 "cmd": [ |
| 109 "python", | 109 "python", |
| 110 "-u", | 110 "-u", |
| 111 "[SLAVE_BUILD]\\v8\\tools\\run-tests.py", | 111 "[SLAVE_BUILD]\\v8\\tools\\run-tests.py", |
| 112 "--progress=verbose", | 112 "--progress=verbose", |
| 113 "--mode", | 113 "--mode", |
| 114 "Release", | 114 "Release_x64", |
| 115 "--arch", | 115 "--arch", |
| 116 "x64", | 116 "x64", |
| 117 "--outdir", | 117 "--outdir", |
| 118 "out", | 118 "out", |
| 119 "--buildbot", | 119 "--buildbot", |
| 120 "--timeout=200", | 120 "--timeout=200", |
| 121 "unittests", | 121 "unittests", |
| 122 "--flaky-tests=skip", | 122 "--flaky-tests=skip", |
| 123 "--dcheck-always-on", | 123 "--dcheck-always-on", |
| 124 "--rerun-failures-count=2", | 124 "--rerun-failures-count=2", |
| (...skipping 19 matching lines...) Expand all Loading... |
| 144 "@@@STEP_LOG_END@durations@@@" | 144 "@@@STEP_LOG_END@durations@@@" |
| 145 ] | 145 ] |
| 146 }, | 146 }, |
| 147 { | 147 { |
| 148 "cmd": [ | 148 "cmd": [ |
| 149 "python", | 149 "python", |
| 150 "-u", | 150 "-u", |
| 151 "[SLAVE_BUILD]\\v8\\tools\\run-tests.py", | 151 "[SLAVE_BUILD]\\v8\\tools\\run-tests.py", |
| 152 "--progress=verbose", | 152 "--progress=verbose", |
| 153 "--mode", | 153 "--mode", |
| 154 "Release", | 154 "Release_x64", |
| 155 "--arch", | 155 "--arch", |
| 156 "x64", | 156 "x64", |
| 157 "--outdir", | 157 "--outdir", |
| 158 "out", | 158 "out", |
| 159 "--buildbot", | 159 "--buildbot", |
| 160 "--timeout=200", | 160 "--timeout=200", |
| 161 "default", | 161 "default", |
| 162 "--flaky-tests=skip", | 162 "--flaky-tests=skip", |
| 163 "--dcheck-always-on", | 163 "--dcheck-always-on", |
| 164 "--rerun-failures-count=2", | 164 "--rerun-failures-count=2", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 178 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 178 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 179 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 179 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 180 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 180 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 181 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 181 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 182 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 182 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 183 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 183 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 184 "@@@STEP_LOG_END@durations@@@" | 184 "@@@STEP_LOG_END@durations@@@" |
| 185 ] | 185 ] |
| 186 } | 186 } |
| 187 ] | 187 ] |
| OLD | NEW |