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

Side by Side Diff: scripts/slave/recipes/skia/swarm_test.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 "python", 174 "python",
185 "-u", 175 "-u",
186 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 176 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
187 "[CUSTOM_[SWARM_OUT_DIR]]\\dm" 177 "[CUSTOM_[SWARM_OUT_DIR]]\\dm"
188 ], 178 ],
189 "env": { 179 "env": {
190 "PYTHONPATH": "build\\scripts" 180 "PYTHONPATH": "build\\scripts"
191 }, 181 },
192 "name": "rmtree dm", 182 "name": "rmtree dm",
193 "~followup_annotations": [ 183 "~followup_annotations": [
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 }, 288 },
299 { 289 {
300 "cmd": [ 290 "cmd": [
301 "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86-Debug\\Debug\\dm", 291 "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86-Debug\\Debug\\dm",
302 "--undefok", 292 "--undefok",
303 "--resourcePath", 293 "--resourcePath",
304 "[CUSTOM_C:\\_B_WORK]\\skia\\resources", 294 "[CUSTOM_C:\\_B_WORK]\\skia\\resources",
305 "--skps", 295 "--skps",
306 "[SLAVE_BUILD]\\skps", 296 "[SLAVE_BUILD]\\skps",
307 "--images", 297 "--images",
308 "[SLAVE_BUILD]\\skimage\\dm", 298 "[SLAVE_BUILD]\\images\\dm",
309 "--nameByHash", 299 "--nameByHash",
310 "--properties", 300 "--properties",
311 "gitHash", 301 "gitHash",
312 "164710", 302 "164710",
313 "master", 303 "master",
314 "client.skia.compile", 304 "client.skia.compile",
315 "builder", 305 "builder",
316 "Build-Win-MSVC-x86-Debug", 306 "Build-Win-MSVC-x86-Debug",
317 "build_number", 307 "build_number",
318 "5", 308 "5",
319 "--colorImages", 309 "--colorImages",
320 "[SLAVE_BUILD]\\skimage\\colorspace", 310 "[SLAVE_BUILD]\\images\\colorspace",
321 "--key", 311 "--key",
322 "compiler", 312 "compiler",
323 "MSVC", 313 "MSVC",
324 "configuration", 314 "configuration",
325 "Debug", 315 "Debug",
326 "os", 316 "os",
327 "Win", 317 "Win",
328 "target_arch", 318 "target_arch",
329 "x86", 319 "x86",
330 "--uninterestingHashesFile", 320 "--uninterestingHashesFile",
(...skipping 11 matching lines...) Expand all
342 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86-Debug" 332 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86-Debug"
343 }, 333 },
344 "name": "dm" 334 "name": "dm"
345 }, 335 },
346 { 336 {
347 "name": "$result", 337 "name": "$result",
348 "recipe_result": null, 338 "recipe_result": null,
349 "status_code": 0 339 "status_code": 0
350 } 340 }
351 ] 341 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698