summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/evergreen.yml6
-rw-r--r--jstests/serial_run/memory.js3
2 files changed, 6 insertions, 3 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index ebdcdd1036e..963e973ee8b 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -6412,7 +6412,7 @@ buildvariants:
push_arch: ppc64le-enterprise-ubuntu1604
compile_flags: --ssl MONGO_DISTMOD=ubuntu1604 -j$(echo "$(grep -c processor /proc/cpuinfo)/2" | bc) --release CCFLAGS="-mcpu=power8 -mtune=power8 -mcmodel=medium" --variables-files=etc/scons/mongodbtoolchain_gcc.vars
num_jobs_available: 2
- test_flags: --excludeWithAnyTags=requires_mmapv1
+ test_flags: --excludeWithAnyTags=requires_mmapv1,blacklist_from_ppc64le
has_packages: true
packager_script: packager-enterprise.py
packager_arch: ppc64le
@@ -8316,7 +8316,7 @@ buildvariants:
# We need to compensate for SMT8 setting the cpu count very high and lower the amount of parallelism down
compile_flags: --ssl MONGO_DISTMOD=rhel71 --release -j$(echo "$(grep -c processor /proc/cpuinfo)/2" | bc) CCFLAGS="-mcpu=power8 -mtune=power8 -mcmodel=medium" --variables-files=etc/scons/mongodbtoolchain_gcc.vars
num_jobs_available: $(echo "$(grep -c processor /proc/cpuinfo)/4" | bc)
- test_flags: --excludeWithAnyTags=requires_mmapv1
+ test_flags: --excludeWithAnyTags=requires_mmapv1,blacklist_from_ppc64le
has_packages: true
packager_script: packager-enterprise.py
packager_arch: ppc64le
@@ -9615,7 +9615,7 @@ buildvariants:
# We need to compensate for SMT8 setting the cpu count very high and lower the amount of parallelism down
compile_flags: --dbg=on --opt=on --ssl MONGO_DISTMOD=rhel71 -j$(echo "$(grep -c processor /proc/cpuinfo)/2" | bc) CCFLAGS="-mcpu=power8 -mtune=power8 -mcmodel=medium" --variables-files=etc/scons/mongodbtoolchain_gcc.vars
num_jobs_available: $(echo "$(grep -c processor /proc/cpuinfo)/4" | bc)
- test_flags: --storageEngine=inMemory --excludeWithAnyTags=requires_persistence,requires_mmapv1,requires_journaling
+ test_flags: --storageEngine=inMemory --excludeWithAnyTags=requires_persistence,requires_mmapv1,requires_journaling,blacklist_from_ppc64le
tooltags: "ssl sasl"
build_mongoreplay: true
tasks:
diff --git a/jstests/serial_run/memory.js b/jstests/serial_run/memory.js
index 9d67aa7aab6..d5aa00939ce 100644
--- a/jstests/serial_run/memory.js
+++ b/jstests/serial_run/memory.js
@@ -1,3 +1,6 @@
+/*
+ * @tags: [blacklist_from_ppc64le]
+ */
var col = db.memoryTest;
// test creating many collections to make sure no internal cache goes OOM