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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/download_and_push_skimage.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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 "BUILDTYPE": "Debug", 359 "BUILDTYPE": "Debug",
360 "CHROME_HEADLESS": "1", 360 "CHROME_HEADLESS": "1",
361 "SKIA_OUT": "[SLAVE_BUILD]/out" 361 "SKIA_OUT": "[SLAVE_BUILD]/out"
362 }, 362 },
363 "name": "push SK_IMAGE_VERSION" 363 "name": "push SK_IMAGE_VERSION"
364 }, 364 },
365 { 365 {
366 "cmd": [ 366 "cmd": [
367 "python", 367 "python",
368 "-u", 368 "-u",
369 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
370 "[SLAVE_BUILD]/skia/infra/bots/assets/svg/VERSION",
371 "/path/to/tmp/"
372 ],
373 "name": "Get downloaded SVG VERSION"
374 },
375 {
376 "cmd": [
377 "python",
378 "-u",
379 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
380 "42",
381 "[SLAVE_BUILD]/tmp/SVG_VERSION"
382 ],
383 "name": "write SVG_VERSION"
384 },
385 {
386 "cmd": [
387 "[SLAVE_BUILD]/android_sdk/android-sdk/platform-tools/adb",
388 "shell",
389 "cat",
390 "/storage/emulated/legacy/skiabot/skia_tmp_dir/SVG_VERSION"
391 ],
392 "env": {
393 "BUILDTYPE": "Debug",
394 "CHROME_HEADLESS": "1",
395 "SKIA_OUT": "[SLAVE_BUILD]/out"
396 },
397 "name": "read SVG_VERSION",
398 "stdout": "/path/to/tmp/"
399 },
400 {
401 "cmd": [
402 "python",
403 "-u",
369 "\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", 404 "\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",
370 "[CUSTOM_[SWARM_OUT_DIR]]/dm" 405 "[CUSTOM_[SWARM_OUT_DIR]]/dm"
371 ], 406 ],
372 "env": { 407 "env": {
373 "PYTHONPATH": "[SLAVE_BUILD]/skia/infra/bots/.recipe_deps/build/scripts" 408 "PYTHONPATH": "[SLAVE_BUILD]/skia/infra/bots/.recipe_deps/build/scripts"
374 }, 409 },
375 "name": "rmtree dm", 410 "name": "rmtree dm",
376 "~followup_annotations": [ 411 "~followup_annotations": [
377 "@@@STEP_LOG_LINE@python.inline@@@@", 412 "@@@STEP_LOG_LINE@python.inline@@@@",
378 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 413 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 "-d", 585 "-d",
551 "arm_v7_neon", 586 "arm_v7_neon",
552 "-t", 587 "-t",
553 "Debug", 588 "Debug",
554 "dm", 589 "dm",
555 "--undefok", 590 "--undefok",
556 "--resourcePath", 591 "--resourcePath",
557 "/storage/emulated/legacy/skiabot/skia_resources", 592 "/storage/emulated/legacy/skiabot/skia_resources",
558 "--skps", 593 "--skps",
559 "/storage/emulated/legacy/skiabot/skia_skp/skps", 594 "/storage/emulated/legacy/skiabot/skia_skp/skps",
595 "--svgs",
596 "/storage/emulated/legacy/skiabot/skia_svg/svgs",
560 "--images", 597 "--images",
561 "/storage/emulated/legacy/skiabot/skia_images/dm", 598 "/storage/emulated/legacy/skiabot/skia_images/dm",
562 "--colorImages", 599 "--colorImages",
563 "/storage/emulated/legacy/skiabot/skia_images/colorspace", 600 "/storage/emulated/legacy/skiabot/skia_images/colorspace",
564 "--nameByHash", 601 "--nameByHash",
565 "--properties", 602 "--properties",
566 "gitHash", 603 "gitHash",
567 "abc123", 604 "abc123",
568 "master", 605 "master",
569 "client.skia", 606 "client.skia",
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
998 "SKIA_OUT": "[SLAVE_BUILD]/out" 1035 "SKIA_OUT": "[SLAVE_BUILD]/out"
999 }, 1036 },
1000 "name": "kill-server" 1037 "name": "kill-server"
1001 }, 1038 },
1002 { 1039 {
1003 "name": "$result", 1040 "name": "$result",
1004 "recipe_result": null, 1041 "recipe_result": null,
1005 "status_code": 0 1042 "status_code": 0
1006 } 1043 }
1007 ] 1044 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698