diff options
author | nehakhatri5 <neha.khatr@mongodb.com> | 2018-01-23 09:56:19 +1100 |
---|---|---|
committer | nehakhatri5 <neha.khatr@mongodb.com> | 2018-01-30 09:55:01 +1100 |
commit | 9be34975a0d73438b29c3e53918142efa450f7e8 (patch) | |
tree | 22056068393464fce8f90e6afb5e5cfcc6cabbac /etc | |
parent | 334ed9e07f86efbc50061630b85a9e04d7e07d18 (diff) | |
download | mongo-9be34975a0d73438b29c3e53918142efa450f7e8.tar.gz |
SERVER-32710 Enable jstest indexbg_updates in evergreen mobile variant.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/evergreen.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 0876de1c72f..436839cabb6 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -8263,7 +8263,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: --storageEngine=mobile --excludeWithAnyTags=requires_mmapv1,requires_wiredtiger,requires_sharding,requires_replication,SERVER-32709,SERVER-32710,SERVER-32675 + test_flags: --storageEngine=mobile --excludeWithAnyTags=requires_mmapv1,requires_wiredtiger,requires_sharding,requires_replication,SERVER-32709,SERVER-32675 compile_flags: --ssl MONGO_DISTMOD=rhel62 -j$(grep -c ^processor /proc/cpuinfo) --variables-files=etc/scons/mongodbtoolchain_gcc.vars 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) use_scons_cache: true |