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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_Linux_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]/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",
263 "--goma-deps-cache-dir", 257 "--goma-deps-cache-dir",
264 "[GOMA_DEPS_CACHE]", 258 "[GOMA_DEPS_CACHE]",
265 "--build-data-dir", 259 "--build-data-dir",
266 "[ROOT]/build_data_dir", 260 "[ROOT]/build_data_dir",
267 "--compiler", 261 "--compiler",
268 "goma", 262 "goma",
269 "--goma-jsonstatus", 263 "--goma-jsonstatus",
270 "/path/to/tmp/json", 264 "/path/to/tmp/json",
271 "--goma-service-account-json-file", 265 "--goma-service-account-json-file",
272 "/creds/service_accounts/service-account-goma-client.json", 266 "/creds/service_accounts/service-account-goma-client.json",
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 481 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
488 }, 482 },
489 "name": "sizes" 483 "name": "sizes"
490 }, 484 },
491 { 485 {
492 "name": "$result", 486 "name": "$result",
493 "recipe_result": null, 487 "recipe_result": null,
494 "status_code": 0 488 "status_code": 0
495 } 489 }
496 ] 490 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698