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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_arm.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_arm", 7 "[BUILDER_CACHE]/linux_arm",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 "--compiler", 221 "--compiler",
222 "goma", 222 "goma",
223 "--goma-jsonstatus", 223 "--goma-jsonstatus",
224 "/path/to/tmp/json", 224 "/path/to/tmp/json",
225 "--goma-service-account-json-file", 225 "--goma-service-account-json-file",
226 "/creds/service_accounts/service-account-goma-client.json", 226 "/creds/service_accounts/service-account-goma-client.json",
227 "--goma-dir", 227 "--goma-dir",
228 "[CACHE]/cipd/goma", 228 "[CACHE]/cipd/goma",
229 "--goma-fail-fast", 229 "--goma-fail-fast",
230 "--goma-disable-local-fallback", 230 "--goma-disable-local-fallback",
231 "--", 231 "--"
232 "All"
233 ], 232 ],
234 "env": { 233 "env": {
235 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 234 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
236 }, 235 },
237 "name": "compile", 236 "name": "compile",
238 "~followup_annotations": [ 237 "~followup_annotations": [
239 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 238 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
240 "@@@STEP_LOG_END@json.output (invalid)@@@" 239 "@@@STEP_LOG_END@json.output (invalid)@@@"
241 ] 240 ]
242 }, 241 },
243 { 242 {
244 "name": "$result", 243 "name": "$result",
245 "recipe_result": null, 244 "recipe_result": null,
246 "status_code": 0 245 "status_code": 0
247 } 246 }
248 ] 247 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698