-
Notifications
You must be signed in to change notification settings - Fork 556
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27435 from guardian/doml/start-remove-lite-fronts…
…-experiment Set Remove Lite Fronts experiment to 1%
- Loading branch information
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,15 +19,6 @@ object ActiveExperiments extends ExperimentsDefinition { | |
implicit val canCheckExperiment: CanCheckExperiment = new CanCheckExperiment(this) | ||
} | ||
|
||
object RemoveLiteFronts | ||
extends Experiment( | ||
name = "remove-lite-fronts", | ||
description = "Get the full pressed page of a front instead of the lite version", | ||
owners = Seq(Owner.withEmail("[email protected]")), | ||
sellByDate = LocalDate.of(2024, 10, 30), | ||
participationGroup = Perc0A, | ||
) | ||
|
||
object UpdatedHeaderDesign | ||
extends Experiment( | ||
name = "updated-header-design", | ||
|
@@ -55,3 +46,12 @@ object DarkModeWeb | |
sellByDate = LocalDate.of(2024, 10, 30), | ||
participationGroup = Perc0D, | ||
) | ||
|
||
object RemoveLiteFronts | ||
extends Experiment( | ||
name = "remove-lite-fronts", | ||
description = "Get the full pressed page of a front instead of the lite version", | ||
owners = Seq(Owner.withEmail("[email protected]")), | ||
sellByDate = LocalDate.of(2024, 10, 30), | ||
participationGroup = Perc1A, | ||
) |