RIDER-136564 [Rider]: IJ-CR-218058 apply ab for 2026.2.2

(cherry picked from commit d797ccd137f29c01ed55d02ce378ad5e0b4d8cc5)

IJ-CR-221506

GitOrigin-RevId: 11195b125d01905e8a4577b809e88368ea1965e0
This commit is contained in:
Egor.Skrypnikov
2026-09-03 18:07:13 +00:00
committed by intellij-monorepo-bot
parent a1369567e6
commit 72f9c34405
@@ -80,14 +80,13 @@ internal val experimentsPartition: List<ExperimentAssignment> = listOf(
majorVersion = "2026.2",
products = EnumSet.of(IntelliJPlatformProduct.CLION),
),
// Do NOT delete -- will be activated for 2026.2.2
//ExperimentAssignment(
// experiment = ABExperimentOption.RIDER_REPO_VIEW,
// experimentBuckets = (0 until 256).toSet(),
// controlBuckets = (256 until 512).toSet(),
// majorVersion = "2026.2.2",
// products = EnumSet.of(IntelliJPlatformProduct.RIDER)
//)
ExperimentAssignment(
experiment = ABExperimentOption.RIDER_REPO_VIEW,
experimentBuckets = (0 until 256).toSet(),
controlBuckets = (786 until 1024).toSet(),
majorVersion = "2026.2.2",
products = EnumSet.of(IntelliJPlatformProduct.RIDER)
)
// the rest belongs to the "unassigned" experiment
)