summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEddie Louie <eddie.louie@mongodb.com>2017-05-30 14:12:42 -0400
committerEddie Louie <eddie.louie@mongodb.com>2017-06-02 13:35:24 -0400
commit537dbec568f58368fc7f2b7a3e249fd166a24aff (patch)
tree99edf2dd773c8a2c7a0994483dbcbc123398c3ae
parentf892a1ab2627d8456ad7e98dd5c3632ddf1cb5d6 (diff)
downloadmongo-537dbec568f58368fc7f2b7a3e249fd166a24aff.tar.gz
SERVER-29353 Increase amount of memory available for tests running on UBSan builder
(cherry picked from commit ede32e355cc476a7f672a353efdfda66b1273a1f)
-rw-r--r--etc/evergreen.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 89628779aaa..c2a7d921408 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -8585,7 +8585,7 @@ buildvariants:
modules:
- enterprise
run_on:
- - ubuntu1604-test
+ - ubuntu1604-build
stepback: true
batchtime: 1440 # 1 day
expansions:
@@ -8597,12 +8597,10 @@ buildvariants:
compile_flags: CC=/usr/bin/clang-3.8 CXX=/usr/bin/clang++-3.8 --dbg=on --opt=on --allocator=system --sanitize=undefined --ssl -j$(grep -c ^processor /proc/cpuinfo) --nostrip CXXFLAGS="-nostdlib -nostdinc++" LIBPATH=/opt/mongodbtoolchain/v2/lib/gcc/x86_64-mongodb-linux/5.4.0 CPPPATH="/opt/mongodbtoolchain/v2/include/c++/5.4.0/ /opt/mongodbtoolchain/v2/include/c++/5.4.0/x86_64-mongodb-linux" CPPDEFINES="_GLIBCXX_USE_CXX11_ABI=0" VARIANT_DIR=build
multiversion_platform_arch: "ubuntu1604"
multiversion_edition: "targeted"
- num_jobs_available: $(grep -c ^processor /proc/cpuinfo)
+ num_jobs_available: $(($(grep -c ^processor /proc/cpuinfo) / 3)) # Avoid starting too many mongod's under UBSAN build.
build_mongoreplay: true
tasks:
- name: compile
- distros:
- - ubuntu1604-build
- name: aggregation
- name: aggregation_WT
- name: aggregation_WT_ese