Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(135)

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_x86_rel.json

Issue 2152453003: recipes: Stop passing --build-tool=ninja to compile.py (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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_compile_x86_rel", 10 "android_compile_x86_rel",
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 "Release", 183 "Release",
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",
200 "--" 198 "--"
201 ], 199 ],
202 "env": { 200 "env": {
203 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 201 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
204 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 202 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
205 }, 203 },
206 "name": "compile", 204 "name": "compile",
207 "~followup_annotations": [ 205 "~followup_annotations": [
208 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 206 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
209 "@@@STEP_LOG_END@json.output (invalid)@@@" 207 "@@@STEP_LOG_END@json.output (invalid)@@@"
210 ] 208 ]
211 }, 209 },
212 { 210 {
213 "name": "$result", 211 "name": "$result",
214 "recipe_result": null, 212 "recipe_result": null,
215 "status_code": 0 213 "status_code": 0
216 } 214 }
217 ] 215 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698