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 "client.libyuv", | 8 "client.libyuv", |
9 "--builder", | 9 "--builder", |
10 "Linux64 Debug (GN)", | 10 "Linux64 Debug (GN)", |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
85 "--gsutil-py-path", | 85 "--gsutil-py-path", |
86 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 86 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
87 "--ninja-path", | 87 "--ninja-path", |
88 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 88 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
89 "--target", | 89 "--target", |
90 "Debug", | 90 "Debug", |
91 "--src-dir", | 91 "--src-dir", |
92 "[SLAVE_BUILD]/src", | 92 "[SLAVE_BUILD]/src", |
93 "--goma-cache-dir", | 93 "--goma-cache-dir", |
94 "[GOMA_CACHE]", | 94 "[GOMA_CACHE]", |
95 "--build-tool", | |
96 "ninja", | |
97 "--compiler", | 95 "--compiler", |
98 "goma", | 96 "goma", |
99 "--goma-jsonstatus", | 97 "--goma-jsonstatus", |
100 "/path/to/tmp/json", | 98 "/path/to/tmp/json", |
101 "--goma-service-account-json-file", | 99 "--goma-service-account-json-file", |
102 "/creds/service_accounts/service-account-goma-client.json", | 100 "/creds/service_accounts/service-account-goma-client.json", |
103 "--goma-dir", | 101 "--goma-dir", |
104 "[BUILD]/goma", | 102 "[BUILD]/goma", |
105 "--", | 103 "--", |
106 "all" | 104 "all" |
107 ], | 105 ], |
108 "env": { | 106 "env": { |
109 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 107 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
110 }, | 108 }, |
111 "name": "compile", | 109 "name": "compile", |
112 "~followup_annotations": [ | 110 "~followup_annotations": [ |
113 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 111 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
114 "@@@STEP_LOG_END@json.output (invalid)@@@" | 112 "@@@STEP_LOG_END@json.output (invalid)@@@" |
115 ] | 113 ] |
116 }, | 114 }, |
117 { | 115 { |
118 "name": "$result", | 116 "name": "$result", |
119 "recipe_result": null, | 117 "recipe_result": null, |
120 "status_code": 0 | 118 "status_code": 0 |
121 } | 119 } |
122 ] | 120 ] |
OLD | NEW |