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.webrtc", | 8 "tryserver.webrtc", |
9 "--builder", | 9 "--builder", |
10 "win_compile_x64_rel", | 10 "win_compile_x64_rel", |
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
161 "--gsutil-py-path", | 161 "--gsutil-py-path", |
162 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 162 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
163 "--ninja-path", | 163 "--ninja-path", |
164 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 164 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
165 "--target", | 165 "--target", |
166 "Release_x64", | 166 "Release_x64", |
167 "--src-dir", | 167 "--src-dir", |
168 "[SLAVE_BUILD]\\src", | 168 "[SLAVE_BUILD]\\src", |
169 "--goma-cache-dir", | 169 "--goma-cache-dir", |
170 "[GOMA_CACHE]", | 170 "[GOMA_CACHE]", |
171 "--build-tool", | |
172 "ninja", | |
173 "--compiler", | 171 "--compiler", |
174 "goma", | 172 "goma", |
175 "--goma-jsonstatus", | 173 "--goma-jsonstatus", |
176 "/path/to/tmp/json", | 174 "/path/to/tmp/json", |
177 "--goma-service-account-json-file", | 175 "--goma-service-account-json-file", |
178 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 176 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
179 "--goma-dir", | 177 "--goma-dir", |
180 "[CACHE]\\cipd\\goma", | 178 "[CACHE]\\cipd\\goma", |
181 "--goma-fail-fast", | 179 "--goma-fail-fast", |
182 "--goma-disable-local-fallback", | 180 "--goma-disable-local-fallback", |
183 "--", | 181 "--", |
184 "All" | 182 "All" |
185 ], | 183 ], |
186 "env": { | 184 "env": { |
187 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 185 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
188 }, | 186 }, |
189 "name": "compile", | 187 "name": "compile", |
190 "~followup_annotations": [ | 188 "~followup_annotations": [ |
191 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 189 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
192 "@@@STEP_LOG_END@json.output (invalid)@@@" | 190 "@@@STEP_LOG_END@json.output (invalid)@@@" |
193 ] | 191 ] |
194 }, | 192 }, |
195 { | 193 { |
196 "name": "$result", | 194 "name": "$result", |
197 "recipe_result": null, | 195 "recipe_result": null, |
198 "status_code": 0 | 196 "status_code": 0 |
199 } | 197 } |
200 ] | 198 ] |
OLD | NEW |