diff options
author | Louis Williams <louis.williams@mongodb.com> | 2018-10-30 11:25:19 -0400 |
---|---|---|
committer | Louis Williams <louis.williams@mongodb.com> | 2018-10-31 10:05:55 -0400 |
commit | 5f389774be6d77a336981382e5f1044e4a786216 (patch) | |
tree | e9de98727d6f5a40236574048408538f54597a2b /etc | |
parent | 3545daef3b7f0dade1237c7536ba896b7b21b25b (diff) | |
download | mongo-5f389774be6d77a336981382e5f1044e4a786216.tar.gz |
SERVER-37816 Add --excludeAnyWithTags=requires_wiredtiger to ephemeralForTest
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 506ed052746..058925a6a47 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -9549,7 +9549,7 @@ buildvariants: - rhel62-small batchtime: 1440 # 1 day expansions: - test_flags: --storageEngine=ephemeralForTest --excludeWithAnyTags=requires_persistence,requires_fsync,SERVER-21420,SERVER-21658,requires_journaling,requires_document_locking + test_flags: --storageEngine=ephemeralForTest --excludeWithAnyTags=requires_persistence,requires_fsync,SERVER-21420,SERVER-21658,requires_journaling,requires_wiredtiger,requires_document_locking compile_flags: -j$(grep -c ^processor /proc/cpuinfo) --dbg=off --opt=on --variables-files=etc/scons/mongodbtoolchain_gcc.vars num_jobs_available: $(grep -c ^processor /proc/cpuinfo) use_scons_cache: true |