Bug 1734103 - remove msix products from bouncer check for nightly. r=bhearsum

We don't have a bouncer product for the nightly msix yet, so the check always fails.

Differential Revision: https://phabricator.services.mozilla.com/D127544
This commit is contained in:
Julien Cristau 2021-10-05 14:11:30 +00:00
parent 6f0502c04d
commit 1dab956095

View File

@ -57,22 +57,6 @@ config = {
"win64",
],
},
"msix-latest": {
"product-name": "Firefox-nightly-msix-latest-SSL",
"check_uptake": True,
"platforms": [
"win",
"win64",
],
},
"msix-latest-l10n": {
"product-name": "Firefox-nightly-msix-latest-l10n-SSL",
"check_uptake": True,
"platforms": [
"win",
"win64",
],
},
"stub-installer": {
"product-name": "Firefox-nightly-stub",
"check_uptake": True,