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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/Test-Android-GCC-Nexus7v2-GPU-Tegra3-Arm7-Release.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 "git", 4 "git",
5 "remote", 5 "remote",
6 "set-url", 6 "set-url",
7 "origin", 7 "origin",
8 "https://skia.googlesource.com/skia.git" 8 "https://skia.googlesource.com/skia.git"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": true, @@@", 435 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": true, @@@",
436 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", 436 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@",
437 "@@@STEP_LOG_LINE@json.output@}@@@", 437 "@@@STEP_LOG_LINE@json.output@}@@@",
438 "@@@STEP_LOG_END@json.output@@@" 438 "@@@STEP_LOG_END@json.output@@@"
439 ] 439 ]
440 }, 440 },
441 { 441 {
442 "cmd": [ 442 "cmd": [
443 "python", 443 "python",
444 "-u", 444 "-u",
445 "\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", 445 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
446 "[SLAVE_BUILD]/skia/infra/bots/assets/android_sdk/VERSION", 446 "[SLAVE_BUILD]/skia/infra/bots/assets/android_sdk/VERSION",
447 "/path/to/tmp/" 447 "/path/to/tmp/"
448 ], 448 ],
449 "name": "read android_sdk VERSION" 449 "name": "read android_sdk VERSION"
450 }, 450 },
451 { 451 {
452 "cmd": [ 452 "cmd": [
453 "python", 453 "python",
454 "-u", 454 "-u",
455 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", 455 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py",
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
724 "@@@STEP_LOG_LINE@json.output@}@@@", 724 "@@@STEP_LOG_LINE@json.output@}@@@",
725 "@@@STEP_LOG_END@json.output@@@", 725 "@@@STEP_LOG_END@json.output@@@",
726 "@@@STEP_LINK@shard #0 isolated out@blah@@@", 726 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
727 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@" 727 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@"
728 ] 728 ]
729 }, 729 },
730 { 730 {
731 "cmd": [ 731 "cmd": [
732 "python", 732 "python",
733 "-u", 733 "-u",
734 "\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", 734 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
735 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", 735 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION",
736 "/path/to/tmp/" 736 "/path/to/tmp/"
737 ], 737 ],
738 "name": "read skp VERSION" 738 "name": "read skp VERSION"
739 }, 739 },
740 { 740 {
741 "cmd": [ 741 "cmd": [
742 "python", 742 "python",
743 "-u", 743 "-u",
744 "\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", 744 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
745 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", 745 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION",
746 "/path/to/tmp/" 746 "/path/to/tmp/"
747 ], 747 ],
748 "name": "read skimage VERSION" 748 "name": "read skimage VERSION"
749 }, 749 },
750 { 750 {
751 "cmd": [ 751 "cmd": [
752 "python", 752 "python",
753 "-u", 753 "-u",
754 "\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", 754 "\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",
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
1054 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" 1054 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto"
1055 }, 1055 },
1056 "name": "Upload DM Results" 1056 "name": "Upload DM Results"
1057 }, 1057 },
1058 { 1058 {
1059 "name": "$result", 1059 "name": "$result",
1060 "recipe_result": null, 1060 "recipe_result": null,
1061 "status_code": 0 1061 "status_code": 0
1062 } 1062 }
1063 ] 1063 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698