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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_Mac.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]/mac_ng", 7 "[BUILDER_CACHE]/mac_ng",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 "--gsutil-py-path", 323 "--gsutil-py-path",
324 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 324 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
325 "--ninja-path", 325 "--ninja-path",
326 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 326 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
327 "--target", 327 "--target",
328 "Release", 328 "Release",
329 "--src-dir", 329 "--src-dir",
330 "[BUILDER_CACHE]/mac_ng/src", 330 "[BUILDER_CACHE]/mac_ng/src",
331 "--goma-cache-dir", 331 "--goma-cache-dir",
332 "[GOMA_CACHE]", 332 "[GOMA_CACHE]",
333 "--buildbot-buildername",
334 "Mac",
335 "--buildbot-mastername",
336 "chromium",
337 "--buildbot-slavename",
338 "TestSlavename",
339 "--goma-deps-cache-dir", 333 "--goma-deps-cache-dir",
340 "[GOMA_DEPS_CACHE]", 334 "[GOMA_DEPS_CACHE]",
341 "--build-data-dir", 335 "--build-data-dir",
342 "[ROOT]/build_data_dir", 336 "[ROOT]/build_data_dir",
343 "--compiler", 337 "--compiler",
344 "goma-clang", 338 "goma-clang",
345 "--goma-jsonstatus", 339 "--goma-jsonstatus",
346 "/path/to/tmp/json", 340 "/path/to/tmp/json",
347 "--goma-service-account-json-file", 341 "--goma-service-account-json-file",
348 "/creds/service_accounts/service-account-goma-client.json", 342 "/creds/service_accounts/service-account-goma-client.json",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 "dev" 376 "dev"
383 ], 377 ],
384 "name": "archive_build" 378 "name": "archive_build"
385 }, 379 },
386 { 380 {
387 "name": "$result", 381 "name": "$result",
388 "recipe_result": null, 382 "recipe_result": null,
389 "status_code": 0 383 "status_code": 0
390 } 384 }
391 ] 385 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698