Bug 1166380: add 'taskcluster' build pool; r=mshal
authorDustin J. Mitchell <dustin@mozilla.com>
Tue, 19 May 2015 13:46:43 -0400 (2015-05-19)
changeset 4035 2e2809fb05a9851dbb952f616db6e19d3bef0359
parent 4030 da2679eecb5b138ef29deced282474ea40ad600a
child 4036 af1eee401f7f48fdaa9078498350ccbbd8aef445
push id3202
push userdmitchell@mozilla.com
push dateThu, 21 May 2015 16:06:31 +0000 (2015-05-21)
reviewersmshal
bugs1166380
Bug 1166380: add 'taskcluster' build pool; r=mshal
configs/builds/build_pool_specifics.py
--- 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',
+    },
 }