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