| 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 "--target", | 100 "--target", |
| 101 "Release", | 101 "Release", |
| 102 "--src-dir", | 102 "--src-dir", |
| 103 "[SLAVE_BUILD]/v8", | 103 "[SLAVE_BUILD]/v8", |
| 104 "--build-tool", | 104 "--build-tool", |
| 105 "ninja", | 105 "ninja", |
| 106 "--compiler", | 106 "--compiler", |
| 107 "goma-clang", | 107 "goma-clang", |
| 108 "--goma-dir", | 108 "--goma-dir", |
| 109 "[BUILD]/goma", | 109 "[BUILD]/goma", |
| 110 "--ninja-ensure-up-to-date", |
| 110 "--" | 111 "--" |
| 111 ], | 112 ], |
| 112 "cwd": "[SLAVE_BUILD]", | 113 "cwd": "[SLAVE_BUILD]", |
| 113 "name": "compile" | 114 "name": "compile" |
| 114 }, | 115 }, |
| 115 { | 116 { |
| 116 "cmd": [ | 117 "cmd": [ |
| 117 "python", | 118 "python", |
| 118 "-u", | 119 "-u", |
| 119 "[SLAVE_BUILD]/v8/tools/run-tests.py", | 120 "[SLAVE_BUILD]/v8/tools/run-tests.py", |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 "parent_got_revision_cp": "refs/heads/master@{#50110}", | 287 "parent_got_revision_cp": "refs/heads/master@{#50110}", |
| 287 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c" | 288 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c" |
| 288 } | 289 } |
| 289 } | 290 } |
| 290 ], | 291 ], |
| 291 "~followup_annotations": [ | 292 "~followup_annotations": [ |
| 292 "@@@STEP_TEXT@V8 Linux ASAN arm - debug builder<br />V8 Linux ASAN mipsel
- debug builder<br />V8 Linux64 ASAN - debug builder<br />V8 Linux64 ASAN arm64
- debug builder<br />V8 Linux64 ASAN no inline - release builder@@@" | 293 "@@@STEP_TEXT@V8 Linux ASAN arm - debug builder<br />V8 Linux ASAN mipsel
- debug builder<br />V8 Linux64 ASAN - debug builder<br />V8 Linux64 ASAN arm64
- debug builder<br />V8 Linux64 ASAN no inline - release builder@@@" |
| 293 ] | 294 ] |
| 294 } | 295 } |
| 295 ] | 296 ] |
| OLD | NEW |