11 lines
423 B
YAML
11 lines
423 B
YAML
# Feature flags here are turned off even on the "all feature flags" build variants.
|
|
#
|
|
# These flags can be enabled on a per-task or per-build-variant basis
|
|
# by modifying their respective definitions in evergreen.yml.
|
|
|
|
- featureFlagFryer
|
|
- featureFlagCommonQueryFramework
|
|
# Disable featureFlagRequireTenantID until all paths pass tenant id to TenantNamespace
|
|
# and TenantDatabase constructors.
|
|
- featureFlagRequireTenantID
|