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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_gtest_asan_android.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 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--spec", 7 "--spec",
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]\ntarget_os = ['android']", 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]\ntarget_os = ['android']",
9 "--patch_root", 9 "--patch_root",
10 "src", 10 "src",
(...skipping 690 matching lines...) Expand 10 before | Expand all | Expand 10 after
701 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 701 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
702 "LLVM_FORCE_HEAD_REVISION": "YES", 702 "LLVM_FORCE_HEAD_REVISION": "YES",
703 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 703 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
704 }, 704 },
705 "name": "stack_tool_with_logcat_dump" 705 "name": "stack_tool_with_logcat_dump"
706 }, 706 },
707 { 707 {
708 "cmd": [ 708 "cmd": [
709 "python", 709 "python",
710 "-u", 710 "-u",
711 "\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", 711 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
712 "[SLAVE_BUILD]/src/chrome/VERSION", 712 "[SLAVE_BUILD]/src/chrome/VERSION",
713 "/path/to/tmp/" 713 "/path/to/tmp/"
714 ], 714 ],
715 "env": { 715 "env": {
716 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 716 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
717 "LLVM_FORCE_HEAD_REVISION": "YES", 717 "LLVM_FORCE_HEAD_REVISION": "YES",
718 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 718 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
719 }, 719 },
720 "name": "get version" 720 "name": "get version"
721 }, 721 },
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
798 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 798 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
799 "@@@STEP_LOG_END@python.inline@@@" 799 "@@@STEP_LOG_END@python.inline@@@"
800 ] 800 ]
801 }, 801 },
802 { 802 {
803 "name": "$result", 803 "name": "$result",
804 "recipe_result": null, 804 "recipe_result": null,
805 "status_code": 0 805 "status_code": 0
806 } 806 }
807 ] 807 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698