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

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/Test-Win8-MSVC-ShuttleA-GPU-HD7770-x86_64-Release.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 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 "buildnumber:5", 406 "buildnumber:5",
407 "--tag", 407 "--tag",
408 "data:[dummy hash for compile_skia]", 408 "data:[dummy hash for compile_skia]",
409 "--tag", 409 "--tag",
410 "master:client.skia", 410 "master:client.skia",
411 "--tag", 411 "--tag",
412 "name:compile_skia", 412 "name:compile_skia",
413 "--tag", 413 "--tag",
414 "os:Windows", 414 "os:Windows",
415 "--tag", 415 "--tag",
416 "revision:abc123",
417 "--tag",
416 "slavename:skiabot-linux-swarm-000", 418 "slavename:skiabot-linux-swarm-000",
417 "--tag", 419 "--tag",
418 "stepname:compile_skia on Windows", 420 "stepname:compile_skia on Windows",
419 "--idempotent", 421 "--idempotent",
420 "--cipd-package", 422 "--cipd-package",
421 "t:skia/bots/win_toolchain:version:0", 423 "t:skia/bots/win_toolchain:version:0",
422 "[dummy hash for compile_skia]", 424 "[dummy hash for compile_skia]",
423 "--", 425 "--",
424 "--workdir", 426 "--workdir",
425 "../../..", 427 "../../..",
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
662 "buildnumber:5", 664 "buildnumber:5",
663 "--tag", 665 "--tag",
664 "data:def456", 666 "data:def456",
665 "--tag", 667 "--tag",
666 "master:client.skia", 668 "master:client.skia",
667 "--tag", 669 "--tag",
668 "name:test_skia", 670 "name:test_skia",
669 "--tag", 671 "--tag",
670 "os:Windows", 672 "os:Windows",
671 "--tag", 673 "--tag",
674 "revision:abc123",
675 "--tag",
672 "slavename:skiabot-linux-swarm-000", 676 "slavename:skiabot-linux-swarm-000",
673 "--tag", 677 "--tag",
674 "stepname:test_skia on Windows", 678 "stepname:test_skia on Windows",
675 "--cipd-package", 679 "--cipd-package",
676 "skp:skia/bots/skp:version:0", 680 "skp:skia/bots/skp:version:0",
677 "--cipd-package", 681 "--cipd-package",
678 "skimage:skia/bots/skimage:version:0", 682 "skimage:skia/bots/skimage:version:0",
679 "def456", 683 "def456",
680 "--", 684 "--",
681 "--workdir", 685 "--workdir",
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" 845 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto"
842 }, 846 },
843 "name": "Upload DM Results" 847 "name": "Upload DM Results"
844 }, 848 },
845 { 849 {
846 "name": "$result", 850 "name": "$result",
847 "recipe_result": null, 851 "recipe_result": null,
848 "status_code": 0 852 "status_code": 0
849 } 853 }
850 ] 854 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698