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

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/Test-Android-GCC-Nexus7v2-GPU-Tegra3-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
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 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 "buildnumber:5", 410 "buildnumber:5",
411 "--tag", 411 "--tag",
412 "data:[dummy hash for compile_skia]", 412 "data:[dummy hash for compile_skia]",
413 "--tag", 413 "--tag",
414 "master:client.skia", 414 "master:client.skia",
415 "--tag", 415 "--tag",
416 "name:compile_skia", 416 "name:compile_skia",
417 "--tag", 417 "--tag",
418 "os:Ubuntu", 418 "os:Ubuntu",
419 "--tag", 419 "--tag",
420 "revision:abc123",
421 "--tag",
420 "slavename:skiabot-linux-swarm-000", 422 "slavename:skiabot-linux-swarm-000",
421 "--tag", 423 "--tag",
422 "stepname:compile_skia on Ubuntu", 424 "stepname:compile_skia on Ubuntu",
423 "--idempotent", 425 "--idempotent",
424 "--cipd-package", 426 "--cipd-package",
425 "android_sdk:skia/bots/android_sdk:version:0", 427 "android_sdk:skia/bots/android_sdk:version:0",
426 "[dummy hash for compile_skia]", 428 "[dummy hash for compile_skia]",
427 "--", 429 "--",
428 "--workdir", 430 "--workdir",
429 "../../..", 431 "../../..",
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 "buildnumber:5", 668 "buildnumber:5",
667 "--tag", 669 "--tag",
668 "data:def456", 670 "data:def456",
669 "--tag", 671 "--tag",
670 "master:client.skia", 672 "master:client.skia",
671 "--tag", 673 "--tag",
672 "name:test_skia", 674 "name:test_skia",
673 "--tag", 675 "--tag",
674 "os:Android", 676 "os:Android",
675 "--tag", 677 "--tag",
678 "revision:abc123",
679 "--tag",
676 "slavename:skiabot-linux-swarm-000", 680 "slavename:skiabot-linux-swarm-000",
677 "--tag", 681 "--tag",
678 "stepname:test_skia on Android", 682 "stepname:test_skia on Android",
679 "--cipd-package", 683 "--cipd-package",
680 "skp:skia/bots/skp:version:0", 684 "skp:skia/bots/skp:version:0",
681 "--cipd-package", 685 "--cipd-package",
682 "skimage:skia/bots/skimage:version:0", 686 "skimage:skia/bots/skimage:version:0",
683 "def456", 687 "def456",
684 "--", 688 "--",
685 "--workdir", 689 "--workdir",
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
845 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" 849 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto"
846 }, 850 },
847 "name": "Upload DM Results" 851 "name": "Upload DM Results"
848 }, 852 },
849 { 853 {
850 "name": "$result", 854 "name": "$result",
851 "recipe_result": null, 855 "recipe_result": null,
852 "status_code": 0 856 "status_code": 0
853 } 857 }
854 ] 858 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698