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

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot.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 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 "buildnumber:5", 396 "buildnumber:5",
397 "--tag", 397 "--tag",
398 "data:[dummy hash for compile_skia]", 398 "data:[dummy hash for compile_skia]",
399 "--tag", 399 "--tag",
400 "master:client.skia", 400 "master:client.skia",
401 "--tag", 401 "--tag",
402 "name:compile_skia", 402 "name:compile_skia",
403 "--tag", 403 "--tag",
404 "os:Ubuntu", 404 "os:Ubuntu",
405 "--tag", 405 "--tag",
406 "revision:abc123",
407 "--tag",
406 "rietveld:https://codereview.chromium.org/500/#ps1", 408 "rietveld:https://codereview.chromium.org/500/#ps1",
407 "--tag", 409 "--tag",
408 "slavename:skiabot-linux-swarm-000", 410 "slavename:skiabot-linux-swarm-000",
409 "--tag", 411 "--tag",
410 "stepname:compile_skia on Ubuntu", 412 "stepname:compile_skia on Ubuntu",
411 "--idempotent", 413 "--idempotent",
412 "[dummy hash for compile_skia]", 414 "[dummy hash for compile_skia]",
413 "--", 415 "--",
414 "--workdir", 416 "--workdir",
415 "../../..", 417 "../../..",
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
658 "buildnumber:5", 660 "buildnumber:5",
659 "--tag", 661 "--tag",
660 "data:def456", 662 "data:def456",
661 "--tag", 663 "--tag",
662 "master:client.skia", 664 "master:client.skia",
663 "--tag", 665 "--tag",
664 "name:perf_skia", 666 "name:perf_skia",
665 "--tag", 667 "--tag",
666 "os:Ubuntu", 668 "os:Ubuntu",
667 "--tag", 669 "--tag",
670 "revision:abc123",
671 "--tag",
668 "rietveld:https://codereview.chromium.org/500/#ps1", 672 "rietveld:https://codereview.chromium.org/500/#ps1",
669 "--tag", 673 "--tag",
670 "slavename:skiabot-linux-swarm-000", 674 "slavename:skiabot-linux-swarm-000",
671 "--tag", 675 "--tag",
672 "stepname:perf_skia on Ubuntu", 676 "stepname:perf_skia on Ubuntu",
673 "--cipd-package", 677 "--cipd-package",
674 "skp:skia/bots/skp:version:0", 678 "skp:skia/bots/skp:version:0",
675 "--cipd-package", 679 "--cipd-package",
676 "skimage:skia/bots/skimage:version:0", 680 "skimage:skia/bots/skimage:version:0",
677 "def456", 681 "def456",
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
875 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" 879 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto"
876 }, 880 },
877 "name": "Upload perf results" 881 "name": "Upload perf results"
878 }, 882 },
879 { 883 {
880 "name": "$result", 884 "name": "$result",
881 "recipe_result": null, 885 "recipe_result": null,
882 "status_code": 0 886 "status_code": 0
883 } 887 }
884 ] 888 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698