Skip to content

Commit 2ee454b

Browse files
authored
feat(nimbus): Add advanced targeting for newtab trainhop 151.3.202604… (#15415)
This commit adds new targeting for the 151.3.20260419.192959 trainhop Fixes #15414
1 parent 3a77891 commit 2ee454b

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
@@ -4272,6 +4272,20 @@ def __post_init__(self):
42724272
application_choice_names=(Application.DESKTOP.name,),
42734273
)
42744274

4275+
FX_151_3_TRAINHOP = NimbusTargetingConfig(
4276+
name="New Tab Fx151 Apr-19 Trainhop",
4277+
slug="newtab-151-0419-trainhop",
4278+
description=(
4279+
"Desktop users having the New Tab 151.3.20260419.192959 train hop, "
4280+
"which includes users of Fx150"
4281+
),
4282+
targeting="newtabAddonVersion|versionCompare('151.3.20260419.192959') >= 0",
4283+
desktop_telemetry="",
4284+
sticky_required=False,
4285+
is_first_run_required=False,
4286+
application_choice_names=(Application.DESKTOP.name,),
4287+
)
4288+
42754289
BUILDID_20251006095753 = NimbusTargetingConfig(
42764290
name="Build ID 20251006095753 or higher",
42774291
slug="buildid-20251006095753",

0 commit comments

Comments
 (0)