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

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-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
« no previous file with comments | « infra/bots/recipes/swarm_trigger.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 "buildnumber:5", 402 "buildnumber:5",
403 "--tag", 403 "--tag",
404 "data:[dummy hash for compile_skia]", 404 "data:[dummy hash for compile_skia]",
405 "--tag", 405 "--tag",
406 "master:client.skia", 406 "master:client.skia",
407 "--tag", 407 "--tag",
408 "name:compile_skia", 408 "name:compile_skia",
409 "--tag", 409 "--tag",
410 "os:Mac", 410 "os:Mac",
411 "--tag", 411 "--tag",
412 "revision:abc123",
413 "--tag",
412 "slavename:skiabot-linux-swarm-000", 414 "slavename:skiabot-linux-swarm-000",
413 "--tag", 415 "--tag",
414 "stepname:compile_skia on Mac", 416 "stepname:compile_skia on Mac",
415 "--idempotent", 417 "--idempotent",
416 "[dummy hash for compile_skia]", 418 "[dummy hash for compile_skia]",
417 "--", 419 "--",
418 "--workdir", 420 "--workdir",
419 "../../..", 421 "../../..",
420 "swarm_compile", 422 "swarm_compile",
421 "buildername=Build-Mac-Clang-Arm7-Release-iOS", 423 "buildername=Build-Mac-Clang-Arm7-Release-iOS",
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
656 "buildnumber:5", 658 "buildnumber:5",
657 "--tag", 659 "--tag",
658 "data:def456", 660 "data:def456",
659 "--tag", 661 "--tag",
660 "master:client.skia", 662 "master:client.skia",
661 "--tag", 663 "--tag",
662 "name:test_skia", 664 "name:test_skia",
663 "--tag", 665 "--tag",
664 "os:iOS-9.2", 666 "os:iOS-9.2",
665 "--tag", 667 "--tag",
668 "revision:abc123",
669 "--tag",
666 "slavename:skiabot-linux-swarm-000", 670 "slavename:skiabot-linux-swarm-000",
667 "--tag", 671 "--tag",
668 "stepname:test_skia on iOS-9.2", 672 "stepname:test_skia on iOS-9.2",
669 "--cipd-package", 673 "--cipd-package",
670 "skp:skia/bots/skp:version:0", 674 "skp:skia/bots/skp:version:0",
671 "--cipd-package", 675 "--cipd-package",
672 "skimage:skia/bots/skimage:version:0", 676 "skimage:skia/bots/skimage:version:0",
673 "def456", 677 "def456",
674 "--", 678 "--",
675 "--workdir", 679 "--workdir",
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" 839 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto"
836 }, 840 },
837 "name": "Upload DM Results" 841 "name": "Upload DM Results"
838 }, 842 },
839 { 843 {
840 "name": "$result", 844 "name": "$result",
841 "recipe_result": null, 845 "recipe_result": null,
842 "status_code": 0 846 "status_code": 0
843 } 847 }
844 ] 848 ]
OLDNEW
« no previous file with comments | « infra/bots/recipes/swarm_trigger.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698