mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
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:
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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user