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

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.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 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 "buildnumber:5", 399 "buildnumber:5",
400 "--tag", 400 "--tag",
401 "data:[dummy hash for compile_skia]", 401 "data:[dummy hash for compile_skia]",
402 "--tag", 402 "--tag",
403 "master:client.skia", 403 "master:client.skia",
404 "--tag", 404 "--tag",
405 "name:compile_skia", 405 "name:compile_skia",
406 "--tag", 406 "--tag",
407 "os:Ubuntu", 407 "os:Ubuntu",
408 "--tag", 408 "--tag",
409 "revision:abc123",
410 "--tag",
409 "slavename:skiabot-linux-swarm-000", 411 "slavename:skiabot-linux-swarm-000",
410 "--tag", 412 "--tag",
411 "stepname:compile_skia on Ubuntu", 413 "stepname:compile_skia on Ubuntu",
412 "--idempotent", 414 "--idempotent",
413 "[dummy hash for compile_skia]", 415 "[dummy hash for compile_skia]",
414 "--", 416 "--",
415 "--workdir", 417 "--workdir",
416 "../../..", 418 "../../..",
417 "swarm_compile", 419 "swarm_compile",
418 "buildername=Build-Ubuntu-GCC-x86_64-Release-Valgrind", 420 "buildername=Build-Ubuntu-GCC-x86_64-Release-Valgrind",
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
653 "buildnumber:5", 655 "buildnumber:5",
654 "--tag", 656 "--tag",
655 "data:def456", 657 "data:def456",
656 "--tag", 658 "--tag",
657 "master:client.skia", 659 "master:client.skia",
658 "--tag", 660 "--tag",
659 "name:test_skia", 661 "name:test_skia",
660 "--tag", 662 "--tag",
661 "os:Ubuntu", 663 "os:Ubuntu",
662 "--tag", 664 "--tag",
665 "revision:abc123",
666 "--tag",
663 "slavename:skiabot-linux-swarm-000", 667 "slavename:skiabot-linux-swarm-000",
664 "--tag", 668 "--tag",
665 "stepname:test_skia on Ubuntu", 669 "stepname:test_skia on Ubuntu",
666 "--cipd-package", 670 "--cipd-package",
667 "skp:skia/bots/skp:version:0", 671 "skp:skia/bots/skp:version:0",
668 "--cipd-package", 672 "--cipd-package",
669 "skimage:skia/bots/skimage:version:0", 673 "skimage:skia/bots/skimage:version:0",
670 "def456", 674 "def456",
671 "--", 675 "--",
672 "--workdir", 676 "--workdir",
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
830 "buildnumber:5", 834 "buildnumber:5",
831 "--tag", 835 "--tag",
832 "data:def456", 836 "data:def456",
833 "--tag", 837 "--tag",
834 "master:client.skia", 838 "master:client.skia",
835 "--tag", 839 "--tag",
836 "name:perf_skia", 840 "name:perf_skia",
837 "--tag", 841 "--tag",
838 "os:Ubuntu", 842 "os:Ubuntu",
839 "--tag", 843 "--tag",
844 "revision:abc123",
845 "--tag",
840 "slavename:skiabot-linux-swarm-000", 846 "slavename:skiabot-linux-swarm-000",
841 "--tag", 847 "--tag",
842 "stepname:perf_skia on Ubuntu", 848 "stepname:perf_skia on Ubuntu",
843 "--cipd-package", 849 "--cipd-package",
844 "skp:skia/bots/skp:version:0", 850 "skp:skia/bots/skp:version:0",
845 "--cipd-package", 851 "--cipd-package",
846 "skimage:skia/bots/skimage:version:0", 852 "skimage:skia/bots/skimage:version:0",
847 "def456", 853 "def456",
848 "--", 854 "--",
849 "--workdir", 855 "--workdir",
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
1041 "@@@STEP_LINK@shard #0 isolated out@blah@@@", 1047 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
1042 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@" 1048 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@"
1043 ] 1049 ]
1044 }, 1050 },
1045 { 1051 {
1046 "name": "$result", 1052 "name": "$result",
1047 "recipe_result": null, 1053 "recipe_result": null,
1048 "status_code": 0 1054 "status_code": 0
1049 } 1055 }
1050 ] 1056 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698