Skip to content

Commit

Permalink
Merge pull request #31616 from vespa-engine/bjorncs/trial-plan-featur…
Browse files Browse the repository at this point in the history
…e-flag

Bjorncs/trial plan feature flag
  • Loading branch information
freva authored Jun 18, 2024
2 parents 724edb5 + 2c74cc3 commit 18999a8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions flags/src/main/java/com/yahoo/vespa/flags/Flags.java
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,13 @@ public class Flags {
"Takes effect immediately",
INSTANCE_ID);

public static final UnboundBooleanFlag ENABLE_NEW_TRIAL = defineFeatureFlag(
"enable-new-trial", false,
List.of("bjorncs"), "2024-06-18", "2025-01-01",
"Whether to enable the new trial experience",
"Takes effect immediately",
TENANT_ID);

public static final UnboundBooleanFlag ENFORCE_STRICTLY_INCREASING_CLUSTER_STATE_VERSIONS = defineFeatureFlag(
"enforce-strictly-increasing-cluster-state-versions", false,
List.of("vekterli"), "2024-06-03", "2024-08-01",
Expand Down

0 comments on commit 18999a8

Please sign in to comment.