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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_asan.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]/linux_asan", 7 "[BUILDER_CACHE]/linux_asan",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 "--compiler", 242 "--compiler",
243 "goma-clang", 243 "goma-clang",
244 "--goma-jsonstatus", 244 "--goma-jsonstatus",
245 "/path/to/tmp/json", 245 "/path/to/tmp/json",
246 "--goma-service-account-json-file", 246 "--goma-service-account-json-file",
247 "/creds/service_accounts/service-account-goma-client.json", 247 "/creds/service_accounts/service-account-goma-client.json",
248 "--goma-dir", 248 "--goma-dir",
249 "[CACHE]/cipd/goma", 249 "[CACHE]/cipd/goma",
250 "--goma-fail-fast", 250 "--goma-fail-fast",
251 "--goma-disable-local-fallback", 251 "--goma-disable-local-fallback",
252 "--", 252 "--"
253 "All"
254 ], 253 ],
255 "env": { 254 "env": {
256 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 255 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
257 }, 256 },
258 "name": "compile", 257 "name": "compile",
259 "~followup_annotations": [ 258 "~followup_annotations": [
260 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 259 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
261 "@@@STEP_LOG_END@json.output (invalid)@@@" 260 "@@@STEP_LOG_END@json.output (invalid)@@@"
262 ] 261 ]
263 }, 262 },
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
707 ], 706 ],
708 "cwd": "[BUILDER_CACHE]/linux_asan", 707 "cwd": "[BUILDER_CACHE]/linux_asan",
709 "name": "webrtc_nonparallel_tests" 708 "name": "webrtc_nonparallel_tests"
710 }, 709 },
711 { 710 {
712 "name": "$result", 711 "name": "$result",
713 "recipe_result": null, 712 "recipe_result": null,
714 "status_code": 0 713 "status_code": 0
715 } 714 }
716 ] 715 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698