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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_compile_dbg.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 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 "--gsutil-py-path", 205 "--gsutil-py-path",
206 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 206 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
207 "--ninja-path", 207 "--ninja-path",
208 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 208 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
209 "--target", 209 "--target",
210 "Debug", 210 "Debug",
211 "--src-dir", 211 "--src-dir",
212 "[SLAVE_BUILD]/src", 212 "[SLAVE_BUILD]/src",
213 "--goma-cache-dir", 213 "--goma-cache-dir",
214 "[GOMA_CACHE]", 214 "[GOMA_CACHE]",
215 "--build-tool",
216 "ninja",
217 "--compiler", 215 "--compiler",
218 "goma-clang", 216 "goma-clang",
219 "--goma-jsonstatus", 217 "--goma-jsonstatus",
220 "/path/to/tmp/json", 218 "/path/to/tmp/json",
221 "--goma-service-account-json-file", 219 "--goma-service-account-json-file",
222 "/creds/service_accounts/service-account-goma-client.json", 220 "/creds/service_accounts/service-account-goma-client.json",
223 "--goma-dir", 221 "--goma-dir",
224 "[CACHE]/cipd/goma", 222 "[CACHE]/cipd/goma",
225 "--goma-fail-fast", 223 "--goma-fail-fast",
226 "--goma-disable-local-fallback", 224 "--goma-disable-local-fallback",
227 "--", 225 "--",
228 "All" 226 "All"
229 ], 227 ],
230 "env": { 228 "env": {
231 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 229 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
232 }, 230 },
233 "name": "compile", 231 "name": "compile",
234 "~followup_annotations": [ 232 "~followup_annotations": [
235 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 233 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
236 "@@@STEP_LOG_END@json.output (invalid)@@@" 234 "@@@STEP_LOG_END@json.output (invalid)@@@"
237 ] 235 ]
238 }, 236 },
239 { 237 {
240 "name": "$result", 238 "name": "$result",
241 "recipe_result": null, 239 "recipe_result": null,
242 "status_code": 0 240 "status_code": 0
243 } 241 }
244 ] 242 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698