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

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

Issue 2304063002: Revert "Avoid to use environment." (Closed)
Patch Set: Created 4 years, 3 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 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 "--gsutil-py-path", 339 "--gsutil-py-path",
340 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 340 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
341 "--ninja-path", 341 "--ninja-path",
342 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 342 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
343 "--target", 343 "--target",
344 "Release", 344 "Release",
345 "--src-dir", 345 "--src-dir",
346 "[BUILDER_CACHE]/Android/src", 346 "[BUILDER_CACHE]/Android/src",
347 "--goma-cache-dir", 347 "--goma-cache-dir",
348 "[GOMA_CACHE]", 348 "[GOMA_CACHE]",
349 "--buildbot-buildername",
350 "Android",
351 "--buildbot-mastername",
352 "chromium",
353 "--buildbot-slavename",
354 "TestSlavename",
355 "--goma-deps-cache-dir", 349 "--goma-deps-cache-dir",
356 "[GOMA_DEPS_CACHE]", 350 "[GOMA_DEPS_CACHE]",
357 "--build-data-dir", 351 "--build-data-dir",
358 "[ROOT]/build_data_dir", 352 "[ROOT]/build_data_dir",
359 "--compiler", 353 "--compiler",
360 "goma", 354 "goma",
361 "--goma-jsonstatus", 355 "--goma-jsonstatus",
362 "/path/to/tmp/json", 356 "/path/to/tmp/json",
363 "--goma-service-account-json-file", 357 "--goma-service-account-json-file",
364 "/creds/service_accounts/service-account-goma-client.json", 358 "/creds/service_accounts/service-account-goma-client.json",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 "dev" 392 "dev"
399 ], 393 ],
400 "name": "archive_build" 394 "name": "archive_build"
401 }, 395 },
402 { 396 {
403 "name": "$result", 397 "name": "$result",
404 "recipe_result": null, 398 "recipe_result": null,
405 "status_code": 0 399 "status_code": 0
406 } 400 }
407 ] 401 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698