OLD | NEW |
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-Clang-GCE-CPU-AVX2-x86_64-Debug-MSAN\", \
"buildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\"
, \"recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skia
bot-linux-swarm-000\"}" | 7 "{\"buildername\": \"Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Debug-MSAN\", \
"buildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\"
, \"recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skia
bot-linux-swarm-000\"}" |
8 ], | 8 ], |
9 "name": "print properties", | 9 "name": "print properties", |
10 "~followup_annotations": [ | 10 "~followup_annotations": [ |
(...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
495 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 495 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
496 "[SLAVE_BUILD]/skia/infra/bots/assets/svg/VERSION", | 496 "[SLAVE_BUILD]/skia/infra/bots/assets/svg/VERSION", |
497 "/path/to/tmp/" | 497 "/path/to/tmp/" |
498 ], | 498 ], |
499 "name": "read svg VERSION" | 499 "name": "read svg VERSION" |
500 }, | 500 }, |
501 { | 501 { |
502 "cmd": [ | 502 "cmd": [ |
503 "python", | 503 "python", |
504 "-u", | 504 "-u", |
| 505 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 506 "[SLAVE_BUILD]/skia/infra/bots/assets/clang_linux/VERSION", |
| 507 "/path/to/tmp/" |
| 508 ], |
| 509 "name": "read clang_linux VERSION (2)" |
| 510 }, |
| 511 { |
| 512 "cmd": [ |
| 513 "python", |
| 514 "-u", |
505 "\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", | 515 "\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", |
506 "[SLAVE_BUILD]/swarming_temp_dir", | 516 "[SLAVE_BUILD]/swarming_temp_dir", |
507 "511" | 517 "511" |
508 ], | 518 ], |
509 "name": "makedirs swarming tmp dir (2)", | 519 "name": "makedirs swarming tmp dir (2)", |
510 "~followup_annotations": [ | 520 "~followup_annotations": [ |
511 "@@@STEP_LOG_LINE@python.inline@@@@", | 521 "@@@STEP_LOG_LINE@python.inline@@@@", |
512 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 522 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
513 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 523 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
514 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 524 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
645 "--tag", | 655 "--tag", |
646 "slavename:skiabot-linux-swarm-000", | 656 "slavename:skiabot-linux-swarm-000", |
647 "--tag", | 657 "--tag", |
648 "stepname:test_skia on Ubuntu", | 658 "stepname:test_skia on Ubuntu", |
649 "--cipd-package", | 659 "--cipd-package", |
650 "skp:skia/bots/skp:version:0", | 660 "skp:skia/bots/skp:version:0", |
651 "--cipd-package", | 661 "--cipd-package", |
652 "skimage:skia/bots/skimage:version:0", | 662 "skimage:skia/bots/skimage:version:0", |
653 "--cipd-package", | 663 "--cipd-package", |
654 "svg:skia/bots/svg:version:0", | 664 "svg:skia/bots/svg:version:0", |
| 665 "--cipd-package", |
| 666 "clang_linux:skia/bots/clang_linux:version:0", |
655 "def456", | 667 "def456", |
656 "--", | 668 "--", |
657 "--workdir", | 669 "--workdir", |
658 "../../..", | 670 "../../..", |
659 "swarm_test", | 671 "swarm_test", |
660 "buildername=Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Debug-MSAN", | 672 "buildername=Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Debug-MSAN", |
661 "mastername=client.skia", | 673 "mastername=client.skia", |
662 "buildnumber=5", | 674 "buildnumber=5", |
663 "slavename=skiabot-linux-swarm-000", | 675 "slavename=skiabot-linux-swarm-000", |
664 "reason=Triggered by Skia swarm_trigger Recipe", | 676 "reason=Triggered by Skia swarm_trigger Recipe", |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
765 "@@@STEP_LINK@shard #0 isolated out@blah@@@", | 777 "@@@STEP_LINK@shard #0 isolated out@blah@@@", |
766 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" | 778 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" |
767 ] | 779 ] |
768 }, | 780 }, |
769 { | 781 { |
770 "name": "$result", | 782 "name": "$result", |
771 "recipe_result": null, | 783 "recipe_result": null, |
772 "status_code": 0 | 784 "status_code": 0 |
773 } | 785 } |
774 ] | 786 ] |
OLD | NEW |