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

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/Test-Win8-MSVC-ShuttleA-GPU-HD7770-x86_64-Release.json

Issue 2198173002: Re-organize Skia recipes (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix missing dependency 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 "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-Win8-MSVC-ShuttleA-GPU-HD7770-x86_64-Release\", \"buildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\ ", \"recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"ski abot-linux-swarm-000\"}" 7 "{\"buildername\": \"Test-Win8-MSVC-ShuttleA-GPU-HD7770-x86_64-Release\", \"buildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\ ", \"recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"ski abot-linux-swarm-000\"}"
8 ], 8 ],
9 "name": "print properties", 9 "name": "print properties",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 855 matching lines...) Expand 10 before | Expand all | Expand 10 after
866 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0/dm", 866 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0/dm",
867 "[SLAVE_BUILD]/dm", 867 "[SLAVE_BUILD]/dm",
868 "0" 868 "0"
869 ], 869 ],
870 "name": "dm_dir" 870 "name": "dm_dir"
871 }, 871 },
872 { 872 {
873 "cmd": [ 873 "cmd": [
874 "python", 874 "python",
875 "-u", 875 "-u",
876 "RECIPE_MODULE[skia::skia]/resources/upload_dm_results.py", 876 "RECIPE_MODULE[skia::core]/resources/upload_dm_results.py",
877 "[SLAVE_BUILD]/dm", 877 "[SLAVE_BUILD]/dm",
878 "abc123", 878 "abc123",
879 "Test-Win8-MSVC-ShuttleA-GPU-HD7770-x86_64-Release", 879 "Test-Win8-MSVC-ShuttleA-GPU-HD7770-x86_64-Release",
880 "5", 880 "5",
881 "", 881 "",
882 "[SLAVE_BUILD]/skia/common/py/utils" 882 "[SLAVE_BUILD]/skia/common/py/utils"
883 ], 883 ],
884 "cwd": "[SLAVE_BUILD]/skia", 884 "cwd": "[SLAVE_BUILD]/skia",
885 "env": { 885 "env": {
886 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", 886 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto",
887 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" 887 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto"
888 }, 888 },
889 "name": "Upload DM Results" 889 "name": "Upload DM Results"
890 }, 890 },
891 { 891 {
892 "name": "$result", 892 "name": "$result",
893 "recipe_result": null, 893 "recipe_result": null,
894 "status_code": 0 894 "status_code": 0
895 } 895 }
896 ] 896 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698