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

Side by Side Diff: scripts/slave/recipes/skia/swarm_test.expected/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot.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-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot" 8 "Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": false, @@@", 43 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": false, @@@",
44 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", 44 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@",
45 "@@@STEP_LOG_LINE@json.output@}@@@", 45 "@@@STEP_LOG_LINE@json.output@}@@@",
46 "@@@STEP_LOG_END@json.output@@@" 46 "@@@STEP_LOG_END@json.output@@@"
47 ] 47 ]
48 }, 48 },
49 { 49 {
50 "cmd": [ 50 "cmd": [
51 "python", 51 "python",
52 "-u", 52 "-u",
53 "\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", 53 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
54 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", 54 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION",
55 "/path/to/tmp/" 55 "/path/to/tmp/"
56 ], 56 ],
57 "name": "Get downloaded SKP VERSION" 57 "name": "Get downloaded SKP VERSION"
58 }, 58 },
59 { 59 {
60 "cmd": [ 60 "cmd": [
61 "python", 61 "python",
62 "-u", 62 "-u",
63 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 63 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
64 "42", 64 "42",
65 "[SLAVE_BUILD]/tmp/SKP_VERSION" 65 "[SLAVE_BUILD]/tmp/SKP_VERSION"
66 ], 66 ],
67 "name": "write SKP_VERSION" 67 "name": "write SKP_VERSION"
68 }, 68 },
69 { 69 {
70 "cmd": [ 70 "cmd": [
71 "python", 71 "python",
72 "-u", 72 "-u",
73 "\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", 73 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
74 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", 74 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION",
75 "/path/to/tmp/" 75 "/path/to/tmp/"
76 ], 76 ],
77 "name": "Get downloaded skimage VERSION" 77 "name": "Get downloaded skimage VERSION"
78 }, 78 },
79 { 79 {
80 "cmd": [ 80 "cmd": [
81 "python", 81 "python",
82 "-u", 82 "-u",
83 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 83 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path .isdir(sys.argv[1]):@@@", 278 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path .isdir(sys.argv[1]):@@@",
279 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@", 279 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@",
280 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@ @@", 280 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@ @@",
281 "@@@STEP_LOG_END@python.inline@@@" 281 "@@@STEP_LOG_END@python.inline@@@"
282 ] 282 ]
283 }, 283 },
284 { 284 {
285 "cmd": [ 285 "cmd": [
286 "python", 286 "python",
287 "-u", 287 "-u",
288 "\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", 288 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
289 "[SLAVE_BUILD]/out/coverage_results/file 1", 289 "[SLAVE_BUILD]/out/coverage_results/file 1",
290 "[CUSTOM_[SWARM_OUT_DIR]]" 290 "[CUSTOM_[SWARM_OUT_DIR]]"
291 ], 291 ],
292 "name": "Copy to swarming out" 292 "name": "Copy to swarming out"
293 }, 293 },
294 { 294 {
295 "cmd": [ 295 "cmd": [
296 "python", 296 "python",
297 "-u", 297 "-u",
298 "\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", 298 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
299 "[SLAVE_BUILD]/out/coverage_results/file 2", 299 "[SLAVE_BUILD]/out/coverage_results/file 2",
300 "[CUSTOM_[SWARM_OUT_DIR]]" 300 "[CUSTOM_[SWARM_OUT_DIR]]"
301 ], 301 ],
302 "name": "Copy to swarming out (2)" 302 "name": "Copy to swarming out (2)"
303 }, 303 },
304 { 304 {
305 "name": "$result", 305 "name": "$result",
306 "recipe_result": null, 306 "recipe_result": null,
307 "status_code": 0 307 "status_code": 0
308 } 308 }
309 ] 309 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698