Skip to content

Commit 37df5ff

Browse files
authored
feat(nimbus): Add advanced targeting for newtab trainhop 153.1.20260528.133333 (or older) (#15945)
This commit adds new targeting for the 153.1.20260528.133333 trainhop and older, with that version as the maximum. Fixes #15944
1 parent 8df2cec commit 37df5ff

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

experimenter/experimenter/targeting/constants.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4560,6 +4560,20 @@ def __post_init__(self):
45604560
application_choice_names=(Application.DESKTOP.name,),
45614561
)
45624562

4563+
FX_153_TRAINHOP_MAX = NimbusTargetingConfig(
4564+
name="New Tab up to Fx153 May-28 Trainhop (max)",
4565+
slug="newtab-153-0528-trainhop-max",
4566+
description=(
4567+
"Desktop users on the New Tab 153.1.20260528.133333 train hop or older "
4568+
"(153.1 as the maximum version)"
4569+
),
4570+
targeting="newtabAddonVersion|versionCompare('153.1.20260528.133333') <= 0",
4571+
desktop_telemetry="",
4572+
sticky_required=False,
4573+
is_first_run_required=False,
4574+
application_choice_names=(Application.DESKTOP.name,),
4575+
)
4576+
45634577
FX_153_3_TRAINHOP = NimbusTargetingConfig(
45644578
name="New Tab Fx153 Jun-05 Trainhop",
45654579
slug="newtab-153-0605-trainhop",

0 commit comments

Comments
 (0)