summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaley Connelly <haley.connelly@mongodb.com>2020-05-28 12:14:58 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-06-01 23:03:42 +0000
commit4f159ce5c2ad81ba40bccc88881eac4fff9ddb02 (patch)
tree8cdcb0bb4e104f68f335b047b6e3f73b89e07e1b
parente0e3700b61c663acfb9647f1d99f66fa1ac83190 (diff)
downloadmongo-4f159ce5c2ad81ba40bccc88881eac4fff9ddb02.tar.gz
SERVER-48422 Set multiversion-related expansions on scanning RSM, sdam RSM, and taskExecutorPoolSize=4 build variants
(cherry picked from commit d27fee71735296eb34adf6372e0d3300c801a47e)
-rw-r--r--etc/evergreen.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index aea0ff33a03..4940145370f 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -12242,6 +12242,8 @@ buildvariants:
expansions:
scons_cache_scope: shared
compile_flags: MONGO_DISTMOD=ubuntu1604 -j$(grep -c ^processor /proc/cpuinfo) --variables-files=etc/scons/mongodbtoolchain_v3_gcc.vars
+ multiversion_platform: ubuntu1604
+ multiversion_edition: enterprise
test_flags: >-
--mongosSetParameters="{replicaSetMonitorProtocol: scanning}"
--mongodSetParameters="{replicaSetMonitorProtocol: scanning}"
@@ -12271,6 +12273,8 @@ buildvariants:
expansions:
scons_cache_scope: shared
compile_flags: MONGO_DISTMOD=ubuntu1604 -j$(grep -c ^processor /proc/cpuinfo) --variables-files=etc/scons/mongodbtoolchain_v3_gcc.vars
+ multiversion_platform: ubuntu1604
+ multiversion_edition: enterprise
test_flags: >-
--mongosSetParameters="{replicaSetMonitorProtocol: sdam}"
--mongodSetParameters="{replicaSetMonitorProtocol: sdam}"
@@ -12300,6 +12304,8 @@ buildvariants:
expansions:
scons_cache_scope: shared
compile_flags: MONGO_DISTMOD=ubuntu1604 -j$(grep -c ^processor /proc/cpuinfo) --variables-files=etc/scons/mongodbtoolchain_v3_gcc.vars
+ multiversion_platform: ubuntu1604
+ multiversion_edition: enterprise
test_flags: |- # Set the taskExecutorPoolSize for all tests
--mongosSetParameters="taskExecutorPoolSize: 4"
tasks: