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

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug.json

Issue 2240153002: Turn on SVGs for all Test bots (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Initial upload 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 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport json\nimport sys\n\nwith open(sys.argv[1]) as f:\n content = js on.load(f)\n\nprint json.dumps(content, indent=2)\n", 6 "\nimport json\nimport sys\n\nwith open(sys.argv[1]) as f:\n content = js on.load(f)\n\nprint json.dumps(content, indent=2)\n",
7 "{\"buildername\": \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug\", \"buildn umber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\", \"rec ipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skiabot-lin ux-swarm-000\"}" 7 "{\"buildername\": \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug\", \"buildn umber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\", \"rec ipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skiabot-lin ux-swarm-000\"}"
8 ], 8 ],
9 "name": "print properties", 9 "name": "print properties",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 473 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
474 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", 474 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION",
475 "/path/to/tmp/" 475 "/path/to/tmp/"
476 ], 476 ],
477 "name": "read skimage VERSION" 477 "name": "read skimage VERSION"
478 }, 478 },
479 { 479 {
480 "cmd": [ 480 "cmd": [
481 "python", 481 "python",
482 "-u", 482 "-u",
483 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
484 "[SLAVE_BUILD]/skia/infra/bots/assets/svg/VERSION",
485 "/path/to/tmp/"
486 ],
487 "name": "read svg VERSION"
488 },
489 {
490 "cmd": [
491 "python",
492 "-u",
483 "\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", 493 "\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",
484 "[SLAVE_BUILD]/swarming_temp_dir", 494 "[SLAVE_BUILD]/swarming_temp_dir",
485 "511" 495 "511"
486 ], 496 ],
487 "name": "makedirs swarming tmp dir (2)", 497 "name": "makedirs swarming tmp dir (2)",
488 "~followup_annotations": [ 498 "~followup_annotations": [
489 "@@@STEP_LOG_LINE@python.inline@@@@", 499 "@@@STEP_LOG_LINE@python.inline@@@@",
490 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 500 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
491 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 501 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
492 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 502 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 "--tag", 631 "--tag",
622 "revision:abc123", 632 "revision:abc123",
623 "--tag", 633 "--tag",
624 "slavename:skiabot-linux-swarm-000", 634 "slavename:skiabot-linux-swarm-000",
625 "--tag", 635 "--tag",
626 "stepname:test_skia on Ubuntu", 636 "stepname:test_skia on Ubuntu",
627 "--cipd-package", 637 "--cipd-package",
628 "skp:skia/bots/skp:version:0", 638 "skp:skia/bots/skp:version:0",
629 "--cipd-package", 639 "--cipd-package",
630 "skimage:skia/bots/skimage:version:0", 640 "skimage:skia/bots/skimage:version:0",
641 "--cipd-package",
642 "svg:skia/bots/svg:version:0",
631 "def456", 643 "def456",
632 "--", 644 "--",
633 "--workdir", 645 "--workdir",
634 "../../..", 646 "../../..",
635 "swarm_test", 647 "swarm_test",
636 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", 648 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug",
637 "mastername=client.skia", 649 "mastername=client.skia",
638 "buildnumber=5", 650 "buildnumber=5",
639 "slavename=skiabot-linux-swarm-000", 651 "slavename=skiabot-linux-swarm-000",
640 "reason=Triggered by Skia swarm_trigger Recipe", 652 "reason=Triggered by Skia swarm_trigger Recipe",
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
793 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" 805 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto"
794 }, 806 },
795 "name": "Upload DM Results" 807 "name": "Upload DM Results"
796 }, 808 },
797 { 809 {
798 "name": "$result", 810 "name": "$result",
799 "recipe_result": null, 811 "recipe_result": null,
800 "status_code": 0 812 "status_code": 0
801 } 813 }
802 ] 814 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698