| 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-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN\", \"b
uildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\",
\"recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skiabo
t-linux-swarm-000\"}" | 7 "{\"buildername\": \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN\", \"b
uildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\",
\"recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skiabo
t-linux-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 Loading... |
| 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 Loading... |
| 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-MSAN", | 648 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN", |
| 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 741 "@@@STEP_LINK@shard #0 isolated out@blah@@@", | 753 "@@@STEP_LINK@shard #0 isolated out@blah@@@", |
| 742 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" | 754 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" |
| 743 ] | 755 ] |
| 744 }, | 756 }, |
| 745 { | 757 { |
| 746 "name": "$result", | 758 "name": "$result", |
| 747 "recipe_result": null, | 759 "recipe_result": null, |
| 748 "status_code": 0 | 760 "status_code": 0 |
| 749 } | 761 } |
| 750 ] | 762 ] |
| OLD | NEW |