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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_debug.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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 "--goma-deps-cache-dir", 256 "--goma-deps-cache-dir",
257 "[GOMA_DEPS_CACHE]", 257 "[GOMA_DEPS_CACHE]",
258 "--compiler", 258 "--compiler",
259 "goma-clang", 259 "goma-clang",
260 "--goma-jsonstatus", 260 "--goma-jsonstatus",
261 "/path/to/tmp/json", 261 "/path/to/tmp/json",
262 "--goma-service-account-json-file", 262 "--goma-service-account-json-file",
263 "/creds/service_accounts/service-account-goma-client.json", 263 "/creds/service_accounts/service-account-goma-client.json",
264 "--goma-dir", 264 "--goma-dir",
265 "[CACHE]/cipd/goma", 265 "[CACHE]/cipd/goma",
266 "--", 266 "--"
267 "All"
268 ], 267 ],
269 "env": { 268 "env": {
270 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 269 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
271 }, 270 },
272 "name": "compile", 271 "name": "compile",
273 "~followup_annotations": [ 272 "~followup_annotations": [
274 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 273 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
275 "@@@STEP_LOG_END@json.output (invalid)@@@" 274 "@@@STEP_LOG_END@json.output (invalid)@@@"
276 ] 275 ]
277 }, 276 },
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
701 ], 700 ],
702 "cwd": "[BUILDER_CACHE]/Mac64_Debug", 701 "cwd": "[BUILDER_CACHE]/Mac64_Debug",
703 "name": "webrtc_nonparallel_tests" 702 "name": "webrtc_nonparallel_tests"
704 }, 703 },
705 { 704 {
706 "name": "$result", 705 "name": "$result",
707 "recipe_result": null, 706 "recipe_result": null,
708 "status_code": 0 707 "status_code": 0
709 } 708 }
710 ] 709 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698