| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.chromiumos", | 8 "chromium.chromiumos", |
| 9 "--builder", | 9 "--builder", |
| 10 "ChromiumOS amd64-generic Compile", | 10 "ChromiumOS amd64-generic Compile", |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 252 "--use-external-config", | 252 "--use-external-config", |
| 253 "--gomadir", | 253 "--gomadir", |
| 254 "[SLAVE_BUILD]/src/build/goma/client", | 254 "[SLAVE_BUILD]/src/build/goma/client", |
| 255 "--", | 255 "--", |
| 256 "python", | 256 "python", |
| 257 "-u", | 257 "-u", |
| 258 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 258 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 259 "--show-path", | 259 "--show-path", |
| 260 "python", | 260 "python", |
| 261 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 261 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 262 "--gsutil-py-path", |
| 263 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 262 "--ninja-path", | 264 "--ninja-path", |
| 263 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 265 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 264 "--target", | 266 "--target", |
| 265 "Release", | 267 "Release", |
| 266 "--src-dir", | 268 "--src-dir", |
| 267 "[SLAVE_BUILD]/src", | 269 "[SLAVE_BUILD]/src", |
| 268 "--goma-cache-dir", | 270 "--goma-cache-dir", |
| 269 "[GOMA_CACHE]", | 271 "[GOMA_CACHE]", |
| 270 "--build-tool", | 272 "--build-tool", |
| 271 "ninja", | 273 "ninja", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 312 ], | 314 ], |
| 313 "cwd": "[SLAVE_BUILD]", | 315 "cwd": "[SLAVE_BUILD]", |
| 314 "name": "package build" | 316 "name": "package build" |
| 315 }, | 317 }, |
| 316 { | 318 { |
| 317 "name": "$result", | 319 "name": "$result", |
| 318 "recipe_result": null, | 320 "recipe_result": null, |
| 319 "status_code": 0 | 321 "status_code": 0 |
| 320 } | 322 } |
| 321 ] | 323 ] |
| OLD | NEW |