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

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

Issue 2245423002: WebRTC: Don't specify All compile target (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 "--compiler", 264 "--compiler",
265 "goma-clang", 265 "goma-clang",
266 "--goma-jsonstatus", 266 "--goma-jsonstatus",
267 "/path/to/tmp/json", 267 "/path/to/tmp/json",
268 "--goma-service-account-json-file", 268 "--goma-service-account-json-file",
269 "/creds/service_accounts/service-account-goma-client.json", 269 "/creds/service_accounts/service-account-goma-client.json",
270 "--goma-dir", 270 "--goma-dir",
271 "[CACHE]/cipd/goma", 271 "[CACHE]/cipd/goma",
272 "--goma-fail-fast", 272 "--goma-fail-fast",
273 "--goma-disable-local-fallback", 273 "--goma-disable-local-fallback",
274 "--", 274 "--"
275 "All"
276 ], 275 ],
277 "env": { 276 "env": {
278 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 277 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
279 }, 278 },
280 "name": "compile", 279 "name": "compile",
281 "~followup_annotations": [ 280 "~followup_annotations": [
282 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 281 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
283 "@@@STEP_LOG_END@json.output (invalid)@@@" 282 "@@@STEP_LOG_END@json.output (invalid)@@@"
284 ] 283 ]
285 }, 284 },
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
706 ], 705 ],
707 "cwd": "[BUILDER_CACHE]/mac_dbg", 706 "cwd": "[BUILDER_CACHE]/mac_dbg",
708 "name": "webrtc_nonparallel_tests" 707 "name": "webrtc_nonparallel_tests"
709 }, 708 },
710 { 709 {
711 "name": "$result", 710 "name": "$result",
712 "recipe_result": null, 711 "recipe_result": null,
713 "status_code": 0 712 "status_code": 0
714 } 713 }
715 ] 714 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698