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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_GPU_Mac_Builder.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", 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",
435 "--goma-deps-cache-dir", 429 "--goma-deps-cache-dir",
436 "[GOMA_DEPS_CACHE]", 430 "[GOMA_DEPS_CACHE]",
437 "--build-data-dir", 431 "--build-data-dir",
438 "[ROOT]/build_data_dir", 432 "[ROOT]/build_data_dir",
439 "--compiler", 433 "--compiler",
440 "goma-clang", 434 "goma-clang",
441 "--goma-jsonstatus", 435 "--goma-jsonstatus",
442 "/path/to/tmp/json", 436 "/path/to/tmp/json",
443 "--goma-service-account-json-file", 437 "--goma-service-account-json-file",
444 "/creds/service_accounts/service-account-goma-client.json", 438 "/creds/service_accounts/service-account-goma-client.json",
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
679 "~followup_annotations": [ 673 "~followup_annotations": [
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@@@" 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@@@"
681 ] 675 ]
682 }, 676 },
683 { 677 {
684 "name": "$result", 678 "name": "$result",
685 "recipe_result": null, 679 "recipe_result": null,
686 "status_code": 0 680 "status_code": 0
687 } 681 }
688 ] 682 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698