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

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
665 "buildnumber:5", 667 "buildnumber:5",
666 "--tag", 668 "--tag",
667 "data:def456", 669 "data:def456",
668 "--tag", 670 "--tag",
669 "master:client.skia", 671 "master:client.skia",
670 "--tag", 672 "--tag",
671 "name:test_skia", 673 "name:test_skia",
672 "--tag", 674 "--tag",
673 "os:Windows-2008ServerR2-SP1", 675 "os:Windows-2008ServerR2-SP1",
674 "--tag", 676 "--tag",
677 "revision:abc123",
678 "--tag",
675 "slavename:skiabot-linux-swarm-000", 679 "slavename:skiabot-linux-swarm-000",
676 "--tag", 680 "--tag",
677 "stepname:test_skia on Windows-2008ServerR2-SP1", 681 "stepname:test_skia on Windows-2008ServerR2-SP1",
678 "--cipd-package", 682 "--cipd-package",
679 "skp:skia/bots/skp:version:0", 683 "skp:skia/bots/skp:version:0",
680 "--cipd-package", 684 "--cipd-package",
681 "skimage:skia/bots/skimage:version:0", 685 "skimage:skia/bots/skimage:version:0",
682 "def456", 686 "def456",
683 "--", 687 "--",
684 "--workdir", 688 "--workdir",
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
844 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" 848 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto"
845 }, 849 },
846 "name": "Upload DM Results" 850 "name": "Upload DM Results"
847 }, 851 },
848 { 852 {
849 "name": "$result", 853 "name": "$result",
850 "recipe_result": null, 854 "recipe_result": null,
851 "status_code": 0 855 "status_code": 0
852 } 856 }
853 ] 857 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698