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

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN.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 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 "buildnumber:5", 400 "buildnumber:5",
401 "--tag", 401 "--tag",
402 "data:[dummy hash for compile_skia]", 402 "data:[dummy hash for compile_skia]",
403 "--tag", 403 "--tag",
404 "master:client.skia", 404 "master:client.skia",
405 "--tag", 405 "--tag",
406 "name:compile_skia", 406 "name:compile_skia",
407 "--tag", 407 "--tag",
408 "os:Ubuntu", 408 "os:Ubuntu",
409 "--tag", 409 "--tag",
410 "revision:abc123",
411 "--tag",
410 "slavename:skiabot-linux-swarm-000", 412 "slavename:skiabot-linux-swarm-000",
411 "--tag", 413 "--tag",
412 "stepname:compile_skia on Ubuntu", 414 "stepname:compile_skia on Ubuntu",
413 "--idempotent", 415 "--idempotent",
414 "[dummy hash for compile_skia]", 416 "[dummy hash for compile_skia]",
415 "--", 417 "--",
416 "--workdir", 418 "--workdir",
417 "../../..", 419 "../../..",
418 "swarm_compile", 420 "swarm_compile",
419 "buildername=Build-Ubuntu-GCC-x86_64-Debug-MSAN", 421 "buildername=Build-Ubuntu-GCC-x86_64-Debug-MSAN",
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
657 "buildnumber:5", 659 "buildnumber:5",
658 "--tag", 660 "--tag",
659 "data:def456", 661 "data:def456",
660 "--tag", 662 "--tag",
661 "master:client.skia", 663 "master:client.skia",
662 "--tag", 664 "--tag",
663 "name:test_skia", 665 "name:test_skia",
664 "--tag", 666 "--tag",
665 "os:Ubuntu", 667 "os:Ubuntu",
666 "--tag", 668 "--tag",
669 "revision:abc123",
670 "--tag",
667 "slavename:skiabot-linux-swarm-000", 671 "slavename:skiabot-linux-swarm-000",
668 "--tag", 672 "--tag",
669 "stepname:test_skia on Ubuntu", 673 "stepname:test_skia on Ubuntu",
670 "--cipd-package", 674 "--cipd-package",
671 "skp:skia/bots/skp:version:0", 675 "skp:skia/bots/skp:version:0",
672 "--cipd-package", 676 "--cipd-package",
673 "skimage:skia/bots/skimage:version:0", 677 "skimage:skia/bots/skimage:version:0",
674 "def456", 678 "def456",
675 "--", 679 "--",
676 "--workdir", 680 "--workdir",
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
837 "buildnumber:5", 841 "buildnumber:5",
838 "--tag", 842 "--tag",
839 "data:def456", 843 "data:def456",
840 "--tag", 844 "--tag",
841 "master:client.skia", 845 "master:client.skia",
842 "--tag", 846 "--tag",
843 "name:perf_skia", 847 "name:perf_skia",
844 "--tag", 848 "--tag",
845 "os:Ubuntu", 849 "os:Ubuntu",
846 "--tag", 850 "--tag",
851 "revision:abc123",
852 "--tag",
847 "slavename:skiabot-linux-swarm-000", 853 "slavename:skiabot-linux-swarm-000",
848 "--tag", 854 "--tag",
849 "stepname:perf_skia on Ubuntu", 855 "stepname:perf_skia on Ubuntu",
850 "--cipd-package", 856 "--cipd-package",
851 "skp:skia/bots/skp:version:0", 857 "skp:skia/bots/skp:version:0",
852 "--cipd-package", 858 "--cipd-package",
853 "skimage:skia/bots/skimage:version:0", 859 "skimage:skia/bots/skimage:version:0",
854 "def456", 860 "def456",
855 "--", 861 "--",
856 "--workdir", 862 "--workdir",
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
1048 "@@@STEP_LINK@shard #0 isolated out@blah@@@", 1054 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
1049 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@" 1055 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@"
1050 ] 1056 ]
1051 }, 1057 },
1052 { 1058 {
1053 "name": "$result", 1059 "name": "$result",
1054 "recipe_result": null, 1060 "recipe_result": null,
1055 "status_code": 0 1061 "status_code": 0
1056 } 1062 }
1057 ] 1063 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698