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

Side by Side Diff: scripts/slave/recipes/skia/swarm_compile.expected/Build-Ubuntu-GCC-x86_64-Release-CMake.json

Issue 1930433002: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Rebase Created 4 years, 7 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 "Build-Ubuntu-GCC-x86_64-Release-CMake" 8 "Build-Ubuntu-GCC-x86_64-Release-CMake"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 "name": "cmake_build" 56 "name": "cmake_build"
57 }, 57 },
58 { 58 {
59 "cmd": [ 59 "cmd": [
60 "python", 60 "python",
61 "-u", 61 "-u",
62 "import errno\nimport glob\nimport os\nimport shutil\nimport sys\n\nsrc = sys.argv[1]\ndst = sys.argv[2]\nbuild_products_whitelist = ['dm', 'dm.exe', 'nan obench', 'nanobench.exe', '*.so', '*.dll', '*.dylib', 'skia_launcher', 'lib/*.so ', 'iOSShell.app', 'iOSShell.ipa']\n\ntry:\n os.makedirs(dst)\nexcept OSError a s e:\n if e.errno != errno.EEXIST:\n raise\n\nfor pattern in build_products_ whitelist:\n path = os.path.join(src, pattern)\n for f in glob.glob(path):\n print 'Copying build product %s to %s' % (f, dst)\n shutil.move(f, dst)\n", 62 "import errno\nimport glob\nimport os\nimport shutil\nimport sys\n\nsrc = sys.argv[1]\ndst = sys.argv[2]\nbuild_products_whitelist = ['dm', 'dm.exe', 'nan obench', 'nanobench.exe', '*.so', '*.dll', '*.dylib', 'skia_launcher', 'lib/*.so ', 'iOSShell.app', 'iOSShell.ipa']\n\ntry:\n os.makedirs(dst)\nexcept OSError a s e:\n if e.errno != errno.EEXIST:\n raise\n\nfor pattern in build_products_ whitelist:\n path = os.path.join(src, pattern)\n for f in glob.glob(path):\n print 'Copying build product %s to %s' % (f, dst)\n shutil.move(f, dst)\n",
63 "[SLAVE_BUILD]/out/Release", 63 "[SLAVE_BUILD]/out/Release",
64 "[SWARM_OUT_DIR]/out/Release" 64 "[SWARM_OUT_DIR]/out/Release"
65 ], 65 ],
66 "cwd": "[SLAVE_BUILD]",
67 "name": "copy build products", 66 "name": "copy build products",
68 "~followup_annotations": [ 67 "~followup_annotations": [
69 "@@@STEP_LOG_LINE@python.inline@import errno@@@", 68 "@@@STEP_LOG_LINE@python.inline@import errno@@@",
70 "@@@STEP_LOG_LINE@python.inline@import glob@@@", 69 "@@@STEP_LOG_LINE@python.inline@import glob@@@",
71 "@@@STEP_LOG_LINE@python.inline@import os@@@", 70 "@@@STEP_LOG_LINE@python.inline@import os@@@",
72 "@@@STEP_LOG_LINE@python.inline@import shutil@@@", 71 "@@@STEP_LOG_LINE@python.inline@import shutil@@@",
73 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 72 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
74 "@@@STEP_LOG_LINE@python.inline@@@@", 73 "@@@STEP_LOG_LINE@python.inline@@@@",
75 "@@@STEP_LOG_LINE@python.inline@src = sys.argv[1]@@@", 74 "@@@STEP_LOG_LINE@python.inline@src = sys.argv[1]@@@",
76 "@@@STEP_LOG_LINE@python.inline@dst = sys.argv[2]@@@", 75 "@@@STEP_LOG_LINE@python.inline@dst = sys.argv[2]@@@",
(...skipping 12 matching lines...) Expand all
89 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst)@@@", 88 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst)@@@",
90 "@@@STEP_LOG_END@python.inline@@@" 89 "@@@STEP_LOG_END@python.inline@@@"
91 ] 90 ]
92 }, 91 },
93 { 92 {
94 "name": "$result", 93 "name": "$result",
95 "recipe_result": null, 94 "recipe_result": null,
96 "status_code": 0 95 "status_code": 0
97 } 96 }
98 ] 97 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698