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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 "--compiler", 288 "--compiler",
289 "goma-clang", 289 "goma-clang",
290 "--goma-jsonstatus", 290 "--goma-jsonstatus",
291 "/path/to/tmp/json", 291 "/path/to/tmp/json",
292 "--goma-service-account-json-file", 292 "--goma-service-account-json-file",
293 "/creds/service_accounts/service-account-goma-client.json", 293 "/creds/service_accounts/service-account-goma-client.json",
294 "--goma-dir", 294 "--goma-dir",
295 "[CACHE]/cipd/goma", 295 "[CACHE]/cipd/goma",
296 "--goma-fail-fast", 296 "--goma-fail-fast",
297 "--goma-disable-local-fallback", 297 "--goma-disable-local-fallback",
298 "--", 298 "--"
299 "All"
300 ], 299 ],
301 "env": { 300 "env": {
302 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 301 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
303 }, 302 },
304 "name": "compile", 303 "name": "compile",
305 "~followup_annotations": [ 304 "~followup_annotations": [
306 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 305 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
307 "@@@STEP_LOG_END@json.output (invalid)@@@" 306 "@@@STEP_LOG_END@json.output (invalid)@@@"
308 ] 307 ]
309 }, 308 },
(...skipping 2209 matching lines...) Expand 10 before | Expand all | Expand 10 after
2519 "@@@STEP_LOG_END@json.output@@@", 2518 "@@@STEP_LOG_END@json.output@@@",
2520 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 2519 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
2521 ] 2520 ]
2522 }, 2521 },
2523 { 2522 {
2524 "name": "$result", 2523 "name": "$result",
2525 "recipe_result": null, 2524 "recipe_result": null,
2526 "status_code": 0 2525 "status_code": 0
2527 } 2526 }
2528 ] 2527 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698