зеркало из https://github.com/mozilla/gecko-dev.git
As part of the work on bug 1195365 we need funsize to known about the MAR URLs for the latest build without that information coming from balrog. r=Callek
Reduce mar url list now to simple dictionary MozReview-Commit-ID: 7AWLrSu7BAx --HG-- extra : rebase_source : 619c6219ee6d8c8caaa8ae8f367490411ea1e8ad
This commit is contained in:
Родитель
2fb6e9eb1c
Коммит
913eb833f6
|
@ -1037,11 +1037,13 @@ class DesktopSingleLocale(LocalesMixin, ReleaseMixin, MockMixin, BuildbotMixin,
|
|||
def funsize_props(self):
|
||||
"""Set buildbot properties required to trigger funsize tasks
|
||||
responsible to generate partial updates for successfully generated locales"""
|
||||
locales = self.query_locales()
|
||||
funsize_info = {
|
||||
'locales': self.query_locales(),
|
||||
'locales': locales,
|
||||
'branch': self.config['branch'],
|
||||
'appName': self.config['appName'],
|
||||
'platform': self.config['platform'],
|
||||
'completeMarUrls': {locale: self._query_complete_mar_url(locale) for locale in locales},
|
||||
}
|
||||
self.info('funsize info: %s' % funsize_info)
|
||||
self.set_buildbot_property('funsize_info', json.dumps(funsize_info),
|
||||
|
|
Загрузка…
Ссылка в новой задаче