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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_failure_with_component_rev.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]/v8_linux_chromium_gn_rel", 7 "[BUILDER_CACHE]/v8_linux_chromium_gn_rel",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 "--gsutil-py-path", 385 "--gsutil-py-path",
386 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 386 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
387 "--ninja-path", 387 "--ninja-path",
388 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 388 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
389 "--target", 389 "--target",
390 "Release", 390 "Release",
391 "--src-dir", 391 "--src-dir",
392 "[BUILDER_CACHE]/v8_linux_chromium_gn_rel/src", 392 "[BUILDER_CACHE]/v8_linux_chromium_gn_rel/src",
393 "--goma-cache-dir", 393 "--goma-cache-dir",
394 "[GOMA_CACHE]", 394 "[GOMA_CACHE]",
395 "--buildbot-buildername",
396 "v8_linux_chromium_gn_rel",
397 "--buildbot-mastername",
398 "tryserver.v8",
399 "--buildbot-slavename",
400 "TestSlavename",
395 "--goma-deps-cache-dir", 401 "--goma-deps-cache-dir",
396 "[GOMA_DEPS_CACHE]", 402 "[GOMA_DEPS_CACHE]",
397 "--compiler", 403 "--compiler",
398 "goma", 404 "goma",
399 "--goma-jsonstatus", 405 "--goma-jsonstatus",
400 "/path/to/tmp/json", 406 "/path/to/tmp/json",
401 "--goma-service-account-json-file", 407 "--goma-service-account-json-file",
402 "/creds/service_accounts/service-account-goma-client.json", 408 "/creds/service_accounts/service-account-goma-client.json",
403 "--goma-dir", 409 "--goma-dir",
404 "[CACHE]/cipd/goma", 410 "[CACHE]/cipd/goma",
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 "--gsutil-py-path", 581 "--gsutil-py-path",
576 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 582 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
577 "--ninja-path", 583 "--ninja-path",
578 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 584 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
579 "--target", 585 "--target",
580 "Release", 586 "Release",
581 "--src-dir", 587 "--src-dir",
582 "[BUILDER_CACHE]/v8_linux_chromium_gn_rel/src", 588 "[BUILDER_CACHE]/v8_linux_chromium_gn_rel/src",
583 "--goma-cache-dir", 589 "--goma-cache-dir",
584 "[GOMA_CACHE]", 590 "[GOMA_CACHE]",
591 "--buildbot-buildername",
592 "v8_linux_chromium_gn_rel",
593 "--buildbot-mastername",
594 "tryserver.v8",
595 "--buildbot-slavename",
596 "TestSlavename",
585 "--goma-deps-cache-dir", 597 "--goma-deps-cache-dir",
586 "[GOMA_DEPS_CACHE]", 598 "[GOMA_DEPS_CACHE]",
587 "--compiler", 599 "--compiler",
588 "goma", 600 "goma",
589 "--goma-jsonstatus", 601 "--goma-jsonstatus",
590 "/path/to/tmp/json", 602 "/path/to/tmp/json",
591 "--goma-service-account-json-file", 603 "--goma-service-account-json-file",
592 "/creds/service_accounts/service-account-goma-client.json", 604 "/creds/service_accounts/service-account-goma-client.json",
593 "--goma-dir", 605 "--goma-dir",
594 "[CACHE]/cipd/goma", 606 "[CACHE]/cipd/goma",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90 b814\"@@@" 638 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90 b814\"@@@"
627 ] 639 ]
628 }, 640 },
629 { 641 {
630 "name": "$result", 642 "name": "$result",
631 "reason": "Step('compile (with patch)') failed with return_code 1", 643 "reason": "Step('compile (with patch)') failed with return_code 1",
632 "recipe_result": null, 644 "recipe_result": null,
633 "status_code": 1 645 "status_code": 1
634 } 646 }
635 ] 647 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698