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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win_syzyasan.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_SyzyASan", 7 "[BUILDER_CACHE]\\Win_SyzyASan",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 "--goma-deps-cache-dir", 212 "--goma-deps-cache-dir",
213 "[GOMA_DEPS_CACHE]", 213 "[GOMA_DEPS_CACHE]",
214 "--compiler", 214 "--compiler",
215 "goma", 215 "goma",
216 "--goma-jsonstatus", 216 "--goma-jsonstatus",
217 "/path/to/tmp/json", 217 "/path/to/tmp/json",
218 "--goma-service-account-json-file", 218 "--goma-service-account-json-file",
219 "C:\\creds\\service_accounts\\service-account-goma-client.json", 219 "C:\\creds\\service_accounts\\service-account-goma-client.json",
220 "--goma-dir", 220 "--goma-dir",
221 "[CACHE]\\cipd\\goma", 221 "[CACHE]\\cipd\\goma",
222 "--", 222 "--"
223 "All"
224 ], 223 ],
225 "env": { 224 "env": {
226 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 225 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
227 }, 226 },
228 "name": "compile", 227 "name": "compile",
229 "~followup_annotations": [ 228 "~followup_annotations": [
230 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 229 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
231 "@@@STEP_LOG_END@json.output (invalid)@@@" 230 "@@@STEP_LOG_END@json.output (invalid)@@@"
232 ] 231 ]
233 }, 232 },
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
644 ], 643 ],
645 "cwd": "[BUILDER_CACHE]\\Win_SyzyASan", 644 "cwd": "[BUILDER_CACHE]\\Win_SyzyASan",
646 "name": "webrtc_nonparallel_tests" 645 "name": "webrtc_nonparallel_tests"
647 }, 646 },
648 { 647 {
649 "name": "$result", 648 "name": "$result",
650 "recipe_result": null, 649 "recipe_result": null,
651 "status_code": 0 650 "status_code": 0
652 } 651 }
653 ] 652 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698