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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_mac_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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 "--gsutil-py-path", 369 "--gsutil-py-path",
370 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 370 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
371 "--ninja-path", 371 "--ninja-path",
372 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 372 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
373 "--target", 373 "--target",
374 "Release", 374 "Release",
375 "--src-dir", 375 "--src-dir",
376 "[BUILDER_CACHE]/mac/src", 376 "[BUILDER_CACHE]/mac/src",
377 "--goma-cache-dir", 377 "--goma-cache-dir",
378 "[GOMA_CACHE]", 378 "[GOMA_CACHE]",
379 "--buildbot-buildername",
380 "Mac Builder",
381 "--buildbot-mastername",
382 "chromium.mac",
383 "--buildbot-slavename",
384 "TestSlavename",
385 "--goma-deps-cache-dir", 379 "--goma-deps-cache-dir",
386 "[GOMA_DEPS_CACHE]", 380 "[GOMA_DEPS_CACHE]",
387 "--build-data-dir", 381 "--build-data-dir",
388 "[ROOT]/build_data_dir", 382 "[ROOT]/build_data_dir",
389 "--compiler", 383 "--compiler",
390 "goma-clang", 384 "goma-clang",
391 "--goma-jsonstatus", 385 "--goma-jsonstatus",
392 "/path/to/tmp/json", 386 "/path/to/tmp/json",
393 "--goma-service-account-json-file", 387 "--goma-service-account-json-file",
394 "/creds/service_accounts/service-account-goma-client.json", 388 "/creds/service_accounts/service-account-goma-client.json",
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 "~followup_annotations": [ 530 "~followup_annotations": [
537 "@@@STEP_TEXT@Mac10.10 Tests<br />Mac10.11 Tests<br />Mac10.9 Tests@@@" 531 "@@@STEP_TEXT@Mac10.10 Tests<br />Mac10.11 Tests<br />Mac10.9 Tests@@@"
538 ] 532 ]
539 }, 533 },
540 { 534 {
541 "name": "$result", 535 "name": "$result",
542 "recipe_result": null, 536 "recipe_result": null,
543 "status_code": 0 537 "status_code": 0
544 } 538 }
545 ] 539 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698