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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_GPU_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", 7 "[BUILDER_CACHE]/linux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 "--gsutil-py-path", 378 "--gsutil-py-path",
379 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 379 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
380 "--ninja-path", 380 "--ninja-path",
381 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 381 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
382 "--target", 382 "--target",
383 "Release", 383 "Release",
384 "--src-dir", 384 "--src-dir",
385 "[BUILDER_CACHE]/linux/src", 385 "[BUILDER_CACHE]/linux/src",
386 "--goma-cache-dir", 386 "--goma-cache-dir",
387 "[GOMA_CACHE]", 387 "[GOMA_CACHE]",
388 "--buildbot-buildername",
389 "GPU Linux Builder",
390 "--buildbot-mastername",
391 "chromium.gpu.fyi",
392 "--buildbot-slavename",
393 "TestSlavename",
394 "--goma-deps-cache-dir", 388 "--goma-deps-cache-dir",
395 "[GOMA_DEPS_CACHE]", 389 "[GOMA_DEPS_CACHE]",
396 "--build-data-dir", 390 "--build-data-dir",
397 "[ROOT]/build_data_dir", 391 "[ROOT]/build_data_dir",
398 "--compiler", 392 "--compiler",
399 "goma", 393 "goma",
400 "--goma-jsonstatus", 394 "--goma-jsonstatus",
401 "/path/to/tmp/json", 395 "/path/to/tmp/json",
402 "--goma-service-account-json-file", 396 "--goma-service-account-json-file",
403 "/creds/service_accounts/service-account-goma-client.json", 397 "/creds/service_accounts/service-account-goma-client.json",
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
600 "~followup_annotations": [ 594 "~followup_annotations": [
601 "@@@STEP_TEXT@Linux Release (AMD R7 240)<br />Linux Release (ATI)<br />Lin ux Release (NVIDIA GeForce 730)<br />Linux Release (NVIDIA)<br />Linux Release ( New Intel)<br />Optional Linux Release (NVIDIA)@@@" 595 "@@@STEP_TEXT@Linux Release (AMD R7 240)<br />Linux Release (ATI)<br />Lin ux Release (NVIDIA GeForce 730)<br />Linux Release (NVIDIA)<br />Linux Release ( New Intel)<br />Optional Linux Release (NVIDIA)@@@"
602 ] 596 ]
603 }, 597 },
604 { 598 {
605 "name": "$result", 599 "name": "$result",
606 "recipe_result": null, 600 "recipe_result": null,
607 "status_code": 0 601 "status_code": 0
608 } 602 }
609 ] 603 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698