зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1475512 - Add bouncer check details in mozharness configs. r=mtabara
Differential Revision: https://phabricator.services.mozilla.com/D11378 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
e1db9116ee
Коммит
b571d0bf26
|
@ -61,6 +61,23 @@ config = {
|
|||
},
|
||||
},
|
||||
},
|
||||
"msi": {
|
||||
"product-name": "Firefox-%(version)s-msi-SSL",
|
||||
"check_uptake": True,
|
||||
"alias": "firefox-beta-msi-latest-ssl",
|
||||
"ssl-only": True,
|
||||
"add-locales": True,
|
||||
"paths": {
|
||||
"win32": {
|
||||
"path": "/firefox/releases/%(version)s/win32/:lang/Firefox%%20Setup%%20%(version)s.msi",
|
||||
"bouncer-platform": "win",
|
||||
},
|
||||
"win64": {
|
||||
"path": "/firefox/releases/%(version)s/win64/:lang/Firefox%%20Setup%%20%(version)s.msi",
|
||||
"bouncer-platform": "win64",
|
||||
},
|
||||
},
|
||||
},
|
||||
"stub-installer": {
|
||||
"product-name": "Firefox-%(version)s-stub",
|
||||
"check_uptake": True,
|
||||
|
|
|
@ -61,6 +61,23 @@ config = {
|
|||
},
|
||||
},
|
||||
},
|
||||
"installer-ssl": {
|
||||
"product-name": "Devedition-%(version)s-msi-SSL",
|
||||
"check_uptake": True,
|
||||
"alias": "firefox-devedition-msi-latest-ssl",
|
||||
"ssl-only": True,
|
||||
"add-locales": True,
|
||||
"paths": {
|
||||
"win32": {
|
||||
"path": "/devedition/releases/%(version)s/win32/:lang/Firefox%%20Setup%%20%(version)s.msi",
|
||||
"bouncer-platform": "win",
|
||||
},
|
||||
"win64": {
|
||||
"path": "/devedition/releases/%(version)s/win64/:lang/Firefox%%20Setup%%20%(version)s.msi",
|
||||
"bouncer-platform": "win64",
|
||||
},
|
||||
},
|
||||
},
|
||||
"stub-installer": {
|
||||
"product-name": "Devedition-%(version)s-stub",
|
||||
"check_uptake": True,
|
||||
|
|
|
@ -63,6 +63,23 @@ config = {
|
|||
},
|
||||
},
|
||||
},
|
||||
"msi": {
|
||||
"product-name": "Firefox-%(version)s-msi-SSL",
|
||||
"check_uptake": True,
|
||||
"alias": "firefox-esr-msi-latest-ssl",
|
||||
"ssl-only": True,
|
||||
"add-locales": True,
|
||||
"paths": {
|
||||
"win32": {
|
||||
"path": "/firefox/releases/%(version)s/win32/:lang/Firefox%%20Setup%%20%(version)s.msi",
|
||||
"bouncer-platform": "win",
|
||||
},
|
||||
"win64": {
|
||||
"path": "/firefox/releases/%(version)s/win64/:lang/Firefox%%20Setup%%20%(version)s.msi",
|
||||
"bouncer-platform": "win64",
|
||||
},
|
||||
},
|
||||
},
|
||||
"complete-mar": {
|
||||
"product-name": "Firefox-%(version)s-Complete",
|
||||
"check_uptake": True,
|
||||
|
|
|
@ -61,6 +61,23 @@ config = {
|
|||
},
|
||||
},
|
||||
},
|
||||
"msi": {
|
||||
"product-name": "Firefox-%(version)s-msi-SSL",
|
||||
"check_uptake": True,
|
||||
"alias": "firefox-msi-latest-ssl",
|
||||
"ssl-only": True,
|
||||
"add-locales": True,
|
||||
"paths": {
|
||||
"win32": {
|
||||
"path": "/firefox/releases/%(version)s/win32/:lang/Firefox%%20Setup%%20%(version)s.msi",
|
||||
"bouncer-platform": "win",
|
||||
},
|
||||
"win64": {
|
||||
"path": "/firefox/releases/%(version)s/win64/:lang/Firefox%%20Setup%%20%(version)s.msi",
|
||||
"bouncer-platform": "win64",
|
||||
},
|
||||
},
|
||||
},
|
||||
"stub-installer": {
|
||||
"product-name": "Firefox-%(version)s-stub",
|
||||
"check_uptake": True,
|
||||
|
|
Загрузка…
Ссылка в новой задаче