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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_baremetal.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_baremetal", 7 "[BUILDER_CACHE]\\win_baremetal",
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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 ], 319 ],
321 "cwd": "[BUILDER_CACHE]\\win_baremetal", 320 "cwd": "[BUILDER_CACHE]\\win_baremetal",
322 "name": "video_capture_tests" 321 "name": "video_capture_tests"
323 }, 322 },
324 { 323 {
325 "name": "$result", 324 "name": "$result",
326 "recipe_result": null, 325 "recipe_result": null,
327 "status_code": 0 326 "status_code": 0
328 } 327 }
329 ] 328 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698