Bug 1248474 - [RelPromo] Run Mac/Windows update verification via BBB - r=rail
Set chunk size in configs.
--- a/mozilla/project_branches.py
+++ b/mozilla/project_branches.py
@@ -189,16 +189,17 @@ PROJECT_BRANCHES = {
'tuxedoServerUrl': 'https://admin-bouncer.stage.mozaws.net/api',
'bouncer_submitter_config': "releases/bouncer_firefox_beta.py",
'bouncer_branch': "releases/date",
'bouncer_enabled': True,
'postrelease_version_bump_enabled': True,
'postrelease_version_bump_config': 'releases/postrelease_date.py',
'push_to_candidates_enabled': True,
'updates_config': 'releases/updates_date.py',
+ 'update_verify_chunks': 6,
},
'elm': {
'branch_projects': [],
'enable_talos': True,
'enable_valgrind': False,
'lock_platforms': True,
'platforms': {
# dep signing with nightly key, see bug 1176152