summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergi Mateo Bellido <sergi.mateo-bellido@mongodb.com>2021-01-21 14:27:48 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-01-25 10:24:56 +0000
commit4a262f6844b3a054f4d89c8d7dc802e263dbdfc1 (patch)
tree0bc88f4548932b35681cf2a1f7e9527a1f0112a9
parent27be7cc893de5b06aea8b8f7551ebf8dd6815921 (diff)
downloadmongo-4a262f6844b3a054f4d89c8d7dc802e263dbdfc1.tar.gz
SERVER-53773 Enable featureFlagTimestampedUUID in 'all feature flags' variants
-rw-r--r--etc/evergreen.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 61d5f9b1285..4996e6d9850 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -9789,6 +9789,7 @@ buildvariants:
featureFlagImprovedAuditing: true,
featureFlagTimeseriesCollection: true,
featureFlagShardingFullDDLSupport: true,
+ featureFlagShardingFullDDLSupportTimestampedVersion: true,
}"
- &enterprise-windows-template
@@ -9884,6 +9885,7 @@ buildvariants:
featureFlagImprovedAuditing: true,
featureFlagTimeseriesCollection: true,
featureFlagShardingFullDDLSupport: true,
+ featureFlagShardingFullDDLSupportTimestampedVersion: true,
}"
- <<: *enterprise-windows-nopush-template
@@ -10545,6 +10547,7 @@ buildvariants:
featureFlagImprovedAuditing: true,
featureFlagTimeseriesCollection: true,
featureFlagShardingFullDDLSupport: true,
+ featureFlagShardingFullDDLSupportTimestampedVersion: true,
}"
tasks:
- name: compile_parallel_TG
@@ -11847,6 +11850,7 @@ buildvariants:
featureFlagImprovedAuditing: true,
featureFlagTimeseriesCollection: true,
featureFlagShardingFullDDLSupport: true,
+ featureFlagShardingFullDDLSupportTimestampedVersion: true,
}"
tasks:
- name: compile_all_run_unittests_TG
@@ -12848,6 +12852,7 @@ buildvariants:
featureFlagImprovedAuditing: true,
featureFlagTimeseriesCollection: true,
featureFlagShardingFullDDLSupport: true,
+ featureFlagShardingFullDDLSupportTimestampedVersion: true,
}"
tasks:
- name: compile_all_run_unittests_TG
@@ -13009,6 +13014,7 @@ buildvariants:
featureFlagImprovedAuditing: true,
featureFlagTimeseriesCollection: true,
featureFlagShardingFullDDLSupport: true,
+ featureFlagShardingFullDDLSupportTimestampedVersion: true,
}"
multiversion_platform: ubuntu1804
multiversion_edition: enterprise
@@ -13108,6 +13114,7 @@ buildvariants:
featureFlagImprovedAuditing: true,
featureFlagTimeseriesCollection: true,
featureFlagShardingFullDDLSupport: true,
+ featureFlagShardingFullDDLSupportTimestampedVersion: true,
}"
resmoke_jobs_factor: 0.3 # Avoid starting too many mongod's under {A,UB}SAN build.
hang_analyzer_dump_core: false