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 "android_n6", | 10 "android_n6", |
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
178 "--gsutil-py-path", | 178 "--gsutil-py-path", |
179 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 179 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
180 "--ninja-path", | 180 "--ninja-path", |
181 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 181 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
182 "--target", | 182 "--target", |
183 "Debug", | 183 "Debug", |
184 "--src-dir", | 184 "--src-dir", |
185 "[SLAVE_BUILD]/src", | 185 "[SLAVE_BUILD]/src", |
186 "--goma-cache-dir", | 186 "--goma-cache-dir", |
187 "[GOMA_CACHE]", | 187 "[GOMA_CACHE]", |
188 "--build-tool", | |
189 "ninja", | |
190 "--compiler", | 188 "--compiler", |
191 "goma", | 189 "goma", |
192 "--goma-jsonstatus", | 190 "--goma-jsonstatus", |
193 "/path/to/tmp/json", | 191 "/path/to/tmp/json", |
194 "--goma-service-account-json-file", | 192 "--goma-service-account-json-file", |
195 "/creds/service_accounts/service-account-goma-client.json", | 193 "/creds/service_accounts/service-account-goma-client.json", |
196 "--goma-dir", | 194 "--goma-dir", |
197 "[CACHE]/cipd/goma", | 195 "[CACHE]/cipd/goma", |
198 "--goma-fail-fast", | 196 "--goma-fail-fast", |
199 "--goma-disable-local-fallback", | 197 "--goma-disable-local-fallback", |
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
745 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 743 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
746 "@@@STEP_LOG_END@python.inline@@@" | 744 "@@@STEP_LOG_END@python.inline@@@" |
747 ] | 745 ] |
748 }, | 746 }, |
749 { | 747 { |
750 "name": "$result", | 748 "name": "$result", |
751 "recipe_result": null, | 749 "recipe_result": null, |
752 "status_code": 0 | 750 "status_code": 0 |
753 } | 751 } |
754 ] | 752 ] |
OLD | NEW |