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

Side by Side Diff: scripts/slave/recipes/bisection/android_bisect.expected/basic_android_s5_perf_bisect.json

Issue 2402583003: Revert "Fix file.copy recipe_module to not fail if files are already equal." (Closed)
Patch Set: Created 4 years, 2 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 "name": "ensure_goma" 4 "name": "ensure_goma"
5 }, 5 },
6 { 6 {
7 "cmd": [ 7 "cmd": [
8 "python", 8 "python",
9 "-u", 9 "-u",
10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
(...skipping 670 matching lines...) Expand 10 before | Expand all | Expand 10 after
681 "CHROMIUM_OUTPUT_DIR": "[BUILDER_CACHE]/android_s5_perf_bisect/src/out/Rel ease", 681 "CHROMIUM_OUTPUT_DIR": "[BUILDER_CACHE]/android_s5_perf_bisect/src/out/Rel ease",
682 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 682 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
683 "PATH": "[BUILDER_CACHE]/android_s5_perf_bisect/src/third_party/android_to ols/sdk/platform-tools:[BUILDER_CACHE]/android_s5_perf_bisect/src/build/android: %(PATH)s" 683 "PATH": "[BUILDER_CACHE]/android_s5_perf_bisect/src/third_party/android_to ols/sdk/platform-tools:[BUILDER_CACHE]/android_s5_perf_bisect/src/build/android: %(PATH)s"
684 }, 684 },
685 "name": "stack_tool_with_logcat_dump" 685 "name": "stack_tool_with_logcat_dump"
686 }, 686 },
687 { 687 {
688 "cmd": [ 688 "cmd": [
689 "python", 689 "python",
690 "-u", 690 "-u",
691 "\nimport shutil\nimport sys\n# Apparently, shutil.copy fails if files are binary-equal on *nix OSes.\n# See http://crbug.com/636168#c8.\nif hasattr(shuti l, '_samefile'):\n if shutil._samefile(sys.argv[1], sys.argv[2]):\n sys.exit (0)\nshutil.copy(sys.argv[1], sys.argv[2])\n", 691 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
692 "[BUILDER_CACHE]/android_s5_perf_bisect/src/chrome/VERSION", 692 "[BUILDER_CACHE]/android_s5_perf_bisect/src/chrome/VERSION",
693 "/path/to/tmp/" 693 "/path/to/tmp/"
694 ], 694 ],
695 "cwd": "[BUILDER_CACHE]/android_s5_perf_bisect", 695 "cwd": "[BUILDER_CACHE]/android_s5_perf_bisect",
696 "name": "get version" 696 "name": "get version"
697 }, 697 },
698 { 698 {
699 "cmd": [ 699 "cmd": [
700 "[BUILDER_CACHE]/android_s5_perf_bisect/src/build/android/tombstones.py", 700 "[BUILDER_CACHE]/android_s5_perf_bisect/src/build/android/tombstones.py",
701 "-a", 701 "-a",
(...skipping 27 matching lines...) Expand all
729 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 729 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
730 "@@@STEP_LOG_END@python.inline@@@" 730 "@@@STEP_LOG_END@python.inline@@@"
731 ] 731 ]
732 }, 732 },
733 { 733 {
734 "name": "$result", 734 "name": "$result",
735 "recipe_result": null, 735 "recipe_result": null,
736 "status_code": 0 736 "status_code": 0
737 } 737 }
738 ] 738 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698