summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiangyu Yao <xiangyu.yao@mongodb.com>2019-01-14 13:36:52 -0500
committerXiangyu Yao <xiangyu.yao@mongodb.com>2019-01-15 14:25:43 -0500
commit8eb779c2ba56ebd675e62ecb83ade22c58e46570 (patch)
tree08f6b4d38d8649b84851bb65e56b8863badc4898
parent89afd655014137b0dbdfc78e7914a802f7924bb6 (diff)
downloadmongo-8eb779c2ba56ebd675e62ecb83ade22c58e46570.tar.gz
SERVER-38990 Exclude tests that require mmapv1 for s390x variants
-rw-r--r--etc/evergreen.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 62a13e76b21..08b6ce963e9 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -7943,6 +7943,7 @@ buildvariants:
push_name: linux
push_arch: s390x-ubuntu1804
compile_flags: --ssl MONGO_DISTMOD=ubuntu1804 --release --jlink=3 -j$(grep -c ^processor /proc/cpuinfo) CCFLAGS="-march=z196 -mtune=zEC12" --variables-files=etc/scons/mongodbtoolchain_gcc.vars
+ test_flags: --excludeWithAnyTags=requires_mmapv1
multiversion_platform: ubuntu1804
multiversion_edition: targeted
multiversion_architecture: s390x
@@ -7982,6 +7983,7 @@ buildvariants:
push_name: linux
push_arch: s390x-enterprise-ubuntu1804
compile_flags: --ssl MONGO_DISTMOD=ubuntu1804 --release --jlink=3 -j$(grep -c ^processor /proc/cpuinfo) CCFLAGS="-march=z196 -mtune=zEC12" --variables-files=etc/scons/mongodbtoolchain_gcc.vars
+ test_flags: --excludeWithAnyTags=requires_mmapv1
resmoke_jobs_max: 2
has_packages: true
packager_script: packager_enterprise.py
@@ -10771,6 +10773,7 @@ buildvariants:
batchtime: 1440 # 1 day
expansions:
compile_flags: --ssl MONGO_DISTMOD=rhel72 --release -j3 CCFLAGS="-march=z196 -mtune=zEC12" --variables-files=etc/scons/mongodbtoolchain_gcc.vars
+ test_flags: --excludeWithAnyTags=requires_mmapv1
has_packages: true
packager_script: packager.py
packager_arch: s390x
@@ -11197,6 +11200,7 @@ buildvariants:
push_name: linux
push_arch: s390x-suse12
compile_flags: --ssl MONGO_DISTMOD=suse12 --release -j3 CCFLAGS="-march=z196 -mtune=zEC12" --variables-files=etc/scons/mongodbtoolchain_gcc.vars
+ test_flags: --excludeWithAnyTags=requires_mmapv1
has_packages: true
packager_script: packager.py
packager_arch: s390x