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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_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 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]\\win_swarming", 7 "[BUILDER_CACHE]\\win_swarming",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 "--compiler", 244 "--compiler",
245 "goma", 245 "goma",
246 "--goma-jsonstatus", 246 "--goma-jsonstatus",
247 "/path/to/tmp/json", 247 "/path/to/tmp/json",
248 "--goma-service-account-json-file", 248 "--goma-service-account-json-file",
249 "C:\\creds\\service_accounts\\service-account-goma-client.json", 249 "C:\\creds\\service_accounts\\service-account-goma-client.json",
250 "--goma-dir", 250 "--goma-dir",
251 "[CACHE]\\cipd\\goma", 251 "[CACHE]\\cipd\\goma",
252 "--goma-fail-fast", 252 "--goma-fail-fast",
253 "--goma-disable-local-fallback", 253 "--goma-disable-local-fallback",
254 "--", 254 "--"
255 "All"
256 ], 255 ],
257 "env": { 256 "env": {
258 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 257 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
259 }, 258 },
260 "name": "compile", 259 "name": "compile",
261 "~followup_annotations": [ 260 "~followup_annotations": [
262 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 261 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
263 "@@@STEP_LOG_END@json.output (invalid)@@@" 262 "@@@STEP_LOG_END@json.output (invalid)@@@"
264 ] 263 ]
265 }, 264 },
(...skipping 2184 matching lines...) Expand 10 before | Expand all | Expand 10 after
2450 "@@@STEP_LOG_END@json.output@@@", 2449 "@@@STEP_LOG_END@json.output@@@",
2451 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 2450 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
2452 ] 2451 ]
2453 }, 2452 },
2454 { 2453 {
2455 "name": "$result", 2454 "name": "$result",
2456 "recipe_result": null, 2455 "recipe_result": null,
2457 "status_code": 0 2456 "status_code": 0
2458 } 2457 }
2459 ] 2458 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698