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

Side by Side Diff: scripts/slave/recipes/syzygy/continuous.expected/full_master_client_syzygy_Syzygy_Official.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_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 143 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
144 "@@@STEP_LOG_LINE@python.inline@@@@", 144 "@@@STEP_LOG_LINE@python.inline@@@@",
145 "@@@STEP_LOG_LINE@python.inline@chromium_utils.RemoveFilesWildcards(sys.ar gv[1], root=sys.argv[2])@@@", 145 "@@@STEP_LOG_LINE@python.inline@chromium_utils.RemoveFilesWildcards(sys.ar gv[1], root=sys.argv[2])@@@",
146 "@@@STEP_LOG_END@python.inline@@@" 146 "@@@STEP_LOG_END@python.inline@@@"
147 ] 147 ]
148 }, 148 },
149 { 149 {
150 "cmd": [ 150 "cmd": [
151 "python", 151 "python",
152 "-u", 152 "-u",
153 "\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", 153 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
154 "[SLAVE_BUILD]\\src\\syzygy\\unittests.gypi", 154 "[SLAVE_BUILD]\\src\\syzygy\\unittests.gypi",
155 "/path/to/tmp/" 155 "/path/to/tmp/"
156 ], 156 ],
157 "name": "read_unittests_gypi" 157 "name": "read_unittests_gypi"
158 }, 158 },
159 { 159 {
160 "cmd": [ 160 "cmd": [
161 "python", 161 "python",
162 "-u", 162 "-u",
163 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 163 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 "--target", 263 "--target",
264 "Release", 264 "Release",
265 "--verbose" 265 "--verbose"
266 ], 266 ],
267 "name": "benchmark_chrome" 267 "name": "benchmark_chrome"
268 }, 268 },
269 { 269 {
270 "cmd": [ 270 "cmd": [
271 "python", 271 "python",
272 "-u", 272 "-u",
273 "\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", 273 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
274 "[SLAVE_BUILD]\\src\\syzygy\\SYZYGY_VERSION", 274 "[SLAVE_BUILD]\\src\\syzygy\\SYZYGY_VERSION",
275 "/path/to/tmp/" 275 "/path/to/tmp/"
276 ], 276 ],
277 "name": "read_version" 277 "name": "read_version"
278 }, 278 },
279 { 279 {
280 "cmd": [ 280 "cmd": [
281 "python", 281 "python",
282 "-u", 282 "-u",
283 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\syzygy\\gsutil_cp_dir.py", 283 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\syzygy\\gsutil_cp_dir.py",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 "~followup_annotations": [ 320 "~followup_annotations": [
321 "@@@STEP_TEXT@Syzygy Smoke Test@@@" 321 "@@@STEP_TEXT@Syzygy Smoke Test@@@"
322 ] 322 ]
323 }, 323 },
324 { 324 {
325 "name": "$result", 325 "name": "$result",
326 "recipe_result": null, 326 "recipe_result": null,
327 "status_code": 0 327 "status_code": 0
328 } 328 }
329 ] 329 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698