Bug 729144. Post to graphs.allizom.org. r=nthomas
--- a/mozilla-tests/preproduction_config.py
+++ b/mozilla-tests/preproduction_config.py
@@ -11,17 +11,17 @@ SLAVES = {
}
SLAVES['leopard-o'] = SLAVES['leopard']
SLAVES['tegra_android-xul'] = SLAVES['tegra_android']
SLAVES['tegra_android-o'] = SLAVES['tegra_android']
TRY_SLAVES = {}
-GRAPH_CONFIG = ['--resultsServer', 'graphs-stage.mozilla.org',
+GRAPH_CONFIG = ['--resultsServer', 'graphs.allizom.org',
'--resultsLink', '/server/collect.cgi']
GLOBAL_VARS = {
'disable_tinderbox_mail': True,
'tinderbox_tree': 'MozillaTest',
'mobile_tinderbox_tree': 'MobileTest',
'build_tools_repo_path': 'users/prepr-ffxbld/tools',
'stage_server': 'preproduction-stage.build.mozilla.org',
--- a/mozilla-tests/staging_addon_config.py
+++ b/mozilla-tests/staging_addon_config.py
@@ -9,17 +9,17 @@ SLAVES = {
'tegra_android': dict([('tegra-%03i' % x, {'http_port': '30%03i' % x, 'ssl_port': '31%03i' % x}) for x in range(1,4)]),
}
SLAVES['tegra_android-xul'] = SLAVES['tegra_android']
SLAVES['tegra_android-o'] = SLAVES['tegra_android']
TRY_SLAVES = {}
-GRAPH_CONFIG = ['--resultsServer', 'graphs-stage.mozilla.org',
+GRAPH_CONFIG = ['--resultsServer', 'graphs.allizom.org',
'--resultsLink', '/server/collect.cgi']
GLOBAL_VARS = {
'tinderbox_tree': 'MozillaTest',
'mobile_tinderbox_tree': 'MobileTest',
'build_tools_repo_path': 'build/tools',
'stage_server': 'staging-stage.build.mozilla.org',
'stage_username': 'ffxbld',
--- a/mozilla-tests/staging_ateam_config.py
+++ b/mozilla-tests/staging_ateam_config.py
@@ -9,17 +9,17 @@ SLAVES = {
'tegra_android': dict([('tegra-%03i' % x, {'http_port': '30%03i' % x, 'ssl_port': '31%03i' % x}) for x in range(1,4)]),
}
SLAVES['tegra_android-xul'] = SLAVES['tegra_android']
SLAVES['tegra_android-o'] = SLAVES['tegra_android']
TRY_SLAVES = {}
-GRAPH_CONFIG = ['--resultsServer', 'graphs-stage.mozilla.org',
+GRAPH_CONFIG = ['--resultsServer', 'graphs.allizom.org',
'--resultsLink', '/server/collect.cgi']
GLOBAL_VARS = {
'tinderbox_tree': 'MozillaTest',
'mobile_tinderbox_tree': 'MobileTest',
'build_tools_repo_path': 'build/tools',
'stage_server': 'staging-stage.build.mozilla.org',
'stage_username': 'ffxbld',
--- a/mozilla-tests/staging_config.py
+++ b/mozilla-tests/staging_config.py
@@ -11,17 +11,17 @@ SLAVES = {
}
SLAVES['leopard-o'] = SLAVES['leopard']
SLAVES['tegra_android-xul'] = SLAVES['tegra_android']
SLAVES['tegra_android-o'] = SLAVES['tegra_android']
TRY_SLAVES = {}
-GRAPH_CONFIG = ['--resultsServer', 'graphs-stage.mozilla.org',
+GRAPH_CONFIG = ['--resultsServer', 'graphs.allizom.org',
'--resultsLink', '/server/collect.cgi']
GLOBAL_VARS = {
'disable_tinderbox_mail': True,
'tinderbox_tree': 'MozillaTest',
'mobile_tinderbox_tree': 'MobileTest',
'build_tools_repo_path': 'build/tools',
'stage_server': 'dev-stage01.build.sjc1.mozilla.com',
--- a/mozilla/preproduction_config.py
+++ b/mozilla/preproduction_config.py
@@ -39,17 +39,17 @@ GLOBAL_VARS = {
'config_repo_path': 'build/buildbot-configs',
'buildbotcustom_repo_path': 'build/buildbotcustom',
'compare_locales_repo_path': 'build/compare-locales',
'build_tools_repo_path': 'build/tools',
'stage_server': 'preproduction-stage.build.mozilla.org',
'aus2_host': 'preproduction-stage.build.mozilla.org',
'download_base_url': 'http://preproduction-stage.build.mozilla.org/pub/mozilla.org/firefox',
'mobile_download_base_url': 'http://preproduction-stage.build.mozilla.org/pub/mozilla.org/mobile',
- 'graph_server': 'graphs-stage.mozilla.org',#TODO
+ 'graph_server': 'graphs.allizom.org',#TODO
'base_clobber_url': 'http://build.mozilla.org/preproduction-clobberer/index.php',
'pollInterval': 6*60*60,
'l10nPollInterval': 6*60*60,
'disable_tinderbox_mail': True,
# List of talos masters to notify of new builds,
# and if a failure to notify the talos master should result in a warning,
# and sendchange retry count before give up
'talos_masters': [
--- a/mozilla/staging_config.py
+++ b/mozilla/staging_config.py
@@ -38,17 +38,17 @@ TRY_SLAVES['win32'] += TRY_WIN32_IXS
GLOBAL_VARS = {
'staging': True,
'config_repo_path': 'build/buildbot-configs',
'buildbotcustom_repo_path': 'build/buildbotcustom',
'stage_server': 'dev-stage01.build.sjc1.mozilla.com',
'aus2_host': 'dev-stage01.build.sjc1.mozilla.com',
'download_base_url': 'http://dev-stage01.build.sjc1.mozilla.com/pub/mozilla.org/firefox',
'mobile_download_base_url': 'http://dev-stage01.build.sjc1.mozilla.com/pub/mozilla.org/mobile',
- 'graph_server': 'graphs-stage.mozilla.org',
+ 'graph_server': 'graphs.allizom.org',
'build_tools_repo_path': 'build/tools',
'base_clobber_url': 'http://build.mozilla.org/stage-clobberer/index.php',
'disable_tinderbox_mail': True,
# List of talos masters to notify of new builds,
# and if a failure to notify the talos master should result in a warning,
# and sendchange retry count before give up
'talos_masters': [
# ('dev-master01.build.scl1.mozilla.com:9009', True, 1),
--- a/talos-staging-pool/config.py
+++ b/talos-staging-pool/config.py
@@ -1,13 +1,13 @@
from copy import deepcopy
from buildbot.steps.shell import WithProperties
-GRAPH_CONFIG = ['--resultsServer', 'graphs-stage.mozilla.org',
+GRAPH_CONFIG = ['--resultsServer', 'graphs.allizom.org',
'--resultsLink', '/server/collect.cgi']
TALOS_CMD = ['python', 'run_tests.py', '--noisy', WithProperties('%(configFile)s')]
TALOS_ADDON_CMD = ['python', 'run_tests.py', '--screen', WithProperties('%(configFile)s')]
TALOS_DIRTY_OPTS = {'talosAddOns': ['profiles/dirtyDBs.zip', 'profiles/dirtyMaxDBs.zip']}