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

Side by Side Diff: site_config/global_variables.json

Issue 12785002: Split GenerateBenchGraphs into three build steps (Closed) Base URL: http://skia.googlecode.com/svn/buildbot/
Patch Set: Created 7 years, 9 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "autogen_svn_url": { 2 "autogen_svn_url": {
3 "value": "https://skia-autogen.googlecode.com/svn", 3 "value": "https://skia-autogen.googlecode.com/svn",
4 "type": "string", 4 "type": "string",
5 "description": "URL of the SVN repo used for auto-generated assets." 5 "description": "URL of the SVN repo used for auto-generated assets."
6 }, 6 },
7 "external_port": { 7 "external_port": {
8 "value": "10117", 8 "value": "10117",
9 "type": "integer", 9 "type": "integer",
10 "description": "Externally-visible port on the Skia build master." 10 "description": "Externally-visible port on the Skia build master."
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 "project_url": { 52 "project_url": {
53 "value": "http://skia.googlecode.com", 53 "value": "http://skia.googlecode.com",
54 "type": "string", 54 "type": "string",
55 "description": "URL of the Skia codesite." 55 "description": "URL of the Skia codesite."
56 }, 56 },
57 "revlinktmpl": { 57 "revlinktmpl": {
58 "value": "http://code.google.com/p/skia/source/detail?r=%s", 58 "value": "http://code.google.com/p/skia/source/detail?r=%s",
59 "type": "string", 59 "type": "string",
60 "description": "Template for links to specific revisions in Skia." 60 "description": "Template for links to specific revisions in Skia."
61 }, 61 },
62 "skia_dashboard_add_point_url": {
63 "value": "https://skiadash.appspot.com/add_point",
64 "type": "string",
65 "description": "URL for adding bench data to the Skia dashboard on Appspot."
66 },
62 "skia_svn_url": { 67 "skia_svn_url": {
63 "value": "http://skia.googlecode.com/svn", 68 "value": "http://skia.googlecode.com/svn",
64 "type": "string", 69 "type": "string",
65 "description": "URL of the Skia SVN repository." 70 "description": "URL of the Skia SVN repository."
66 }, 71 },
67 "slave_port": { 72 "slave_port": {
68 "value": "10116", 73 "value": "10116",
69 "type": "integer", 74 "type": "integer",
70 "description": "Port used by build slaves." 75 "description": "Port used by build slaves."
71 }, 76 },
72 "try_svn_url": { 77 "try_svn_url": {
73 "value": "http://skia-try.googlecode.com/svn", 78 "value": "http://skia-try.googlecode.com/svn",
74 "type": "string", 79 "type": "string",
75 "description": "URL of the SVN repository used for try requests." 80 "description": "URL of the SVN repository used for try requests."
76 } 81 }
77 } 82 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698