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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_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_layout", 7 "[BUILDER_CACHE]/mac_layout",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 "--gsutil-py-path", 355 "--gsutil-py-path",
356 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 356 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
357 "--ninja-path", 357 "--ninja-path",
358 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 358 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
359 "--target", 359 "--target",
360 "Release", 360 "Release",
361 "--src-dir", 361 "--src-dir",
362 "[BUILDER_CACHE]/mac_layout/src", 362 "[BUILDER_CACHE]/mac_layout/src",
363 "--goma-cache-dir", 363 "--goma-cache-dir",
364 "[GOMA_CACHE]", 364 "[GOMA_CACHE]",
365 "--buildbot-buildername",
366 "WebKit Mac Builder",
367 "--buildbot-mastername",
368 "chromium.webkit",
369 "--buildbot-slavename",
370 "TestSlavename",
365 "--goma-deps-cache-dir", 371 "--goma-deps-cache-dir",
366 "[GOMA_DEPS_CACHE]", 372 "[GOMA_DEPS_CACHE]",
367 "--build-data-dir", 373 "--build-data-dir",
368 "[ROOT]/build_data_dir", 374 "[ROOT]/build_data_dir",
369 "--compiler", 375 "--compiler",
370 "goma-clang", 376 "goma-clang",
371 "--goma-jsonstatus", 377 "--goma-jsonstatus",
372 "/path/to/tmp/json", 378 "/path/to/tmp/json",
373 "--goma-service-account-json-file", 379 "--goma-service-account-json-file",
374 "/creds/service_accounts/service-account-goma-client.json", 380 "/creds/service_accounts/service-account-goma-client.json",
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 "~followup_annotations": [ 503 "~followup_annotations": [
498 "@@@STEP_TEXT@WebKit Mac10.10<br />WebKit Mac10.11@@@" 504 "@@@STEP_TEXT@WebKit Mac10.10<br />WebKit Mac10.11@@@"
499 ] 505 ]
500 }, 506 },
501 { 507 {
502 "name": "$result", 508 "name": "$result",
503 "recipe_result": null, 509 "recipe_result": null,
504 "status_code": 0 510 "status_code": 0
505 } 511 }
506 ] 512 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698