| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 7 "--show-path", | 7 "--show-path", |
| 8 "python", | 8 "python", |
| 9 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 9 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 10 ], | 10 ], |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 "name": "gclient runhooks" | 124 "name": "gclient runhooks" |
| 125 }, | 125 }, |
| 126 { | 126 { |
| 127 "cmd": [ | 127 "cmd": [ |
| 128 "python", | 128 "python", |
| 129 "-u", | 129 "-u", |
| 130 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 130 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 131 "--show-path", | 131 "--show-path", |
| 132 "python", | 132 "python", |
| 133 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 133 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 134 "--gsutil-py-path", |
| 135 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 134 "--ninja-path", | 136 "--ninja-path", |
| 135 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 137 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 136 "--target", | 138 "--target", |
| 137 "Release", | 139 "Release", |
| 138 "--src-dir", | 140 "--src-dir", |
| 139 "[SLAVE_BUILD]\\src", | 141 "[SLAVE_BUILD]\\src", |
| 140 "--goma-cache-dir", | 142 "--goma-cache-dir", |
| 141 "[GOMA_CACHE]", | 143 "[GOMA_CACHE]", |
| 142 "--build-tool", | 144 "--build-tool", |
| 143 "ninja", | 145 "ninja", |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 "name": "gclient runhooks (2)" | 249 "name": "gclient runhooks (2)" |
| 248 }, | 250 }, |
| 249 { | 251 { |
| 250 "cmd": [ | 252 "cmd": [ |
| 251 "python", | 253 "python", |
| 252 "-u", | 254 "-u", |
| 253 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 255 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 254 "--show-path", | 256 "--show-path", |
| 255 "python", | 257 "python", |
| 256 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 258 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 259 "--gsutil-py-path", |
| 260 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 257 "--ninja-path", | 261 "--ninja-path", |
| 258 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 262 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 259 "--target", | 263 "--target", |
| 260 "Release", | 264 "Release", |
| 261 "--src-dir", | 265 "--src-dir", |
| 262 "[SLAVE_BUILD]\\src", | 266 "[SLAVE_BUILD]\\src", |
| 263 "--goma-cache-dir", | 267 "--goma-cache-dir", |
| 264 "[GOMA_CACHE]", | 268 "[GOMA_CACHE]", |
| 265 "--build-tool", | 269 "--build-tool", |
| 266 "ninja", | 270 "ninja", |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 365 ], | 369 ], |
| 366 "cwd": "[SLAVE_BUILD]", | 370 "cwd": "[SLAVE_BUILD]", |
| 367 "name": "compare_build_artifacts" | 371 "name": "compare_build_artifacts" |
| 368 }, | 372 }, |
| 369 { | 373 { |
| 370 "name": "$result", | 374 "name": "$result", |
| 371 "recipe_result": null, | 375 "recipe_result": null, |
| 372 "status_code": 0 | 376 "status_code": 0 |
| 373 } | 377 } |
| 374 ] | 378 ] |
| OLD | NEW |