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

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/recipe_with_gerrit_patch.json

Issue 2455523004: Fix recipes for Gerrit property rename (Closed)
Patch Set: Created 4 years, 1 month 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.py ('k') | infra/bots/recipes/upload_dm_results.py » ('j') | 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 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport json\nimport sys\n\nwith open(sys.argv[1]) as f:\n content = js on.load(f)\n\nprint json.dumps(content, indent=2)\n", 6 "\nimport json\nimport sys\n\nwith open(sys.argv[1]) as f:\n content = js on.load(f)\n\nprint json.dumps(content, indent=2)\n",
7 "{\"buildername\": \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot\", \ "buildnumber\": 5, \"event.change.number\": \"2100\", \"event.patchSet.ref\": \" refs/changes/00/2100/2\", \"mastername\": \"client.skia\", \"patch_storage\": \" gerrit\", \"path_config\": \"kitchen\", \"recipe\": \"swarm_trigger\", \"reposit ory\": \"skia\", \"revision\": \"abc123\", \"slavename\": \"skiabot-linux-swarm- 000\"}" 7 "{\"buildername\": \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot\", \ "buildnumber\": 5, \"mastername\": \"client.skia\", \"patch_issue\": \"2100\", \ "patch_ref\": \"refs/changes/00/2100/2\", \"patch_set\": \"2\", \"patch_storage\ ": \"gerrit\", \"path_config\": \"kitchen\", \"recipe\": \"swarm_trigger\", \"re pository\": \"skia\", \"revision\": \"abc123\", \"slavename\": \"skiabot-linux-s warm-000\"}"
8 ], 8 ],
9 "name": "print properties", 9 "name": "print properties",
10 "~followup_annotations": [ 10 "~followup_annotations": [
11 "@@@STEP_LOG_LINE@python.inline@@@@", 11 "@@@STEP_LOG_LINE@python.inline@@@@",
12 "@@@STEP_LOG_LINE@python.inline@import json@@@", 12 "@@@STEP_LOG_LINE@python.inline@import json@@@",
13 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 13 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
14 "@@@STEP_LOG_LINE@python.inline@@@@", 14 "@@@STEP_LOG_LINE@python.inline@@@@",
15 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", 15 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@",
16 "@@@STEP_LOG_LINE@python.inline@ content = json.load(f)@@@", 16 "@@@STEP_LOG_LINE@python.inline@ content = json.load(f)@@@",
17 "@@@STEP_LOG_LINE@python.inline@@@@", 17 "@@@STEP_LOG_LINE@python.inline@@@@",
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 "--tag", 364 "--tag",
365 "slavename:skiabot-linux-swarm-000", 365 "slavename:skiabot-linux-swarm-000",
366 "--tag", 366 "--tag",
367 "stepname:compile_skia on Ubuntu", 367 "stepname:compile_skia on Ubuntu",
368 "--idempotent", 368 "--idempotent",
369 "[dummy hash for compile_skia]", 369 "[dummy hash for compile_skia]",
370 "--", 370 "--",
371 "--workdir", 371 "--workdir",
372 "../../..", 372 "../../..",
373 "swarm_compile", 373 "swarm_compile",
374 "event.change.number=2100",
375 "repository=skia", 374 "repository=skia",
376 "buildername=Build-Ubuntu-GCC-x86_64-Debug-Trybot", 375 "buildername=Build-Ubuntu-GCC-x86_64-Debug-Trybot",
377 "mastername=client.skia.compile", 376 "mastername=client.skia.compile",
377 "patch_issue=2100",
378 "patch_storage=gerrit", 378 "patch_storage=gerrit",
379 "buildnumber=1", 379 "buildnumber=1",
380 "slavename=skiabot-dummy-compile-slave", 380 "slavename=skiabot-dummy-compile-slave",
381 "reason=Triggered by Skia swarm_trigger Recipe", 381 "reason=Triggered by Skia swarm_trigger Recipe",
382 "swarm_out_dir=${ISOLATED_OUTDIR}", 382 "swarm_out_dir=${ISOLATED_OUTDIR}",
383 "event.patchSet.ref=refs/changes/00/2100/2", 383 "patch_ref=refs/changes/00/2100/2",
384 "revision=abc123" 384 "revision=abc123"
385 ], 385 ],
386 "name": "[trigger] compile_skia on Ubuntu", 386 "name": "[trigger] compile_skia on Ubuntu",
387 "~followup_annotations": [ 387 "~followup_annotations": [
388 "@@@STEP_LOG_LINE@json.output@{@@@", 388 "@@@STEP_LOG_LINE@json.output@{@@@",
389 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Ubuntu/ [dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/5\", @@@", 389 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Ubuntu/ [dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/5\", @@@",
390 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 390 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
391 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Ubuntu/[dummy has/Test-Ub untu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/5\": {@@@", 391 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Ubuntu/[dummy has/Test-Ub untu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/5\": {@@@",
392 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 392 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
393 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 393 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 "skp:skia/bots/skp:version:0", 642 "skp:skia/bots/skp:version:0",
643 "--cipd-package", 643 "--cipd-package",
644 "skimage:skia/bots/skimage:version:0", 644 "skimage:skia/bots/skimage:version:0",
645 "--cipd-package", 645 "--cipd-package",
646 "svg:skia/bots/svg:version:0", 646 "svg:skia/bots/svg:version:0",
647 "def456", 647 "def456",
648 "--", 648 "--",
649 "--workdir", 649 "--workdir",
650 "../../..", 650 "../../..",
651 "swarm_test", 651 "swarm_test",
652 "event.change.number=2100",
653 "repository=skia", 652 "repository=skia",
654 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot", 653 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot",
655 "mastername=client.skia", 654 "mastername=client.skia",
655 "patch_issue=2100",
656 "patch_storage=gerrit", 656 "patch_storage=gerrit",
657 "buildnumber=5", 657 "buildnumber=5",
658 "slavename=skiabot-linux-swarm-000", 658 "slavename=skiabot-linux-swarm-000",
659 "reason=Triggered by Skia swarm_trigger Recipe", 659 "reason=Triggered by Skia swarm_trigger Recipe",
660 "swarm_out_dir=${ISOLATED_OUTDIR}", 660 "swarm_out_dir=${ISOLATED_OUTDIR}",
661 "event.patchSet.ref=refs/changes/00/2100/2", 661 "patch_ref=refs/changes/00/2100/2",
662 "revision=abc123" 662 "revision=abc123"
663 ], 663 ],
664 "name": "[trigger] test_skia on Ubuntu", 664 "name": "[trigger] test_skia on Ubuntu",
665 "~followup_annotations": [ 665 "~followup_annotations": [
666 "@@@STEP_LOG_LINE@json.output@{@@@", 666 "@@@STEP_LOG_LINE@json.output@{@@@",
667 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_skia/Ubuntu/def 456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/5\", @@@", 667 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_skia/Ubuntu/def 456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/5\", @@@",
668 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 668 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
669 "@@@STEP_LOG_LINE@json.output@ \"test_skia/Ubuntu/def456/Test-Ubuntu-GC C-GCE-CPU-AVX2-x86_64-Debug-Trybot/5\": {@@@", 669 "@@@STEP_LOG_LINE@json.output@ \"test_skia/Ubuntu/def456/Test-Ubuntu-GC C-GCE-CPU-AVX2-x86_64-Debug-Trybot/5\": {@@@",
670 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 670 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
671 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 671 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
885 "--tag", 885 "--tag",
886 "slavename:skiabot-linux-swarm-000", 886 "slavename:skiabot-linux-swarm-000",
887 "--tag", 887 "--tag",
888 "stepname:upload_dm_results_skia on Linux", 888 "stepname:upload_dm_results_skia on Linux",
889 "--idempotent", 889 "--idempotent",
890 "def456", 890 "def456",
891 "--", 891 "--",
892 "--workdir", 892 "--workdir",
893 "../../..", 893 "../../..",
894 "upload_dm_results", 894 "upload_dm_results",
895 "event.change.number=2100",
896 "repository=skia", 895 "repository=skia",
897 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot", 896 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot",
898 "mastername=client.skia", 897 "mastername=client.skia",
898 "patch_issue=2100",
899 "patch_storage=gerrit", 899 "patch_storage=gerrit",
900 "buildnumber=5", 900 "buildnumber=5",
901 "slavename=skiabot-linux-swarm-000", 901 "slavename=skiabot-linux-swarm-000",
902 "reason=Triggered by Skia swarm_trigger Recipe", 902 "reason=Triggered by Skia swarm_trigger Recipe",
903 "swarm_out_dir=${ISOLATED_OUTDIR}", 903 "swarm_out_dir=${ISOLATED_OUTDIR}",
904 "event.patchSet.ref=refs/changes/00/2100/2", 904 "patch_ref=refs/changes/00/2100/2",
905 "revision=abc123" 905 "revision=abc123"
906 ], 906 ],
907 "name": "[trigger] upload_dm_results_skia on Linux", 907 "name": "[trigger] upload_dm_results_skia on Linux",
908 "~followup_annotations": [ 908 "~followup_annotations": [
909 "@@@STEP_LOG_LINE@json.output@{@@@", 909 "@@@STEP_LOG_LINE@json.output@{@@@",
910 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"upload_dm_results_sk ia/Linux/def456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/5\", @@@", 910 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"upload_dm_results_sk ia/Linux/def456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/5\", @@@",
911 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 911 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
912 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results_skia/Linux/def456/Te st-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/5\": {@@@", 912 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results_skia/Linux/def456/Te st-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/5\": {@@@",
913 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 913 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
914 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 914 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
980 "@@@STEP_LINK@shard #0 isolated out@blah@@@", 980 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
981 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@" 981 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@"
982 ] 982 ]
983 }, 983 },
984 { 984 {
985 "name": "$result", 985 "name": "$result",
986 "recipe_result": null, 986 "recipe_result": null,
987 "status_code": 0 987 "status_code": 0
988 } 988 }
989 ] 989 ]
OLDNEW
« no previous file with comments | « infra/bots/recipes/swarm_trigger.py ('k') | infra/bots/recipes/upload_dm_results.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698