| 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 "--target", | 92 "--target", |
| 93 "Release", | 93 "Release", |
| 94 "--src-dir", | 94 "--src-dir", |
| 95 "[SLAVE_BUILD]/src", | 95 "[SLAVE_BUILD]/src", |
| 96 "--build-tool", | 96 "--build-tool", |
| 97 "ninja", | 97 "ninja", |
| 98 "--compiler", | 98 "--compiler", |
| 99 "goma", | 99 "goma", |
| 100 "--goma-dir", | 100 "--goma-dir", |
| 101 "[BUILD]/goma", | 101 "[BUILD]/goma", |
| 102 "--ninja-ensure-up-to-date", |
| 102 "--clobber", | 103 "--clobber", |
| 103 "--", | 104 "--", |
| 104 "chromium_swarm_tests" | 105 "chromium_swarm_tests" |
| 105 ], | 106 ], |
| 106 "cwd": "[SLAVE_BUILD]", | 107 "cwd": "[SLAVE_BUILD]", |
| 107 "name": "First build" | 108 "name": "First build" |
| 108 }, | 109 }, |
| 109 { | 110 { |
| 110 "cmd": [ | 111 "cmd": [ |
| 111 "python", | 112 "python", |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 "--target", | 202 "--target", |
| 202 "Release", | 203 "Release", |
| 203 "--src-dir", | 204 "--src-dir", |
| 204 "[SLAVE_BUILD]/src", | 205 "[SLAVE_BUILD]/src", |
| 205 "--build-tool", | 206 "--build-tool", |
| 206 "ninja", | 207 "ninja", |
| 207 "--compiler", | 208 "--compiler", |
| 208 "goma", | 209 "goma", |
| 209 "--goma-dir", | 210 "--goma-dir", |
| 210 "[BUILD]/goma", | 211 "[BUILD]/goma", |
| 212 "--ninja-ensure-up-to-date", |
| 211 "--clobber", | 213 "--clobber", |
| 212 "--", | 214 "--", |
| 213 "chromium_swarm_tests" | 215 "chromium_swarm_tests" |
| 214 ], | 216 ], |
| 215 "cwd": "[SLAVE_BUILD]", | 217 "cwd": "[SLAVE_BUILD]", |
| 216 "name": "Second build" | 218 "name": "Second build" |
| 217 }, | 219 }, |
| 218 { | 220 { |
| 219 "cmd": [ | 221 "cmd": [ |
| 220 "python", | 222 "python", |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 294 "[SLAVE_BUILD]/src/out/Release.1", | 296 "[SLAVE_BUILD]/src/out/Release.1", |
| 295 "--second-build-dir", | 297 "--second-build-dir", |
| 296 "[SLAVE_BUILD]/src/out/Release.2", | 298 "[SLAVE_BUILD]/src/out/Release.2", |
| 297 "--target-platform", | 299 "--target-platform", |
| 298 "linux" | 300 "linux" |
| 299 ], | 301 ], |
| 300 "cwd": "[SLAVE_BUILD]", | 302 "cwd": "[SLAVE_BUILD]", |
| 301 "name": "compare_build_artifacts" | 303 "name": "compare_build_artifacts" |
| 302 } | 304 } |
| 303 ] | 305 ] |
| OLD | NEW |