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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_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", 7 "[BUILDER_CACHE]/linux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 "--gsutil-py-path", 336 "--gsutil-py-path",
337 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 337 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
338 "--ninja-path", 338 "--ninja-path",
339 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 339 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
340 "--target", 340 "--target",
341 "Release", 341 "Release",
342 "--src-dir", 342 "--src-dir",
343 "[BUILDER_CACHE]/linux/src", 343 "[BUILDER_CACHE]/linux/src",
344 "--goma-cache-dir", 344 "--goma-cache-dir",
345 "[GOMA_CACHE]", 345 "[GOMA_CACHE]",
346 "--buildbot-buildername",
347 "Linux Builder",
348 "--buildbot-mastername",
349 "client.skia",
350 "--buildbot-slavename",
351 "TestSlavename",
346 "--goma-deps-cache-dir", 352 "--goma-deps-cache-dir",
347 "[GOMA_DEPS_CACHE]", 353 "[GOMA_DEPS_CACHE]",
348 "--build-data-dir", 354 "--build-data-dir",
349 "[ROOT]/build_data_dir", 355 "[ROOT]/build_data_dir",
350 "--compiler", 356 "--compiler",
351 "goma", 357 "goma",
352 "--goma-jsonstatus", 358 "--goma-jsonstatus",
353 "/path/to/tmp/json", 359 "/path/to/tmp/json",
354 "--goma-service-account-json-file", 360 "--goma-service-account-json-file",
355 "/creds/service_accounts/service-account-goma-client.json", 361 "/creds/service_accounts/service-account-goma-client.json",
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 "~followup_annotations": [ 466 "~followup_annotations": [
461 "@@@STEP_TEXT@Linux Tests@@@" 467 "@@@STEP_TEXT@Linux Tests@@@"
462 ] 468 ]
463 }, 469 },
464 { 470 {
465 "name": "$result", 471 "name": "$result",
466 "recipe_result": null, 472 "recipe_result": null,
467 "status_code": 0 473 "status_code": 0
468 } 474 }
469 ] 475 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698