Bug 1324922 - Stop publishing complete MARs to balrog as a part of build/l10n repacks - final update, r=jlund

This commit is contained in:
Simon Fraser 2017-03-31 12:30:03 -07:00
parent db8cdc20cf
commit c1b6a2a2a0
3 changed files with 6 additions and 0 deletions

View File

@ -66,6 +66,7 @@ config = {
'enable_count_ctors': True,
'enable_talos_sendchange': False,
'enable_unittest_sendchange': True,
'skip_balrog_uploads': True, # If True, rely on Funsize to update Balrog
#########################################################################

View File

@ -65,6 +65,7 @@ config = {
'enable_count_ctors': True,
'enable_talos_sendchange': False,
'enable_unittest_sendchange': True,
'skip_balrog_uploads': True, # If True, rely on Funsize to update Balrog
#########################################################################

View File

@ -2126,6 +2126,10 @@ or run without that action (ie: --no-{action})"
self.generate_balrog_props(props_path)
return
if self.config.get('skip_balrog_uploads'):
self.info("Funsize will submit to balrog, skipping submission here.")
return
if not self.config.get("balrog_servers"):
self.fatal("balrog_servers not set; skipping balrog submission.")
return