summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2015-05-27 08:49:03 -0400
committerMax Hirschhorn <max.hirschhorn@mongodb.com>2015-05-27 08:49:03 -0400
commit12d9dea1912757d703d60473baf37a5dc79a8883 (patch)
tree4547914015f99a227c47a646c45874ed7a17cd8d /etc
parenta335b35b2e95538220941960764e6f60136b3973 (diff)
downloadmongo-12d9dea1912757d703d60473baf37a5dc79a8883.tar.gz
Revert "SERVER-17861 Change the default storage engine to wiredTiger."
This reverts commit a335b35b2e95538220941960764e6f60136b3973.
Diffstat (limited to 'etc')
-rw-r--r--etc/evergreen.yml16
1 files changed, 12 insertions, 4 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index d857f161947..11b426d5ec2 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -624,7 +624,15 @@ tasks:
- func: "do setup"
- func: "run tests"
vars:
- resmoke_args: -j8 --suites=core_auth
+ resmoke_args: -j8 --suites=core_auth --storageEngine=mmapv1
+
+- <<: *task_template
+ name: jsCore_auth_WT
+ commands:
+ - func: "do setup"
+ - func: "run tests"
+ vars:
+ resmoke_args: -j8 --suites=core_auth --storageEngine=wiredTiger
- <<: *task_template
name: jsCore_op_command
@@ -2110,7 +2118,7 @@ buildvariants:
push_arch: i686
compile_flags: --release --distarch=i686 -j$(grep -c ^processor /proc/cpuinfo) CC=/opt/mongodbtoolchain/bin/gcc CXX=/opt/mongodbtoolchain/bin/g++ --variant-dir="linux2/release" --wiredtiger=off CCFLAGS="-m32" LINKFLAGS="-m32"
num_jobs_unittests: $(grep -c ^processor /proc/cpuinfo)
- test_flags: --continueOnFailure --storageEngine=mmapv1 -j1 # Avoid starting too many mongod's on 32-bit systems.
+ test_flags: --continueOnFailure -j1 # Avoid starting too many mongod's on 32-bit systems.
has_debugsymbols: true
tasks:
- name: compile
@@ -2147,7 +2155,7 @@ buildvariants:
push_name: linux-debug
push_arch: i686
num_jobs_unittests: $(grep -c ^processor /proc/cpuinfo)
- test_flags: --continueOnFailure --storageEngine=mmapv1 -j1 # Avoid starting too many mongod's on 32-bit systems.
+ test_flags: --continueOnFailure -j1 # Avoid starting too many mongod's on 32-bit systems.
has_debugsymbols: true
compile_flags: --dbg=on --distarch=i686 --opt=on -j$(grep -c ^processor /proc/cpuinfo) CC=/opt/mongodbtoolchain/bin/gcc CXX=/opt/mongodbtoolchain/bin/g++ --variant-dir="linux2/debug" --wiredtiger=off CCFLAGS="-m32" LINKFLAGS="-m32"
tasks:
@@ -2526,7 +2534,7 @@ buildvariants:
content_type: application/zip
compile_flags: --release -j$(grep -c ^processor /proc/cpuinfo) --wiredtiger=off TARGET_ARCH=i386 --variant-dir=win32
num_jobs_unittests: $(grep -c ^processor /proc/cpuinfo)
- test_flags: --continueOnFailure --storageEngine=mmapv1 -j1 # Avoid starting too many mongod's on 32-bit systems.
+ test_flags: --continueOnFailure -j1 # Avoid starting too many mongod's on 32-bit systems.
ext: zip
# TODO: Remove the "is_windows" expansion after PyYAML is installed on all build variants.
is_windows: true