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

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug.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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 "buildnumber:5", 397 "buildnumber:5",
398 "--tag", 398 "--tag",
399 "data:[dummy hash for compile_skia]", 399 "data:[dummy hash for compile_skia]",
400 "--tag", 400 "--tag",
401 "master:client.skia", 401 "master:client.skia",
402 "--tag", 402 "--tag",
403 "name:compile_skia", 403 "name:compile_skia",
404 "--tag", 404 "--tag",
405 "os:Ubuntu", 405 "os:Ubuntu",
406 "--tag", 406 "--tag",
407 "revision:abc123",
408 "--tag",
407 "slavename:skiabot-linux-swarm-000", 409 "slavename:skiabot-linux-swarm-000",
408 "--tag", 410 "--tag",
409 "stepname:compile_skia on Ubuntu", 411 "stepname:compile_skia on Ubuntu",
410 "--idempotent", 412 "--idempotent",
411 "[dummy hash for compile_skia]", 413 "[dummy hash for compile_skia]",
412 "--", 414 "--",
413 "--workdir", 415 "--workdir",
414 "../../..", 416 "../../..",
415 "swarm_compile", 417 "swarm_compile",
416 "buildername=Build-Ubuntu-GCC-x86_64-Debug", 418 "buildername=Build-Ubuntu-GCC-x86_64-Debug",
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
654 "buildnumber:5", 656 "buildnumber:5",
655 "--tag", 657 "--tag",
656 "data:def456", 658 "data:def456",
657 "--tag", 659 "--tag",
658 "master:client.skia", 660 "master:client.skia",
659 "--tag", 661 "--tag",
660 "name:test_skia", 662 "name:test_skia",
661 "--tag", 663 "--tag",
662 "os:Ubuntu", 664 "os:Ubuntu",
663 "--tag", 665 "--tag",
666 "revision:abc123",
667 "--tag",
664 "slavename:skiabot-linux-swarm-000", 668 "slavename:skiabot-linux-swarm-000",
665 "--tag", 669 "--tag",
666 "stepname:test_skia on Ubuntu", 670 "stepname:test_skia on Ubuntu",
667 "--cipd-package", 671 "--cipd-package",
668 "skp:skia/bots/skp:version:0", 672 "skp:skia/bots/skp:version:0",
669 "--cipd-package", 673 "--cipd-package",
670 "skimage:skia/bots/skimage:version:0", 674 "skimage:skia/bots/skimage:version:0",
671 "def456", 675 "def456",
672 "--", 676 "--",
673 "--workdir", 677 "--workdir",
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
834 "buildnumber:5", 838 "buildnumber:5",
835 "--tag", 839 "--tag",
836 "data:def456", 840 "data:def456",
837 "--tag", 841 "--tag",
838 "master:client.skia", 842 "master:client.skia",
839 "--tag", 843 "--tag",
840 "name:perf_skia", 844 "name:perf_skia",
841 "--tag", 845 "--tag",
842 "os:Ubuntu", 846 "os:Ubuntu",
843 "--tag", 847 "--tag",
848 "revision:abc123",
849 "--tag",
844 "slavename:skiabot-linux-swarm-000", 850 "slavename:skiabot-linux-swarm-000",
845 "--tag", 851 "--tag",
846 "stepname:perf_skia on Ubuntu", 852 "stepname:perf_skia on Ubuntu",
847 "--cipd-package", 853 "--cipd-package",
848 "skp:skia/bots/skp:version:0", 854 "skp:skia/bots/skp:version:0",
849 "--cipd-package", 855 "--cipd-package",
850 "skimage:skia/bots/skimage:version:0", 856 "skimage:skia/bots/skimage:version:0",
851 "def456", 857 "def456",
852 "--", 858 "--",
853 "--workdir", 859 "--workdir",
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
1097 "@@@STEP_LINK@shard #0 isolated out@blah@@@", 1103 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
1098 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@" 1104 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@"
1099 ] 1105 ]
1100 }, 1106 },
1101 { 1107 {
1102 "name": "$result", 1108 "name": "$result",
1103 "recipe_result": null, 1109 "recipe_result": null,
1104 "status_code": 0 1110 "status_code": 0
1105 } 1111 }
1106 ] 1112 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698