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

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan.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 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 "buildnumber:5", 412 "buildnumber:5",
413 "--tag", 413 "--tag",
414 "data:[dummy hash for compile_skia]", 414 "data:[dummy hash for compile_skia]",
415 "--tag", 415 "--tag",
416 "master:client.skia", 416 "master:client.skia",
417 "--tag", 417 "--tag",
418 "name:compile_skia", 418 "name:compile_skia",
419 "--tag", 419 "--tag",
420 "os:Ubuntu", 420 "os:Ubuntu",
421 "--tag", 421 "--tag",
422 "revision:abc123",
423 "--tag",
422 "slavename:skiabot-linux-swarm-000", 424 "slavename:skiabot-linux-swarm-000",
423 "--tag", 425 "--tag",
424 "stepname:compile_skia on Ubuntu", 426 "stepname:compile_skia on Ubuntu",
425 "--idempotent", 427 "--idempotent",
426 "--cipd-package", 428 "--cipd-package",
427 "android_sdk:skia/bots/android_sdk:version:0", 429 "android_sdk:skia/bots/android_sdk:version:0",
428 "[dummy hash for compile_skia]", 430 "[dummy hash for compile_skia]",
429 "--", 431 "--",
430 "--workdir", 432 "--workdir",
431 "../../..", 433 "../../..",
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 "buildnumber:5", 670 "buildnumber:5",
669 "--tag", 671 "--tag",
670 "data:def456", 672 "data:def456",
671 "--tag", 673 "--tag",
672 "master:client.skia", 674 "master:client.skia",
673 "--tag", 675 "--tag",
674 "name:test_skia", 676 "name:test_skia",
675 "--tag", 677 "--tag",
676 "os:Android", 678 "os:Android",
677 "--tag", 679 "--tag",
680 "revision:abc123",
681 "--tag",
678 "slavename:skiabot-linux-swarm-000", 682 "slavename:skiabot-linux-swarm-000",
679 "--tag", 683 "--tag",
680 "stepname:test_skia on Android", 684 "stepname:test_skia on Android",
681 "--cipd-package", 685 "--cipd-package",
682 "skp:skia/bots/skp:version:0", 686 "skp:skia/bots/skp:version:0",
683 "--cipd-package", 687 "--cipd-package",
684 "skimage:skia/bots/skimage:version:0", 688 "skimage:skia/bots/skimage:version:0",
685 "def456", 689 "def456",
686 "--", 690 "--",
687 "--workdir", 691 "--workdir",
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
845 "buildnumber:5", 849 "buildnumber:5",
846 "--tag", 850 "--tag",
847 "data:def456", 851 "data:def456",
848 "--tag", 852 "--tag",
849 "master:client.skia", 853 "master:client.skia",
850 "--tag", 854 "--tag",
851 "name:perf_skia", 855 "name:perf_skia",
852 "--tag", 856 "--tag",
853 "os:Android", 857 "os:Android",
854 "--tag", 858 "--tag",
859 "revision:abc123",
860 "--tag",
855 "slavename:skiabot-linux-swarm-000", 861 "slavename:skiabot-linux-swarm-000",
856 "--tag", 862 "--tag",
857 "stepname:perf_skia on Android", 863 "stepname:perf_skia on Android",
858 "--cipd-package", 864 "--cipd-package",
859 "skp:skia/bots/skp:version:0", 865 "skp:skia/bots/skp:version:0",
860 "--cipd-package", 866 "--cipd-package",
861 "skimage:skia/bots/skimage:version:0", 867 "skimage:skia/bots/skimage:version:0",
862 "def456", 868 "def456",
863 "--", 869 "--",
864 "--workdir", 870 "--workdir",
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
1108 "@@@STEP_LINK@shard #0 isolated out@blah@@@", 1114 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
1109 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@" 1115 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@"
1110 ] 1116 ]
1111 }, 1117 },
1112 { 1118 {
1113 "name": "$result", 1119 "name": "$result",
1114 "recipe_result": null, 1120 "recipe_result": null,
1115 "status_code": 0 1121 "status_code": 0
1116 } 1122 }
1117 ] 1123 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698