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

Side by Side Diff: scripts/slave/recipes/skia/swarm_test.expected/big_issue_number.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 "[SLAVE_BUILD]\\skia\\tools\\buildbot_spec.py", 6 "[SLAVE_BUILD]\\skia\\tools\\buildbot_spec.py",
7 "/path/to/tmp/json", 7 "/path/to/tmp/json",
8 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot" 8 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]\\skia", 10 "cwd": "[SLAVE_BUILD]\\skia",
(...skipping 29 matching lines...) Expand all
40 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": true, @@@", 40 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": true, @@@",
41 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", 41 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@",
42 "@@@STEP_LOG_LINE@json.output@}@@@", 42 "@@@STEP_LOG_LINE@json.output@}@@@",
43 "@@@STEP_LOG_END@json.output@@@" 43 "@@@STEP_LOG_END@json.output@@@"
44 ] 44 ]
45 }, 45 },
46 { 46 {
47 "cmd": [ 47 "cmd": [
48 "python", 48 "python",
49 "-u", 49 "-u",
50 "\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", 50 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
51 "[SLAVE_BUILD]\\skia\\infra\\bots\\assets\\skp\\VERSION", 51 "[SLAVE_BUILD]\\skia\\infra\\bots\\assets\\skp\\VERSION",
52 "/path/to/tmp/" 52 "/path/to/tmp/"
53 ], 53 ],
54 "name": "Get downloaded SKP VERSION" 54 "name": "Get downloaded SKP VERSION"
55 }, 55 },
56 { 56 {
57 "cmd": [ 57 "cmd": [
58 "python", 58 "python",
59 "-u", 59 "-u",
60 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 60 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
61 "42", 61 "42",
62 "[SLAVE_BUILD]\\tmp\\SKP_VERSION" 62 "[SLAVE_BUILD]\\tmp\\SKP_VERSION"
63 ], 63 ],
64 "name": "write SKP_VERSION" 64 "name": "write SKP_VERSION"
65 }, 65 },
66 { 66 {
67 "cmd": [ 67 "cmd": [
68 "python", 68 "python",
69 "-u", 69 "-u",
70 "\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", 70 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
71 "[SLAVE_BUILD]\\skia\\infra\\bots\\assets\\skimage\\VERSION", 71 "[SLAVE_BUILD]\\skia\\infra\\bots\\assets\\skimage\\VERSION",
72 "/path/to/tmp/" 72 "/path/to/tmp/"
73 ], 73 ],
74 "name": "Get downloaded skimage VERSION" 74 "name": "Get downloaded skimage VERSION"
75 }, 75 },
76 { 76 {
77 "cmd": [ 77 "cmd": [
78 "python", 78 "python",
79 "-u", 79 "-u",
80 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 80 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 "SKIA_OUT": "[SLAVE_BUILD]\\out" 255 "SKIA_OUT": "[SLAVE_BUILD]\\out"
256 }, 256 },
257 "name": "dm" 257 "name": "dm"
258 }, 258 },
259 { 259 {
260 "name": "$result", 260 "name": "$result",
261 "recipe_result": null, 261 "recipe_result": null,
262 "status_code": 0 262 "status_code": 0
263 } 263 }
264 ] 264 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698