| 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 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 "--gsutil-py-path", | 280 "--gsutil-py-path", |
| 281 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 281 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 282 "--ninja-path", | 282 "--ninja-path", |
| 283 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 283 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 284 "--target", | 284 "--target", |
| 285 "Release", | 285 "Release", |
| 286 "--src-dir", | 286 "--src-dir", |
| 287 "[SLAVE_BUILD]/src", | 287 "[SLAVE_BUILD]/src", |
| 288 "--goma-cache-dir", | 288 "--goma-cache-dir", |
| 289 "[GOMA_CACHE]", | 289 "[GOMA_CACHE]", |
| 290 "--buildbot-buildername", | |
| 291 "Mac deterministic", | |
| 292 "--buildbot-mastername", | |
| 293 "chromium.swarm", | |
| 294 "--buildbot-slavename", | |
| 295 "TestSlavename", | |
| 296 "--compiler", | 290 "--compiler", |
| 297 "goma-clang", | 291 "goma-clang", |
| 298 "--goma-jsonstatus", | 292 "--goma-jsonstatus", |
| 299 "/path/to/tmp/json", | 293 "/path/to/tmp/json", |
| 300 "--goma-service-account-json-file", | 294 "--goma-service-account-json-file", |
| 301 "/creds/service_accounts/service-account-goma-client.json", | 295 "/creds/service_accounts/service-account-goma-client.json", |
| 302 "--goma-dir", | 296 "--goma-dir", |
| 303 "[CACHE]/cipd/goma", | 297 "[CACHE]/cipd/goma", |
| 304 "--", | 298 "--", |
| 305 "all" | 299 "all" |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 471 "--gsutil-py-path", | 465 "--gsutil-py-path", |
| 472 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 466 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 473 "--ninja-path", | 467 "--ninja-path", |
| 474 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 468 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 475 "--target", | 469 "--target", |
| 476 "Release", | 470 "Release", |
| 477 "--src-dir", | 471 "--src-dir", |
| 478 "[SLAVE_BUILD]/src", | 472 "[SLAVE_BUILD]/src", |
| 479 "--goma-cache-dir", | 473 "--goma-cache-dir", |
| 480 "[GOMA_CACHE]", | 474 "[GOMA_CACHE]", |
| 481 "--buildbot-buildername", | |
| 482 "Mac deterministic", | |
| 483 "--buildbot-mastername", | |
| 484 "chromium.swarm", | |
| 485 "--buildbot-slavename", | |
| 486 "TestSlavename", | |
| 487 "--compiler", | 475 "--compiler", |
| 488 "goma-clang", | 476 "goma-clang", |
| 489 "--goma-jsonstatus", | 477 "--goma-jsonstatus", |
| 490 "/path/to/tmp/json", | 478 "/path/to/tmp/json", |
| 491 "--goma-service-account-json-file", | 479 "--goma-service-account-json-file", |
| 492 "/creds/service_accounts/service-account-goma-client.json", | 480 "/creds/service_accounts/service-account-goma-client.json", |
| 493 "--goma-dir", | 481 "--goma-dir", |
| 494 "[CACHE]/cipd/goma", | 482 "[CACHE]/cipd/goma", |
| 495 "--", | 483 "--", |
| 496 "all" | 484 "all" |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 583 ], | 571 ], |
| 584 "cwd": "[SLAVE_BUILD]", | 572 "cwd": "[SLAVE_BUILD]", |
| 585 "name": "compare_build_artifacts" | 573 "name": "compare_build_artifacts" |
| 586 }, | 574 }, |
| 587 { | 575 { |
| 588 "name": "$result", | 576 "name": "$result", |
| 589 "recipe_result": null, | 577 "recipe_result": null, |
| 590 "status_code": 0 | 578 "status_code": 0 |
| 591 } | 579 } |
| 592 ] | 580 ] |
| OLD | NEW |