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

Side by Side Diff: scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_disconnected_device.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 1019 matching lines...) Expand 10 before | Expand all | Expand 10 after
1030 "cwd": "[BUILDER_CACHE]/android_one_perf_bisect/src", 1030 "cwd": "[BUILDER_CACHE]/android_one_perf_bisect/src",
1031 "name": "Gathering reference values.unzip_build_product", 1031 "name": "Gathering reference values.unzip_build_product",
1032 "~followup_annotations": [ 1032 "~followup_annotations": [
1033 "@@@STEP_NEST_LEVEL@1@@@" 1033 "@@@STEP_NEST_LEVEL@1@@@"
1034 ] 1034 ]
1035 }, 1035 },
1036 { 1036 {
1037 "cmd": [ 1037 "cmd": [
1038 "python", 1038 "python",
1039 "-u", 1039 "-u",
1040 "\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", 1040 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
1041 "[BUILDER_CACHE]/android_one_perf_bisect/src/chrome/VERSION", 1041 "[BUILDER_CACHE]/android_one_perf_bisect/src/chrome/VERSION",
1042 "/path/to/tmp/" 1042 "/path/to/tmp/"
1043 ], 1043 ],
1044 "env": { 1044 "env": {
1045 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 1045 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
1046 "PATH": "[BUILDER_CACHE]/android_one_perf_bisect/src/third_party/android_t ools/sdk/platform-tools:[BUILDER_CACHE]/android_one_perf_bisect/src/build/androi d:%(PATH)s" 1046 "PATH": "[BUILDER_CACHE]/android_one_perf_bisect/src/third_party/android_t ools/sdk/platform-tools:[BUILDER_CACHE]/android_one_perf_bisect/src/build/androi d:%(PATH)s"
1047 }, 1047 },
1048 "name": "Gathering reference values.get version", 1048 "name": "Gathering reference values.get version",
1049 "~followup_annotations": [ 1049 "~followup_annotations": [
1050 "@@@STEP_NEST_LEVEL@1@@@" 1050 "@@@STEP_NEST_LEVEL@1@@@"
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
1496 "cwd": "[BUILDER_CACHE]/android_one_perf_bisect/src", 1496 "cwd": "[BUILDER_CACHE]/android_one_perf_bisect/src",
1497 "name": "Gathering reference values.unzip_build_product (2)", 1497 "name": "Gathering reference values.unzip_build_product (2)",
1498 "~followup_annotations": [ 1498 "~followup_annotations": [
1499 "@@@STEP_NEST_LEVEL@1@@@" 1499 "@@@STEP_NEST_LEVEL@1@@@"
1500 ] 1500 ]
1501 }, 1501 },
1502 { 1502 {
1503 "cmd": [ 1503 "cmd": [
1504 "python", 1504 "python",
1505 "-u", 1505 "-u",
1506 "\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", 1506 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
1507 "[BUILDER_CACHE]/android_one_perf_bisect/src/chrome/VERSION", 1507 "[BUILDER_CACHE]/android_one_perf_bisect/src/chrome/VERSION",
1508 "/path/to/tmp/" 1508 "/path/to/tmp/"
1509 ], 1509 ],
1510 "env": { 1510 "env": {
1511 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 1511 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
1512 "PATH": "[BUILDER_CACHE]/android_one_perf_bisect/src/third_party/android_t ools/sdk/platform-tools:[BUILDER_CACHE]/android_one_perf_bisect/src/build/androi d:%(PATH)s" 1512 "PATH": "[BUILDER_CACHE]/android_one_perf_bisect/src/third_party/android_t ools/sdk/platform-tools:[BUILDER_CACHE]/android_one_perf_bisect/src/build/androi d:%(PATH)s"
1513 }, 1513 },
1514 "name": "Gathering reference values.get version (2)", 1514 "name": "Gathering reference values.get version (2)",
1515 "~followup_annotations": [ 1515 "~followup_annotations": [
1516 "@@@STEP_NEST_LEVEL@1@@@" 1516 "@@@STEP_NEST_LEVEL@1@@@"
(...skipping 820 matching lines...) Expand 10 before | Expand all | Expand 10 after
2337 "cwd": "[BUILDER_CACHE]/android_one_perf_bisect/src", 2337 "cwd": "[BUILDER_CACHE]/android_one_perf_bisect/src",
2338 "name": "Gathering reference values.unzip_build_product (3)", 2338 "name": "Gathering reference values.unzip_build_product (3)",
2339 "~followup_annotations": [ 2339 "~followup_annotations": [
2340 "@@@STEP_NEST_LEVEL@1@@@" 2340 "@@@STEP_NEST_LEVEL@1@@@"
2341 ] 2341 ]
2342 }, 2342 },
2343 { 2343 {
2344 "cmd": [ 2344 "cmd": [
2345 "python", 2345 "python",
2346 "-u", 2346 "-u",
2347 "\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", 2347 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
2348 "[BUILDER_CACHE]/android_one_perf_bisect/src/chrome/VERSION", 2348 "[BUILDER_CACHE]/android_one_perf_bisect/src/chrome/VERSION",
2349 "/path/to/tmp/" 2349 "/path/to/tmp/"
2350 ], 2350 ],
2351 "env": { 2351 "env": {
2352 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 2352 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
2353 "PATH": "[BUILDER_CACHE]/android_one_perf_bisect/src/third_party/android_t ools/sdk/platform-tools:[BUILDER_CACHE]/android_one_perf_bisect/src/build/androi d:%(PATH)s" 2353 "PATH": "[BUILDER_CACHE]/android_one_perf_bisect/src/third_party/android_t ools/sdk/platform-tools:[BUILDER_CACHE]/android_one_perf_bisect/src/build/androi d:%(PATH)s"
2354 }, 2354 },
2355 "name": "Gathering reference values.get version (3)", 2355 "name": "Gathering reference values.get version (3)",
2356 "~followup_annotations": [ 2356 "~followup_annotations": [
2357 "@@@STEP_NEST_LEVEL@1@@@" 2357 "@@@STEP_NEST_LEVEL@1@@@"
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
2803 "cwd": "[BUILDER_CACHE]/android_one_perf_bisect/src", 2803 "cwd": "[BUILDER_CACHE]/android_one_perf_bisect/src",
2804 "name": "Gathering reference values.unzip_build_product (4)", 2804 "name": "Gathering reference values.unzip_build_product (4)",
2805 "~followup_annotations": [ 2805 "~followup_annotations": [
2806 "@@@STEP_NEST_LEVEL@1@@@" 2806 "@@@STEP_NEST_LEVEL@1@@@"
2807 ] 2807 ]
2808 }, 2808 },
2809 { 2809 {
2810 "cmd": [ 2810 "cmd": [
2811 "python", 2811 "python",
2812 "-u", 2812 "-u",
2813 "\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", 2813 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
2814 "[BUILDER_CACHE]/android_one_perf_bisect/src/chrome/VERSION", 2814 "[BUILDER_CACHE]/android_one_perf_bisect/src/chrome/VERSION",
2815 "/path/to/tmp/" 2815 "/path/to/tmp/"
2816 ], 2816 ],
2817 "env": { 2817 "env": {
2818 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 2818 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
2819 "PATH": "[BUILDER_CACHE]/android_one_perf_bisect/src/third_party/android_t ools/sdk/platform-tools:[BUILDER_CACHE]/android_one_perf_bisect/src/build/androi d:%(PATH)s" 2819 "PATH": "[BUILDER_CACHE]/android_one_perf_bisect/src/third_party/android_t ools/sdk/platform-tools:[BUILDER_CACHE]/android_one_perf_bisect/src/build/androi d:%(PATH)s"
2820 }, 2820 },
2821 "name": "Gathering reference values.get version (4)", 2821 "name": "Gathering reference values.get version (4)",
2822 "~followup_annotations": [ 2822 "~followup_annotations": [
2823 "@@@STEP_NEST_LEVEL@1@@@" 2823 "@@@STEP_NEST_LEVEL@1@@@"
(...skipping 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
3420 "CHROMIUM_OUTPUT_DIR": "[BUILDER_CACHE]/android_one_perf_bisect/src/out/Re lease", 3420 "CHROMIUM_OUTPUT_DIR": "[BUILDER_CACHE]/android_one_perf_bisect/src/out/Re lease",
3421 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 3421 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
3422 "PATH": "[BUILDER_CACHE]/android_one_perf_bisect/src/third_party/android_t ools/sdk/platform-tools:[BUILDER_CACHE]/android_one_perf_bisect/src/build/androi d:%(PATH)s" 3422 "PATH": "[BUILDER_CACHE]/android_one_perf_bisect/src/third_party/android_t ools/sdk/platform-tools:[BUILDER_CACHE]/android_one_perf_bisect/src/build/androi d:%(PATH)s"
3423 }, 3423 },
3424 "name": "stack_tool_with_logcat_dump" 3424 "name": "stack_tool_with_logcat_dump"
3425 }, 3425 },
3426 { 3426 {
3427 "cmd": [ 3427 "cmd": [
3428 "python", 3428 "python",
3429 "-u", 3429 "-u",
3430 "\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", 3430 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
3431 "[BUILDER_CACHE]/android_one_perf_bisect/src/chrome/VERSION", 3431 "[BUILDER_CACHE]/android_one_perf_bisect/src/chrome/VERSION",
3432 "/path/to/tmp/" 3432 "/path/to/tmp/"
3433 ], 3433 ],
3434 "cwd": "[BUILDER_CACHE]/android_one_perf_bisect", 3434 "cwd": "[BUILDER_CACHE]/android_one_perf_bisect",
3435 "name": "get version" 3435 "name": "get version"
3436 }, 3436 },
3437 { 3437 {
3438 "cmd": [ 3438 "cmd": [
3439 "[BUILDER_CACHE]/android_one_perf_bisect/src/build/android/tombstones.py", 3439 "[BUILDER_CACHE]/android_one_perf_bisect/src/build/android/tombstones.py",
3440 "-a", 3440 "-a",
(...skipping 27 matching lines...) Expand all
3468 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 3468 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
3469 "@@@STEP_LOG_END@python.inline@@@" 3469 "@@@STEP_LOG_END@python.inline@@@"
3470 ] 3470 ]
3471 }, 3471 },
3472 { 3472 {
3473 "name": "$result", 3473 "name": "$result",
3474 "recipe_result": null, 3474 "recipe_result": null,
3475 "status_code": 0 3475 "status_code": 0
3476 } 3476 }
3477 ] 3477 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698