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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_mac_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 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",
379 "--goma-deps-cache-dir", 385 "--goma-deps-cache-dir",
380 "[GOMA_DEPS_CACHE]", 386 "[GOMA_DEPS_CACHE]",
381 "--build-data-dir", 387 "--build-data-dir",
382 "[ROOT]/build_data_dir", 388 "[ROOT]/build_data_dir",
383 "--compiler", 389 "--compiler",
384 "goma-clang", 390 "goma-clang",
385 "--goma-jsonstatus", 391 "--goma-jsonstatus",
386 "/path/to/tmp/json", 392 "/path/to/tmp/json",
387 "--goma-service-account-json-file", 393 "--goma-service-account-json-file",
388 "/creds/service_accounts/service-account-goma-client.json", 394 "/creds/service_accounts/service-account-goma-client.json",
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 "~followup_annotations": [ 536 "~followup_annotations": [
531 "@@@STEP_TEXT@Mac10.10 Tests<br />Mac10.11 Tests<br />Mac10.9 Tests@@@" 537 "@@@STEP_TEXT@Mac10.10 Tests<br />Mac10.11 Tests<br />Mac10.9 Tests@@@"
532 ] 538 ]
533 }, 539 },
534 { 540 {
535 "name": "$result", 541 "name": "$result",
536 "recipe_result": null, 542 "recipe_result": null,
537 "status_code": 0 543 "status_code": 0
538 } 544 }
539 ] 545 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698