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

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug.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-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug\", \"buildn umber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\", \"rec ipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skiabot-lin ux-swarm-000\"}" 7 "{\"buildername\": \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug\", \"buildn umber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\", \"rec ipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skiabot-lin ux-swarm-000\"}"
8 ], 8 ],
9 "name": "print properties", 9 "name": "print properties",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 846 matching lines...) Expand 10 before | Expand all | Expand 10 after
857 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0/dm", 857 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0/dm",
858 "[SLAVE_BUILD]/dm", 858 "[SLAVE_BUILD]/dm",
859 "0" 859 "0"
860 ], 860 ],
861 "name": "dm_dir" 861 "name": "dm_dir"
862 }, 862 },
863 { 863 {
864 "cmd": [ 864 "cmd": [
865 "python", 865 "python",
866 "-u", 866 "-u",
867 "RECIPE_MODULE[skia::skia]/resources/upload_dm_results.py", 867 "RECIPE_MODULE[skia::core]/resources/upload_dm_results.py",
868 "[SLAVE_BUILD]/dm", 868 "[SLAVE_BUILD]/dm",
869 "abc123", 869 "abc123",
870 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", 870 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug",
871 "5", 871 "5",
872 "", 872 "",
873 "[SLAVE_BUILD]/skia/common/py/utils" 873 "[SLAVE_BUILD]/skia/common/py/utils"
874 ], 874 ],
875 "cwd": "[SLAVE_BUILD]/skia", 875 "cwd": "[SLAVE_BUILD]/skia",
876 "env": { 876 "env": {
877 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", 877 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto",
878 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" 878 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto"
879 }, 879 },
880 "name": "Upload DM Results" 880 "name": "Upload DM Results"
881 }, 881 },
882 { 882 {
883 "name": "$result", 883 "name": "$result",
884 "recipe_result": null, 884 "recipe_result": null,
885 "status_code": 0 885 "status_code": 0
886 } 886 }
887 ] 887 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698