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

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-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-ShuttleB-CPU-AVX2-x86_64-Release\", \" buildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\", \"recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skiab ot-linux-swarm-000\"}" 7 "{\"buildername\": \"Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release\", \" buildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\", \"recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skiab ot-linux-swarm-000\"}"
8 ], 8 ],
9 "name": "print properties", 9 "name": "print properties",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 858 matching lines...) Expand 10 before | Expand all | Expand 10 after
869 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0/dm", 869 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0/dm",
870 "[SLAVE_BUILD]/dm", 870 "[SLAVE_BUILD]/dm",
871 "0" 871 "0"
872 ], 872 ],
873 "name": "dm_dir" 873 "name": "dm_dir"
874 }, 874 },
875 { 875 {
876 "cmd": [ 876 "cmd": [
877 "python", 877 "python",
878 "-u", 878 "-u",
879 "RECIPE_MODULE[skia::skia]/resources/upload_dm_results.py", 879 "RECIPE_MODULE[skia::core]/resources/upload_dm_results.py",
880 "[SLAVE_BUILD]/dm", 880 "[SLAVE_BUILD]/dm",
881 "abc123", 881 "abc123",
882 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release", 882 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release",
883 "5", 883 "5",
884 "", 884 "",
885 "[SLAVE_BUILD]/skia/common/py/utils" 885 "[SLAVE_BUILD]/skia/common/py/utils"
886 ], 886 ],
887 "cwd": "[SLAVE_BUILD]/skia", 887 "cwd": "[SLAVE_BUILD]/skia",
888 "env": { 888 "env": {
889 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", 889 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto",
890 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" 890 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto"
891 }, 891 },
892 "name": "Upload DM Results" 892 "name": "Upload DM Results"
893 }, 893 },
894 { 894 {
895 "name": "$result", 895 "name": "$result",
896 "recipe_result": null, 896 "recipe_result": null,
897 "status_code": 0 897 "status_code": 0
898 } 898 }
899 ] 899 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698