| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 6 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "cleanup_temp" | 9 "name": "cleanup_temp" |
| 10 }, | 10 }, |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 "--target", | 152 "--target", |
| 153 "Release", | 153 "Release", |
| 154 "--src-dir", | 154 "--src-dir", |
| 155 "[SLAVE_BUILD]\\src", | 155 "[SLAVE_BUILD]\\src", |
| 156 "--build-tool", | 156 "--build-tool", |
| 157 "ninja", | 157 "ninja", |
| 158 "--compiler", | 158 "--compiler", |
| 159 "goma", | 159 "goma", |
| 160 "--goma-dir", | 160 "--goma-dir", |
| 161 "[BUILD]\\goma", | 161 "[BUILD]\\goma", |
| 162 "--ninja-ensure-up-to-date", |
| 162 "--", | 163 "--", |
| 163 "chromium_swarm_tests" | 164 "chromium_swarm_tests" |
| 164 ], | 165 ], |
| 165 "cwd": "[SLAVE_BUILD]", | 166 "cwd": "[SLAVE_BUILD]", |
| 166 "name": "compile" | 167 "name": "compile" |
| 167 }, | 168 }, |
| 168 { | 169 { |
| 169 "cmd": [ | 170 "cmd": [ |
| 170 "python", | 171 "python", |
| 171 "-u", | 172 "-u", |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 426 "--print-status-updates", | 427 "--print-status-updates", |
| 427 "--verbose", | 428 "--verbose", |
| 428 "--shards", | 429 "--shards", |
| 429 "2", | 430 "2", |
| 430 "dummy_target_2/Windows/[dummy has/TestBuilder/571" | 431 "dummy_target_2/Windows/[dummy has/TestBuilder/571" |
| 431 ], | 432 ], |
| 432 "cwd": "[SLAVE_BUILD]", | 433 "cwd": "[SLAVE_BUILD]", |
| 433 "name": "dummy_target_2 on Windows" | 434 "name": "dummy_target_2 on Windows" |
| 434 } | 435 } |
| 435 ] | 436 ] |
| OLD | NEW |