summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEric Cox <eric.cox@mongodb.com>2021-09-22 13:58:25 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-09-22 14:20:54 +0000
commit816f629e6e7d7c971ac36af46773331531fc4daf (patch)
tree0a862e3e9112bb7283a7f6768ea3195a02f9132c /etc
parent9eccc4ff68b55b32d5eb9232b18a5a073effe41c (diff)
downloadmongo-816f629e6e7d7c971ac36af46773331531fc4daf.tar.gz
SERVER-60135 Use query all-feature flag build variant for pushdown
Diffstat (limited to 'etc')
-rw-r--r--etc/evergreen.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index b97e90bae31..782616d1d48 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -11958,7 +11958,7 @@ buildvariants:
max_sub_suites: 3
test_flags: >-
--mongodSetParameters="{internalQueryEnableSlotBasedExecutionEngine: true}"
- --additionalFeatureFlags=featureFlagTimeseriesCollection,featureFlagSbePlanCache
+ --additionalFeatureFlags=featureFlagTimeseriesCollection,featureFlagSbePlanCache,featureFlagSBEGroupPushdown
--excludeWithAnyTags=resource_intensive
# Intentionally derive from SBE to run the SBE tests with all feature flags.