| 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 "chromium.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Print Preview Mac", | 10 "Print Preview Mac", |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 "--target", | 149 "--target", |
| 150 "Release", | 150 "Release", |
| 151 "--src-dir", | 151 "--src-dir", |
| 152 "[SLAVE_BUILD]/src", | 152 "[SLAVE_BUILD]/src", |
| 153 "--build-tool", | 153 "--build-tool", |
| 154 "ninja", | 154 "ninja", |
| 155 "--compiler", | 155 "--compiler", |
| 156 "goma-clang", | 156 "goma-clang", |
| 157 "--goma-dir", | 157 "--goma-dir", |
| 158 "[BUILD]/goma", | 158 "[BUILD]/goma", |
| 159 "--ninja-ensure-up-to-date", |
| 159 "--", | 160 "--", |
| 160 "blink_tests", | 161 "blink_tests", |
| 161 "browser_tests" | 162 "browser_tests" |
| 162 ], | 163 ], |
| 163 "cwd": "[SLAVE_BUILD]", | 164 "cwd": "[SLAVE_BUILD]", |
| 164 "name": "compile" | 165 "name": "compile" |
| 165 }, | 166 }, |
| 166 { | 167 { |
| 167 "cmd": [ | 168 "cmd": [ |
| 168 "python", | 169 "python", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 182 "[SLAVE_BUILD]/src/third_party/WebKit/Tools/Scripts/run-webkit-tests", | 183 "[SLAVE_BUILD]/src/third_party/WebKit/Tools/Scripts/run-webkit-tests", |
| 183 "--write-full-results-to", | 184 "--write-full-results-to", |
| 184 "/path/to/tmp/json", | 185 "/path/to/tmp/json", |
| 185 "--platform", | 186 "--platform", |
| 186 "browser_test.mac" | 187 "browser_test.mac" |
| 187 ], | 188 ], |
| 188 "cwd": "[SLAVE_BUILD]", | 189 "cwd": "[SLAVE_BUILD]", |
| 189 "name": "print_preview_tests" | 190 "name": "print_preview_tests" |
| 190 } | 191 } |
| 191 ] | 192 ] |
| OLD | NEW |