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

Side by Side Diff: scripts/slave/recipes/skia/swarm_perf.expected/big_issue_number.json

Issue 2154223003: Revert of [Skia] Convert Sk Images to a CIPD package (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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 "\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", 6 "\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",
7 "[CUSTOM_C:\\_B_WORK]", 7 "[CUSTOM_C:\\_B_WORK]",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout_path", 10 "name": "makedirs checkout_path",
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 "[SLAVE_BUILD]\\tmp\\SKP_VERSION", 157 "[SLAVE_BUILD]\\tmp\\SKP_VERSION",
158 "/path/to/tmp/" 158 "/path/to/tmp/"
159 ], 159 ],
160 "name": "Get downloaded SKP_VERSION" 160 "name": "Get downloaded SKP_VERSION"
161 }, 161 },
162 { 162 {
163 "cmd": [ 163 "cmd": [
164 "python", 164 "python",
165 "-u", 165 "-u",
166 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 166 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
167 "[CUSTOM_C:\\_B_WORK]\\skia\\infra\\bots\\assets\\skimage\\VERSION", 167 "[SLAVE_BUILD]\\tmp\\SK_IMAGE_VERSION",
168 "/path/to/tmp/" 168 "/path/to/tmp/"
169 ], 169 ],
170 "name": "Get downloaded skimage VERSION" 170 "name": "Get downloaded SK_IMAGE_VERSION"
171 }, 171 },
172 { 172 {
173 "cmd": [ 173 "cmd": [
174 "python",
175 "-u",
176 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
177 "42",
178 "[SLAVE_BUILD]\\tmp\\SK_IMAGE_VERSION"
179 ],
180 "name": "write SK_IMAGE_VERSION"
181 },
182 {
183 "cmd": [
184 "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86-Debug\\Debug\\nanoben ch", 174 "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86-Debug\\Debug\\nanoben ch",
185 "--undefok", 175 "--undefok",
186 "-i", 176 "-i",
187 "[CUSTOM_C:\\_B_WORK]\\skia\\resources", 177 "[CUSTOM_C:\\_B_WORK]\\skia\\resources",
188 "--skps", 178 "--skps",
189 "[SLAVE_BUILD]\\skps", 179 "[SLAVE_BUILD]\\skps",
190 "--images", 180 "--images",
191 "[SLAVE_BUILD]\\skimage\\nanobench", 181 "[SLAVE_BUILD]\\images\\nanobench",
192 "--dummy-flags" 182 "--dummy-flags"
193 ], 183 ],
194 "env": { 184 "env": {
195 "BUILDTYPE": "Debug", 185 "BUILDTYPE": "Debug",
196 "CHROME_HEADLESS": "1", 186 "CHROME_HEADLESS": "1",
197 "GYP_DEFINES": "qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86 skia_warnings_as_er rors=1 skia_win_debuggers_path=c:/DbgHelp skia_win_ltcg=0", 187 "GYP_DEFINES": "qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86 skia_warnings_as_er rors=1 skia_win_debuggers_path=c:/DbgHelp skia_win_ltcg=0",
198 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[dep ot_tools]", 188 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[dep ot_tools]",
199 "PYTHONPATH": "[BUILD]\\scripts", 189 "PYTHONPATH": "[BUILD]\\scripts",
200 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86-Debug" 190 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86-Debug"
201 }, 191 },
202 "name": "nanobench" 192 "name": "nanobench"
203 }, 193 },
204 { 194 {
205 "name": "$result", 195 "name": "$result",
206 "recipe_result": null, 196 "recipe_result": null,
207 "status_code": 0 197 "status_code": 0
208 } 198 }
209 ] 199 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698