| 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 "--target", | 112 "--target", |
| 113 "Release", | 113 "Release", |
| 114 "--src-dir", | 114 "--src-dir", |
| 115 "[SLAVE_BUILD]\\src", | 115 "[SLAVE_BUILD]\\src", |
| 116 "--build-tool", | 116 "--build-tool", |
| 117 "ninja", | 117 "ninja", |
| 118 "--compiler", | 118 "--compiler", |
| 119 "clang", | 119 "clang", |
| 120 "--clobber", | 120 "--clobber", |
| 121 "--", | 121 "--", |
| 122 "chromium_swarm_tests" | 122 "all" |
| 123 ], | 123 ], |
| 124 "cwd": "[SLAVE_BUILD]", | 124 "cwd": "[SLAVE_BUILD]", |
| 125 "name": "First build" | 125 "name": "First build" |
| 126 }, | 126 }, |
| 127 { | 127 { |
| 128 "cmd": [ | 128 "cmd": [ |
| 129 "python", | 129 "python", |
| 130 "-u", | 130 "-u", |
| 131 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", | 131 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", |
| 132 "--build-dir", | 132 "--build-dir", |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 "--target", | 239 "--target", |
| 240 "Release", | 240 "Release", |
| 241 "--src-dir", | 241 "--src-dir", |
| 242 "[SLAVE_BUILD]\\src", | 242 "[SLAVE_BUILD]\\src", |
| 243 "--build-tool", | 243 "--build-tool", |
| 244 "ninja", | 244 "ninja", |
| 245 "--compiler", | 245 "--compiler", |
| 246 "clang", | 246 "clang", |
| 247 "--clobber", | 247 "--clobber", |
| 248 "--", | 248 "--", |
| 249 "chromium_swarm_tests" | 249 "all" |
| 250 ], | 250 ], |
| 251 "cwd": "[SLAVE_BUILD]", | 251 "cwd": "[SLAVE_BUILD]", |
| 252 "name": "Second build" | 252 "name": "Second build" |
| 253 }, | 253 }, |
| 254 { | 254 { |
| 255 "cmd": [ | 255 "cmd": [ |
| 256 "python", | 256 "python", |
| 257 "-u", | 257 "-u", |
| 258 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", | 258 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", |
| 259 "--build-dir", | 259 "--build-dir", |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 330 "[SLAVE_BUILD]\\src\\out\\Release.1", | 330 "[SLAVE_BUILD]\\src\\out\\Release.1", |
| 331 "--second-build-dir", | 331 "--second-build-dir", |
| 332 "[SLAVE_BUILD]\\src\\out\\Release.2", | 332 "[SLAVE_BUILD]\\src\\out\\Release.2", |
| 333 "--target-platform", | 333 "--target-platform", |
| 334 "win" | 334 "win" |
| 335 ], | 335 ], |
| 336 "cwd": "[SLAVE_BUILD]", | 336 "cwd": "[SLAVE_BUILD]", |
| 337 "name": "compare_build_artifacts" | 337 "name": "compare_build_artifacts" |
| 338 } | 338 } |
| 339 ] | 339 ] |
| OLD | NEW |