Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions experimenter/experimenter/targeting/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -3692,6 +3692,20 @@ def __post_init__(self):
application_choice_names=(Application.DESKTOP.name,),
)

FX_146_TRAINHOP = NimbusTargetingConfig(
name="New Tab Fx146.0.1 11-24 Trainhop",
slug="newtab-146-1124-trainhop",
description=(
"Desktop users having the New Tab 146.0.20251107.60212 train hop, "
"which includes users of Fx145_0_1"
),
targeting="newtabAddonVersion|versionCompare('146.0.20251107.60212') >= 0",
desktop_telemetry="",
sticky_required=False,
is_first_run_required=False,
application_choice_names=(Application.DESKTOP.name,),
)

BUILDID_20251006095753 = NimbusTargetingConfig(
name="Build ID 20251006095753 or higher",
slug="buildid-20251006095753",
Expand Down