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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_Android.json

Issue 2161643002: chromium.run_mb: set cwd to checkout (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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]/Android", 7 "[BUILDER_CACHE]/Android",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 "-m", 309 "-m",
310 "chromium", 310 "chromium",
311 "-b", 311 "-b",
312 "Android", 312 "Android",
313 "--config-file", 313 "--config-file",
314 "[BUILDER_CACHE]/Android/src/tools/mb/mb_config.pyl", 314 "[BUILDER_CACHE]/Android/src/tools/mb/mb_config.pyl",
315 "--goma-dir", 315 "--goma-dir",
316 "[CACHE]/cipd/goma", 316 "[CACHE]/cipd/goma",
317 "//out/Release" 317 "//out/Release"
318 ], 318 ],
319 "cwd": "[BUILDER_CACHE]/Android/src",
319 "env": { 320 "env": {
320 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 321 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
321 }, 322 },
322 "name": "generate_build_files" 323 "name": "generate_build_files"
323 }, 324 },
324 { 325 {
325 "cmd": [ 326 "cmd": [
326 "python", 327 "python",
327 "-u", 328 "-u",
328 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 329 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 "dev" 386 "dev"
386 ], 387 ],
387 "name": "archive_build" 388 "name": "archive_build"
388 }, 389 },
389 { 390 {
390 "name": "$result", 391 "name": "$result",
391 "recipe_result": null, 392 "recipe_result": null,
392 "status_code": 0 393 "status_code": 0
393 } 394 }
394 ] 395 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698