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

FX_153_TRAINHOP_MAX = NimbusTargetingConfig(
name="New Tab up to Fx153 May-28 Trainhop (max)",
slug="newtab-153-0528-trainhop-max",
description=(
"Desktop users on the New Tab 153.1.20260528.133333 train hop or older "
"(153.1 as the maximum version)"
),
targeting="newtabAddonVersion|versionCompare('153.1.20260528.133333') <= 0",
desktop_telemetry="",
sticky_required=False,
is_first_run_required=False,
application_choice_names=(Application.DESKTOP.name,),
)

FX_153_3_TRAINHOP = NimbusTargetingConfig(
name="New Tab Fx153 Jun-05 Trainhop",
slug="newtab-153-0605-trainhop",
Expand Down
Loading