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

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

Issue 2186993002: Include "revision" tag for all Swarming tasks (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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 "git", 4 "git",
5 "rev-parse", 5 "rev-parse",
6 "HEAD" 6 "HEAD"
7 ], 7 ],
8 "cwd": "[ROOT]/skia", 8 "cwd": "[ROOT]/skia",
9 "name": "git rev-parse", 9 "name": "git rev-parse",
10 "stdout": "/path/to/tmp/" 10 "stdout": "/path/to/tmp/"
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 "buildnumber:5", 391 "buildnumber:5",
392 "--tag", 392 "--tag",
393 "data:[dummy hash for compile_skia]", 393 "data:[dummy hash for compile_skia]",
394 "--tag", 394 "--tag",
395 "master:client.skia", 395 "master:client.skia",
396 "--tag", 396 "--tag",
397 "name:compile_skia", 397 "name:compile_skia",
398 "--tag", 398 "--tag",
399 "os:Ubuntu", 399 "os:Ubuntu",
400 "--tag", 400 "--tag",
401 "revision:abc123",
402 "--tag",
401 "slavename:skiabot-linux-swarm-000", 403 "slavename:skiabot-linux-swarm-000",
402 "--tag", 404 "--tag",
403 "stepname:compile_skia on Ubuntu", 405 "stepname:compile_skia on Ubuntu",
404 "--idempotent", 406 "--idempotent",
405 "[dummy hash for compile_skia]", 407 "[dummy hash for compile_skia]",
406 "--", 408 "--",
407 "--workdir", 409 "--workdir",
408 "../../..", 410 "../../..",
409 "swarm_compile", 411 "swarm_compile",
410 "buildername=Build-Ubuntu-GCC-x86_64-Release-Shared", 412 "buildername=Build-Ubuntu-GCC-x86_64-Release-Shared",
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
625 "buildnumber:5", 627 "buildnumber:5",
626 "--tag", 628 "--tag",
627 "data:def456", 629 "data:def456",
628 "--tag", 630 "--tag",
629 "master:client.skia", 631 "master:client.skia",
630 "--tag", 632 "--tag",
631 "name:housekeeper_skia", 633 "name:housekeeper_skia",
632 "--tag", 634 "--tag",
633 "os:Ubuntu", 635 "os:Ubuntu",
634 "--tag", 636 "--tag",
637 "revision:abc123",
638 "--tag",
635 "slavename:skiabot-linux-swarm-000", 639 "slavename:skiabot-linux-swarm-000",
636 "--tag", 640 "--tag",
637 "stepname:housekeeper_skia on Ubuntu", 641 "stepname:housekeeper_skia on Ubuntu",
638 "def456", 642 "def456",
639 "--", 643 "--",
640 "--workdir", 644 "--workdir",
641 "../../..", 645 "../../..",
642 "swarm_housekeeper", 646 "swarm_housekeeper",
643 "buildername=Housekeeper-PerCommit", 647 "buildername=Housekeeper-PerCommit",
644 "mastername=client.skia", 648 "mastername=client.skia",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
724 "@@@STEP_LINK@shard #0 isolated out@blah@@@", 728 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
725 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@" 729 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@"
726 ] 730 ]
727 }, 731 },
728 { 732 {
729 "name": "$result", 733 "name": "$result",
730 "recipe_result": null, 734 "recipe_result": null,
731 "status_code": 0 735 "status_code": 0
732 } 736 }
733 ] 737 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698