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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_Linux_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]/Linux_Builder", 7 "[BUILDER_CACHE]/Linux_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 "--gsutil-py-path", 247 "--gsutil-py-path",
248 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 248 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
249 "--ninja-path", 249 "--ninja-path",
250 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 250 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
251 "--target", 251 "--target",
252 "Release", 252 "Release",
253 "--src-dir", 253 "--src-dir",
254 "[BUILDER_CACHE]/Linux_Builder/src", 254 "[BUILDER_CACHE]/Linux_Builder/src",
255 "--goma-cache-dir", 255 "--goma-cache-dir",
256 "[GOMA_CACHE]", 256 "[GOMA_CACHE]",
257 "--buildbot-buildername",
258 "Linux Builder",
259 "--buildbot-mastername",
260 "chromium.perf",
261 "--buildbot-slavename",
262 "TestSlavename",
257 "--goma-deps-cache-dir", 263 "--goma-deps-cache-dir",
258 "[GOMA_DEPS_CACHE]", 264 "[GOMA_DEPS_CACHE]",
259 "--build-data-dir", 265 "--build-data-dir",
260 "[ROOT]/build_data_dir", 266 "[ROOT]/build_data_dir",
261 "--compiler", 267 "--compiler",
262 "goma", 268 "goma",
263 "--goma-jsonstatus", 269 "--goma-jsonstatus",
264 "/path/to/tmp/json", 270 "/path/to/tmp/json",
265 "--goma-service-account-json-file", 271 "--goma-service-account-json-file",
266 "/creds/service_accounts/service-account-goma-client.json", 272 "/creds/service_accounts/service-account-goma-client.json",
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 487 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
482 }, 488 },
483 "name": "sizes" 489 "name": "sizes"
484 }, 490 },
485 { 491 {
486 "name": "$result", 492 "name": "$result",
487 "recipe_result": null, 493 "recipe_result": null,
488 "status_code": 0 494 "status_code": 0
489 } 495 }
490 ] 496 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698