diff options
author | Charlie Swanson <charlie.swanson@mongodb.com> | 2015-11-19 14:01:59 -0500 |
---|---|---|
committer | Charlie Swanson <charlie.swanson@mongodb.com> | 2015-11-19 14:19:12 -0500 |
commit | 047f82cdba8d515743fd451b773740276337d01f (patch) | |
tree | 1ff8a39b3455d762c4eecc15b428cea930220a2a /etc | |
parent | 078ca783b7aa817a8f1a9629f495ccb414d189f3 (diff) | |
download | mongo-047f82cdba8d515743fd451b773740276337d01f.tar.gz |
SERVER-21384 Enable replica set suites for in-memory storage engines
Diffstat (limited to 'etc')
-rw-r--r-- | etc/evergreen.yml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 91433ddc485..52e898502e5 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -4804,7 +4804,7 @@ buildvariants: gorootvars: GOROOT=/opt/go PATH="/opt/go/bin:$PATH" tooltags: "-tags 'ssl sasl'" rlp_environment: MONGOD_UNITTEST_RLP_LANGUAGE_TEST_BTROOT=/opt/basis - test_flags: --continueOnFailure --storageEngine=inMemory + test_flags: --continueOnFailure --storageEngine=inMemory --excludeWithAnyTags=requires_persistence compile_flags: --ssl MONGO_DISTMOD=rhel62 -j$(grep -c ^processor /proc/cpuinfo) --release CC=/opt/mongodbtoolchain/bin/gcc CXX=/opt/mongodbtoolchain/bin/g++ CPPPATH="/opt/basis/rlp/rlp/include /opt/basis/rlp/utilities/include" --use-basis-tech-rosette-linguistics-platform=on num_jobs_available: $(grep -c ^processor /proc/cpuinfo) has_packages: true @@ -4833,6 +4833,9 @@ buildvariants: # - name: concurrency # - name: concurrency_replication # - name: concurrency_sharded + - name: replicasets_WT + - name: replicasets_auth + - name: replicasets_legacy - name: slow1 # - name: slow2 - name: sharding_jscore_passthrough @@ -4847,7 +4850,7 @@ buildvariants: expansions: gitvars: LD_LIBRARY_PATH=/opt/openssl/lib64 #needed to workaround the old openSSL on rhel55 builders. gorootvars: GOROOT=/opt/go PATH="/opt/go/bin:$PATH" - test_flags: --continueOnFailure --storageEngine=ephemeralForTest + test_flags: --continueOnFailure --storageEngine=ephemeralForTest --excludeWithAnyTags=requires_persistence,requires_fsync,SERVER-21420 compile_flags: -j$(grep -c ^processor /proc/cpuinfo) --dbg=off --opt=on CC=/opt/mongodbtoolchain/bin/gcc CXX=/opt/mongodbtoolchain/bin/g++ num_jobs_available: $(grep -c ^processor /proc/cpuinfo) tasks: @@ -4872,6 +4875,9 @@ buildvariants: # - name: concurrency # - name: concurrency_replication # - name: concurrency_sharded + - name: replicasets_WT + - name: replicasets_auth + - name: replicasets_legacy - name: slow1 # - name: slow2 - name: sharding_jscore_passthrough |