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

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/Test-Mac-Clang-MacMini6.2-CPU-AVX-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-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release\", \ "buildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\" , \"recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skia bot-linux-swarm-000\"}" 7 "{\"buildername\": \"Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release\", \ "buildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\" , \"recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skia bot-linux-swarm-000\"}"
8 ], 8 ],
9 "name": "print properties", 9 "name": "print properties",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 850 matching lines...) Expand 10 before | Expand all | Expand 10 after
861 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0/dm", 861 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0/dm",
862 "[SLAVE_BUILD]/dm", 862 "[SLAVE_BUILD]/dm",
863 "0" 863 "0"
864 ], 864 ],
865 "name": "dm_dir" 865 "name": "dm_dir"
866 }, 866 },
867 { 867 {
868 "cmd": [ 868 "cmd": [
869 "python", 869 "python",
870 "-u", 870 "-u",
871 "RECIPE_MODULE[skia::skia]/resources/upload_dm_results.py", 871 "RECIPE_MODULE[skia::core]/resources/upload_dm_results.py",
872 "[SLAVE_BUILD]/dm", 872 "[SLAVE_BUILD]/dm",
873 "abc123", 873 "abc123",
874 "Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release", 874 "Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release",
875 "5", 875 "5",
876 "", 876 "",
877 "[SLAVE_BUILD]/skia/common/py/utils" 877 "[SLAVE_BUILD]/skia/common/py/utils"
878 ], 878 ],
879 "cwd": "[SLAVE_BUILD]/skia", 879 "cwd": "[SLAVE_BUILD]/skia",
880 "env": { 880 "env": {
881 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", 881 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto",
882 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" 882 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto"
883 }, 883 },
884 "name": "Upload DM Results" 884 "name": "Upload DM Results"
885 }, 885 },
886 { 886 {
887 "name": "$result", 887 "name": "$result",
888 "recipe_result": null, 888 "recipe_result": null,
889 "status_code": 0 889 "status_code": 0
890 } 890 }
891 ] 891 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698