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

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/Housekeeper-PerCommit.json

Issue 2237033002: Add extracting GM comments to the housekeeper bot. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: unused import 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
« no previous file with comments | « infra/bots/recipes/swarm_trigger.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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\": \"Housekeeper-PerCommit\", \"buildnumber\": 5, \"master name\": \"client.skia\", \"path_config\": \"kitchen\", \"recipe\": \"swarm_trigg er\", \"revision\": \"abc123\", \"slavename\": \"skiabot-linux-swarm-000\"}" 7 "{\"buildername\": \"Housekeeper-PerCommit\", \"buildnumber\": 5, \"master name\": \"client.skia\", \"path_config\": \"kitchen\", \"recipe\": \"swarm_trigg er\", \"revision\": \"abc123\", \"slavename\": \"skiabot-linux-swarm-000\"}"
8 ], 8 ],
9 "name": "print properties", 9 "name": "print properties",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 "@@@STEP_LOG_LINE@json.output@}@@@", 453 "@@@STEP_LOG_LINE@json.output@}@@@",
454 "@@@STEP_LOG_END@json.output@@@", 454 "@@@STEP_LOG_END@json.output@@@",
455 "@@@STEP_LINK@shard #0 isolated out@blah@@@", 455 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
456 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@" 456 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@"
457 ] 457 ]
458 }, 458 },
459 { 459 {
460 "cmd": [ 460 "cmd": [
461 "python", 461 "python",
462 "-u", 462 "-u",
463 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
464 "[SLAVE_BUILD]/skia/infra/bots/assets/go/VERSION",
465 "/path/to/tmp/"
466 ],
467 "name": "read go VERSION"
468 },
469 {
470 "cmd": [
471 "python",
472 "-u",
463 "\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", 473 "\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",
464 "[SLAVE_BUILD]/swarming_temp_dir", 474 "[SLAVE_BUILD]/swarming_temp_dir",
465 "511" 475 "511"
466 ], 476 ],
467 "name": "makedirs swarming tmp dir (2)", 477 "name": "makedirs swarming tmp dir (2)",
468 "~followup_annotations": [ 478 "~followup_annotations": [
469 "@@@STEP_LOG_LINE@python.inline@@@@", 479 "@@@STEP_LOG_LINE@python.inline@@@@",
470 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 480 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
471 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 481 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
472 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 482 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
594 "--tag", 604 "--tag",
595 "name:housekeeper_skia", 605 "name:housekeeper_skia",
596 "--tag", 606 "--tag",
597 "os:Ubuntu", 607 "os:Ubuntu",
598 "--tag", 608 "--tag",
599 "revision:abc123", 609 "revision:abc123",
600 "--tag", 610 "--tag",
601 "slavename:skiabot-linux-swarm-000", 611 "slavename:skiabot-linux-swarm-000",
602 "--tag", 612 "--tag",
603 "stepname:housekeeper_skia on Ubuntu", 613 "stepname:housekeeper_skia on Ubuntu",
614 "--cipd-package",
615 "go:skia/bots/go:version:0",
604 "def456", 616 "def456",
605 "--", 617 "--",
606 "--workdir", 618 "--workdir",
607 "../../..", 619 "../../..",
608 "swarm_housekeeper", 620 "swarm_housekeeper",
609 "buildername=Housekeeper-PerCommit", 621 "buildername=Housekeeper-PerCommit",
610 "mastername=client.skia", 622 "mastername=client.skia",
611 "buildnumber=5", 623 "buildnumber=5",
612 "slavename=skiabot-linux-swarm-000", 624 "slavename=skiabot-linux-swarm-000",
613 "reason=Triggered by Skia swarm_trigger Recipe", 625 "reason=Triggered by Skia swarm_trigger Recipe",
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
690 "@@@STEP_LINK@shard #0 isolated out@blah@@@", 702 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
691 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@" 703 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@"
692 ] 704 ]
693 }, 705 },
694 { 706 {
695 "name": "$result", 707 "name": "$result",
696 "recipe_result": null, 708 "recipe_result": null,
697 "status_code": 0 709 "status_code": 0
698 } 710 }
699 ] 711 ]
OLDNEW
« no previous file with comments | « infra/bots/recipes/swarm_trigger.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698