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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_Mac_Builder.json

Issue 2306523002: 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_Builder", 7 "[BUILDER_CACHE]/Mac_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 "--gsutil-py-path", 268 "--gsutil-py-path",
269 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 269 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
270 "--ninja-path", 270 "--ninja-path",
271 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 271 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
272 "--target", 272 "--target",
273 "Release", 273 "Release",
274 "--src-dir", 274 "--src-dir",
275 "[BUILDER_CACHE]/Mac_Builder/src", 275 "[BUILDER_CACHE]/Mac_Builder/src",
276 "--goma-cache-dir", 276 "--goma-cache-dir",
277 "[GOMA_CACHE]", 277 "[GOMA_CACHE]",
278 "--buildbot-buildername",
279 "Mac Builder",
280 "--buildbot-mastername",
281 "chromium.perf",
282 "--buildbot-slavename",
283 "TestSlavename",
278 "--goma-deps-cache-dir", 284 "--goma-deps-cache-dir",
279 "[GOMA_DEPS_CACHE]", 285 "[GOMA_DEPS_CACHE]",
280 "--build-data-dir", 286 "--build-data-dir",
281 "[ROOT]/build_data_dir", 287 "[ROOT]/build_data_dir",
282 "--compiler", 288 "--compiler",
283 "goma-clang", 289 "goma-clang",
284 "--goma-jsonstatus", 290 "--goma-jsonstatus",
285 "/path/to/tmp/json", 291 "/path/to/tmp/json",
286 "--goma-service-account-json-file", 292 "--goma-service-account-json-file",
287 "/creds/service_accounts/service-account-goma-client.json", 293 "/creds/service_accounts/service-account-goma-client.json",
(...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after
846 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 852 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
847 }, 853 },
848 "name": "sizes" 854 "name": "sizes"
849 }, 855 },
850 { 856 {
851 "name": "$result", 857 "name": "$result",
852 "recipe_result": null, 858 "recipe_result": null,
853 "status_code": 0 859 "status_code": 0
854 } 860 }
855 ] 861 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698