| 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 "--target", | 172 "--target", |
| 173 "Debug", | 173 "Debug", |
| 174 "--src-dir", | 174 "--src-dir", |
| 175 "[SLAVE_BUILD]/src", | 175 "[SLAVE_BUILD]/src", |
| 176 "--build-tool", | 176 "--build-tool", |
| 177 "ninja", | 177 "ninja", |
| 178 "--compiler", | 178 "--compiler", |
| 179 "goma-clang", | 179 "goma-clang", |
| 180 "--goma-dir", | 180 "--goma-dir", |
| 181 "[BUILD]/goma", | 181 "[BUILD]/goma", |
| 182 "--ninja-ensure-up-to-date", |
| 182 "--", | 183 "--", |
| 183 "chromium_swarm_tests" | 184 "chromium_swarm_tests" |
| 184 ], | 185 ], |
| 185 "cwd": "[SLAVE_BUILD]", | 186 "cwd": "[SLAVE_BUILD]", |
| 186 "name": "compile" | 187 "name": "compile" |
| 187 }, | 188 }, |
| 188 { | 189 { |
| 189 "cmd": [ | 190 "cmd": [ |
| 190 "python", | 191 "python", |
| 191 "-u", | 192 "-u", |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 446 "--print-status-updates", | 447 "--print-status-updates", |
| 447 "--verbose", | 448 "--verbose", |
| 448 "--shards", | 449 "--shards", |
| 449 "2", | 450 "2", |
| 450 "dummy_target_2/Mac/[dummy has/TestBuilder/571" | 451 "dummy_target_2/Mac/[dummy has/TestBuilder/571" |
| 451 ], | 452 ], |
| 452 "cwd": "[SLAVE_BUILD]", | 453 "cwd": "[SLAVE_BUILD]", |
| 453 "name": "dummy_target_2 on Mac" | 454 "name": "dummy_target_2 on Mac" |
| 454 } | 455 } |
| 455 ] | 456 ] |
| OLD | NEW |