Skip to content

Commit

Permalink
Bug 1777521 - enable bouncer-check for Firefox-esr-next-msix-latest-S…
Browse files Browse the repository at this point in the history
…SL. r=gabriel DONTBUILD

Now that 102.1.0esr has shipped the Firefox-esr-next-msix-latest-SSL
product is populated in bouncer so we can enable the check.

Differential Revision: https://phabricator.services.mozilla.com/D152764
  • Loading branch information
jcristau committed Jul 26, 2022
1 parent a6fcea8 commit 5e1b2c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/mozharness/configs/releases/bouncer_firefox_esr.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,15 @@
},
"msix-latest": {
"product-name": "Firefox-esr-msix-latest-SSL",
"check_uptake": False,
"check_uptake": False, # XXX enable when esr91 is EOL
"platforms": [
"win",
"win64",
],
},
"msix-next-latest": {
"product-name": "Firefox-esr-next-msix-latest-SSL",
"check_uptake": False,
"check_uptake": True,
"platforms": [
"win",
"win64",
Expand Down

0 comments on commit 5e1b2c7

Please sign in to comment.