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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_Mac.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]/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",
333 "--goma-deps-cache-dir", 339 "--goma-deps-cache-dir",
334 "[GOMA_DEPS_CACHE]", 340 "[GOMA_DEPS_CACHE]",
335 "--build-data-dir", 341 "--build-data-dir",
336 "[ROOT]/build_data_dir", 342 "[ROOT]/build_data_dir",
337 "--compiler", 343 "--compiler",
338 "goma-clang", 344 "goma-clang",
339 "--goma-jsonstatus", 345 "--goma-jsonstatus",
340 "/path/to/tmp/json", 346 "/path/to/tmp/json",
341 "--goma-service-account-json-file", 347 "--goma-service-account-json-file",
342 "/creds/service_accounts/service-account-goma-client.json", 348 "/creds/service_accounts/service-account-goma-client.json",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 "dev" 382 "dev"
377 ], 383 ],
378 "name": "archive_build" 384 "name": "archive_build"
379 }, 385 },
380 { 386 {
381 "name": "$result", 387 "name": "$result",
382 "recipe_result": null, 388 "recipe_result": null,
383 "status_code": 0 389 "status_code": 0
384 } 390 }
385 ] 391 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698