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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_GPU_Mac_Builder.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", 7 "[BUILDER_CACHE]/mac",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 "--gsutil-py-path", 419 "--gsutil-py-path",
420 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 420 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
421 "--ninja-path", 421 "--ninja-path",
422 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 422 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
423 "--target", 423 "--target",
424 "Release", 424 "Release",
425 "--src-dir", 425 "--src-dir",
426 "[BUILDER_CACHE]/mac/src", 426 "[BUILDER_CACHE]/mac/src",
427 "--goma-cache-dir", 427 "--goma-cache-dir",
428 "[GOMA_CACHE]", 428 "[GOMA_CACHE]",
429 "--buildbot-buildername",
430 "GPU Mac Builder",
431 "--buildbot-mastername",
432 "chromium.gpu.fyi",
433 "--buildbot-slavename",
434 "TestSlavename",
429 "--goma-deps-cache-dir", 435 "--goma-deps-cache-dir",
430 "[GOMA_DEPS_CACHE]", 436 "[GOMA_DEPS_CACHE]",
431 "--build-data-dir", 437 "--build-data-dir",
432 "[ROOT]/build_data_dir", 438 "[ROOT]/build_data_dir",
433 "--compiler", 439 "--compiler",
434 "goma-clang", 440 "goma-clang",
435 "--goma-jsonstatus", 441 "--goma-jsonstatus",
436 "/path/to/tmp/json", 442 "/path/to/tmp/json",
437 "--goma-service-account-json-file", 443 "--goma-service-account-json-file",
438 "/creds/service_accounts/service-account-goma-client.json", 444 "/creds/service_accounts/service-account-goma-client.json",
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 "~followup_annotations": [ 679 "~followup_annotations": [
674 "@@@STEP_TEXT@Mac 10.10 Release (ATI)<br />Mac 10.10 Release (Intel)<br /> Mac 10.10 Retina Release (AMD)<br />Mac 10.11 Retina Release (AMD)<br />Mac Reti na Release<br />Optional Mac 10.10 Release (Intel)<br />Optional Mac 10.10 Retin a Release (AMD)<br />Optional Mac Retina Release@@@" 680 "@@@STEP_TEXT@Mac 10.10 Release (ATI)<br />Mac 10.10 Release (Intel)<br /> Mac 10.10 Retina Release (AMD)<br />Mac 10.11 Retina Release (AMD)<br />Mac Reti na Release<br />Optional Mac 10.10 Release (Intel)<br />Optional Mac 10.10 Retin a Release (AMD)<br />Optional Mac Retina Release@@@"
675 ] 681 ]
676 }, 682 },
677 { 683 {
678 "name": "$result", 684 "name": "$result",
679 "recipe_result": null, 685 "recipe_result": null,
680 "status_code": 0 686 "status_code": 0
681 } 687 }
682 ] 688 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698