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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_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_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",
284 "--goma-deps-cache-dir", 278 "--goma-deps-cache-dir",
285 "[GOMA_DEPS_CACHE]", 279 "[GOMA_DEPS_CACHE]",
286 "--build-data-dir", 280 "--build-data-dir",
287 "[ROOT]/build_data_dir", 281 "[ROOT]/build_data_dir",
288 "--compiler", 282 "--compiler",
289 "goma-clang", 283 "goma-clang",
290 "--goma-jsonstatus", 284 "--goma-jsonstatus",
291 "/path/to/tmp/json", 285 "/path/to/tmp/json",
292 "--goma-service-account-json-file", 286 "--goma-service-account-json-file",
293 "/creds/service_accounts/service-account-goma-client.json", 287 "/creds/service_accounts/service-account-goma-client.json",
(...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after
852 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 846 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
853 }, 847 },
854 "name": "sizes" 848 "name": "sizes"
855 }, 849 },
856 { 850 {
857 "name": "$result", 851 "name": "$result",
858 "recipe_result": null, 852 "recipe_result": null,
859 "status_code": 0 853 "status_code": 0
860 } 854 }
861 ] 855 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698