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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_mac64_release__swarming_.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 2182 matching lines...) Expand 10 before | Expand all | Expand 10 after
2460 "@@@STEP_LOG_END@json.output@@@", 2459 "@@@STEP_LOG_END@json.output@@@",
2461 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 2460 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
2462 ] 2461 ]
2463 }, 2462 },
2464 { 2463 {
2465 "name": "$result", 2464 "name": "$result",
2466 "recipe_result": null, 2465 "recipe_result": null,
2467 "status_code": 0 2466 "status_code": 0
2468 } 2467 }
2469 ] 2468 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698