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

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

Issue 2307743002: Reland "Avoid to use environment." (Closed)
Patch Set: rebase 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",
349 "--goma-deps-cache-dir", 355 "--goma-deps-cache-dir",
350 "[GOMA_DEPS_CACHE]", 356 "[GOMA_DEPS_CACHE]",
351 "--build-data-dir", 357 "--build-data-dir",
352 "[ROOT]/build_data_dir", 358 "[ROOT]/build_data_dir",
353 "--compiler", 359 "--compiler",
354 "goma", 360 "goma",
355 "--goma-jsonstatus", 361 "--goma-jsonstatus",
356 "/path/to/tmp/json", 362 "/path/to/tmp/json",
357 "--goma-service-account-json-file", 363 "--goma-service-account-json-file",
358 "/creds/service_accounts/service-account-goma-client.json", 364 "/creds/service_accounts/service-account-goma-client.json",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 "dev" 398 "dev"
393 ], 399 ],
394 "name": "archive_build" 400 "name": "archive_build"
395 }, 401 },
396 { 402 {
397 "name": "$result", 403 "name": "$result",
398 "recipe_result": null, 404 "recipe_result": null,
399 "status_code": 0 405 "status_code": 0
400 } 406 }
401 ] 407 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698