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 "tryserver.chromium.mac", | 8 "tryserver.chromium.mac", |
9 "--builder", | 9 "--builder", |
10 "mac_chromium_variable", | 10 "mac_chromium_variable", |
(...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
567 "--gsutil-py-path", | 567 "--gsutil-py-path", |
568 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 568 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
569 "--ninja-path", | 569 "--ninja-path", |
570 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 570 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
571 "--target", | 571 "--target", |
572 "Release", | 572 "Release", |
573 "--src-dir", | 573 "--src-dir", |
574 "[SLAVE_BUILD]/src", | 574 "[SLAVE_BUILD]/src", |
575 "--goma-cache-dir", | 575 "--goma-cache-dir", |
576 "[GOMA_CACHE]", | 576 "[GOMA_CACHE]", |
577 "--build-tool", | |
578 "ninja", | |
579 "--compiler", | 577 "--compiler", |
580 "goma-clang", | 578 "goma-clang", |
581 "--goma-jsonstatus", | 579 "--goma-jsonstatus", |
582 "/path/to/tmp/json", | 580 "/path/to/tmp/json", |
583 "--goma-service-account-json-file", | 581 "--goma-service-account-json-file", |
584 "/creds/service_accounts/service-account-goma-client.json", | 582 "/creds/service_accounts/service-account-goma-client.json", |
585 "--goma-dir", | 583 "--goma-dir", |
586 "[CACHE]/cipd/goma", | 584 "[CACHE]/cipd/goma", |
587 "--ninja-ensure-up-to-date", | 585 "--ninja-ensure-up-to-date", |
588 "--", | 586 "--", |
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
810 "@@@STEP_LOG_END@report@@@", | 808 "@@@STEP_LOG_END@report@@@", |
811 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true}
}}}@@@" | 809 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true}
}}}@@@" |
812 ] | 810 ] |
813 }, | 811 }, |
814 { | 812 { |
815 "name": "$result", | 813 "name": "$result", |
816 "recipe_result": null, | 814 "recipe_result": null, |
817 "status_code": 0 | 815 "status_code": 0 |
818 } | 816 } |
819 ] | 817 ] |
OLD | NEW |