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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
279 "--src-dir", | 279 "--src-dir", |
280 "[SLAVE_BUILD]/src", | 280 "[SLAVE_BUILD]/src", |
281 "--goma-cache-dir", | 281 "--goma-cache-dir", |
282 "[GOMA_CACHE]", | 282 "[GOMA_CACHE]", |
283 "--buildbot-buildername", | 283 "--buildbot-buildername", |
284 "Mac deterministic", | 284 "Mac deterministic", |
285 "--buildbot-mastername", | 285 "--buildbot-mastername", |
286 "chromium.swarm", | 286 "chromium.swarm", |
287 "--buildbot-slavename", | 287 "--buildbot-slavename", |
288 "TestSlavename", | 288 "TestSlavename", |
| 289 "--goma-deps-cache-file", |
| 290 "Mac_deterministic.gomadeps", |
289 "--compiler", | 291 "--compiler", |
290 "goma-clang", | 292 "goma-clang", |
291 "--goma-jsonstatus", | 293 "--goma-jsonstatus", |
292 "/path/to/tmp/json", | 294 "/path/to/tmp/json", |
293 "--goma-service-account-json-file", | 295 "--goma-service-account-json-file", |
294 "/creds/service_accounts/service-account-goma-client.json", | 296 "/creds/service_accounts/service-account-goma-client.json", |
295 "--goma-dir", | 297 "--goma-dir", |
296 "[CACHE]/cipd/goma", | 298 "[CACHE]/cipd/goma", |
297 "--", | 299 "--", |
298 "all" | 300 "all" |
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
470 "--src-dir", | 472 "--src-dir", |
471 "[SLAVE_BUILD]/src", | 473 "[SLAVE_BUILD]/src", |
472 "--goma-cache-dir", | 474 "--goma-cache-dir", |
473 "[GOMA_CACHE]", | 475 "[GOMA_CACHE]", |
474 "--buildbot-buildername", | 476 "--buildbot-buildername", |
475 "Mac deterministic", | 477 "Mac deterministic", |
476 "--buildbot-mastername", | 478 "--buildbot-mastername", |
477 "chromium.swarm", | 479 "chromium.swarm", |
478 "--buildbot-slavename", | 480 "--buildbot-slavename", |
479 "TestSlavename", | 481 "TestSlavename", |
| 482 "--goma-deps-cache-file", |
| 483 "Mac_deterministic.gomadeps", |
480 "--compiler", | 484 "--compiler", |
481 "goma-clang", | 485 "goma-clang", |
482 "--goma-jsonstatus", | 486 "--goma-jsonstatus", |
483 "/path/to/tmp/json", | 487 "/path/to/tmp/json", |
484 "--goma-service-account-json-file", | 488 "--goma-service-account-json-file", |
485 "/creds/service_accounts/service-account-goma-client.json", | 489 "/creds/service_accounts/service-account-goma-client.json", |
486 "--goma-dir", | 490 "--goma-dir", |
487 "[CACHE]/cipd/goma", | 491 "[CACHE]/cipd/goma", |
488 "--", | 492 "--", |
489 "all" | 493 "all" |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
576 ], | 580 ], |
577 "cwd": "[SLAVE_BUILD]", | 581 "cwd": "[SLAVE_BUILD]", |
578 "name": "compare_build_artifacts" | 582 "name": "compare_build_artifacts" |
579 }, | 583 }, |
580 { | 584 { |
581 "name": "$result", | 585 "name": "$result", |
582 "recipe_result": null, | 586 "recipe_result": null, |
583 "status_code": 0 | 587 "status_code": 0 |
584 } | 588 } |
585 ] | 589 ] |
OLD | NEW |