Bug 1166380: add 'taskcluster' build pool; r=mshal
--- a/configs/builds/build_pool_specifics.py
+++ b/configs/builds/build_pool_specifics.py
@@ -28,9 +28,12 @@ config = {
'graph_server': 'graphs.mozilla.org',
"hgtool_base_bundle_urls": [
'https://ftp-ssl.mozilla.org/pub/mozilla.org/firefox/bundles'
],
'symbol_server_host': "symbolpush.mozilla.org",
'stage_server': 'stage.mozilla.org',
"sendchange_masters": ["buildbot-master81.build.mozilla.org:9301"],
},
+ "taskcluster": {
+ 'graph_server': 'graphs.mozilla.org',
+ },
}