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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/failed_get_hashes.json

Issue 2231943002: Use SVGs CIPD package and use SVG as a DM source (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Fix test Created 4 years, 4 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 "which", 4 "which",
5 "adb" 5 "adb"
6 ], 6 ],
7 "name": "which adb", 7 "name": "which adb",
8 "stdout": "/path/to/tmp/", 8 "stdout": "/path/to/tmp/",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "step returned non-zero exit code: 1", 10 "step returned non-zero exit code: 1",
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 "CHROME_HEADLESS": "1", 261 "CHROME_HEADLESS": "1",
262 "SKIA_OUT": "[SLAVE_BUILD]/out" 262 "SKIA_OUT": "[SLAVE_BUILD]/out"
263 }, 263 },
264 "name": "read SK_IMAGE_VERSION", 264 "name": "read SK_IMAGE_VERSION",
265 "stdout": "/path/to/tmp/" 265 "stdout": "/path/to/tmp/"
266 }, 266 },
267 { 267 {
268 "cmd": [ 268 "cmd": [
269 "python", 269 "python",
270 "-u", 270 "-u",
271 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
272 "[SLAVE_BUILD]/skia/infra/bots/assets/svg/VERSION",
273 "/path/to/tmp/"
274 ],
275 "name": "Get downloaded SVG VERSION"
276 },
277 {
278 "cmd": [
279 "python",
280 "-u",
281 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
282 "42",
283 "[SLAVE_BUILD]/tmp/SVG_VERSION"
284 ],
285 "name": "write SVG_VERSION"
286 },
287 {
288 "cmd": [
289 "[SLAVE_BUILD]/android_sdk/android-sdk/platform-tools/adb",
290 "shell",
291 "cat",
292 "/storage/emulated/legacy/skiabot/skia_tmp_dir/SVG_VERSION"
293 ],
294 "env": {
295 "BUILDTYPE": "Debug",
296 "CHROME_HEADLESS": "1",
297 "SKIA_OUT": "[SLAVE_BUILD]/out"
298 },
299 "name": "read SVG_VERSION",
300 "stdout": "/path/to/tmp/"
301 },
302 {
303 "cmd": [
304 "python",
305 "-u",
271 "\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", 306 "\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",
272 "[CUSTOM_[SWARM_OUT_DIR]]/dm" 307 "[CUSTOM_[SWARM_OUT_DIR]]/dm"
273 ], 308 ],
274 "env": { 309 "env": {
275 "PYTHONPATH": "[SLAVE_BUILD]/skia/infra/bots/.recipe_deps/build/scripts" 310 "PYTHONPATH": "[SLAVE_BUILD]/skia/infra/bots/.recipe_deps/build/scripts"
276 }, 311 },
277 "name": "rmtree dm", 312 "name": "rmtree dm",
278 "~followup_annotations": [ 313 "~followup_annotations": [
279 "@@@STEP_LOG_LINE@python.inline@@@@", 314 "@@@STEP_LOG_LINE@python.inline@@@@",
280 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 315 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 "-d", 489 "-d",
455 "arm_v7_neon", 490 "arm_v7_neon",
456 "-t", 491 "-t",
457 "Debug", 492 "Debug",
458 "dm", 493 "dm",
459 "--undefok", 494 "--undefok",
460 "--resourcePath", 495 "--resourcePath",
461 "/storage/emulated/legacy/skiabot/skia_resources", 496 "/storage/emulated/legacy/skiabot/skia_resources",
462 "--skps", 497 "--skps",
463 "/storage/emulated/legacy/skiabot/skia_skp/skps", 498 "/storage/emulated/legacy/skiabot/skia_skp/skps",
499 "--svgs",
500 "/storage/emulated/legacy/skiabot/skia_svg/svgs",
464 "--images", 501 "--images",
465 "/storage/emulated/legacy/skiabot/skia_images/dm", 502 "/storage/emulated/legacy/skiabot/skia_images/dm",
466 "--colorImages", 503 "--colorImages",
467 "/storage/emulated/legacy/skiabot/skia_images/colorspace", 504 "/storage/emulated/legacy/skiabot/skia_images/colorspace",
468 "--nameByHash", 505 "--nameByHash",
469 "--properties", 506 "--properties",
470 "gitHash", 507 "gitHash",
471 "abc123", 508 "abc123",
472 "master", 509 "master",
473 "client.skia", 510 "client.skia",
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
902 "SKIA_OUT": "[SLAVE_BUILD]/out" 939 "SKIA_OUT": "[SLAVE_BUILD]/out"
903 }, 940 },
904 "name": "kill-server" 941 "name": "kill-server"
905 }, 942 },
906 { 943 {
907 "name": "$result", 944 "name": "$result",
908 "recipe_result": null, 945 "recipe_result": null,
909 "status_code": 0 946 "status_code": 0
910 } 947 }
911 ] 948 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698