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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_rel.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
« no previous file with comments | « scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_dbg.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_x64_rel", 7 "[BUILDER_CACHE]\\win_x64_rel",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 "--compiler", 220 "--compiler",
221 "goma", 221 "goma",
222 "--goma-jsonstatus", 222 "--goma-jsonstatus",
223 "/path/to/tmp/json", 223 "/path/to/tmp/json",
224 "--goma-service-account-json-file", 224 "--goma-service-account-json-file",
225 "C:\\creds\\service_accounts\\service-account-goma-client.json", 225 "C:\\creds\\service_accounts\\service-account-goma-client.json",
226 "--goma-dir", 226 "--goma-dir",
227 "[CACHE]\\cipd\\goma", 227 "[CACHE]\\cipd\\goma",
228 "--goma-fail-fast", 228 "--goma-fail-fast",
229 "--goma-disable-local-fallback", 229 "--goma-disable-local-fallback",
230 "--", 230 "--"
231 "All"
232 ], 231 ],
233 "env": { 232 "env": {
234 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 233 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
235 }, 234 },
236 "name": "compile", 235 "name": "compile",
237 "~followup_annotations": [ 236 "~followup_annotations": [
238 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 237 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
239 "@@@STEP_LOG_END@json.output (invalid)@@@" 238 "@@@STEP_LOG_END@json.output (invalid)@@@"
240 ] 239 ]
241 }, 240 },
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
637 ], 636 ],
638 "cwd": "[BUILDER_CACHE]\\win_x64_rel", 637 "cwd": "[BUILDER_CACHE]\\win_x64_rel",
639 "name": "webrtc_nonparallel_tests" 638 "name": "webrtc_nonparallel_tests"
640 }, 639 },
641 { 640 {
642 "name": "$result", 641 "name": "$result",
643 "recipe_result": null, 642 "recipe_result": null,
644 "status_code": 0 643 "status_code": 0
645 } 644 }
646 ] 645 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_dbg.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698