summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJason Chan <jason.chan@mongodb.com>2023-04-11 14:02:13 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-04-11 15:24:17 +0000
commit8a0083b2e5517706eb03c51e7d117e4498117653 (patch)
treee9706aaf873af77d73c19f5b9a05e311708e154d /etc
parentb7b9d352b9566fe8b4c66eff66f695932b036f54 (diff)
downloadmongo-8a0083b2e5517706eb03c51e7d117e4498117653.tar.gz
SERVER-75892 Exclude pin_code_segments_on_startup.js from platforms that don't have ulimits configured
Diffstat (limited to 'etc')
-rw-r--r--etc/evergreen.yml2
-rw-r--r--etc/evergreen_yml_components/variants/misc_release.yml10
-rw-r--r--etc/evergreen_yml_components/variants/sanitizer.yml4
3 files changed, 8 insertions, 8 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index ce690e96757..14c578f378a 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -2290,7 +2290,7 @@ buildvariants:
compile_variant: *rhel80-debug-asan-classic-engine
test_flags: >-
--mongodSetParameters="{internalQueryFrameworkControl: forceClassicEngine}"
- --excludeWithAnyTags=requires_fast_memory,requires_ocsp_stapling
+ --excludeWithAnyTags=requires_fast_memory,requires_ocsp_stapling,requires_increased_memlock_limits
multiversion_platform: rhel80
multiversion_edition: enterprise
resmoke_jobs_factor: 0.3 # Avoid starting too many mongod's under ASAN build.
diff --git a/etc/evergreen_yml_components/variants/misc_release.yml b/etc/evergreen_yml_components/variants/misc_release.yml
index d4f7e386362..cf94fe802dd 100644
--- a/etc/evergreen_yml_components/variants/misc_release.yml
+++ b/etc/evergreen_yml_components/variants/misc_release.yml
@@ -1168,7 +1168,7 @@ buildvariants:
--ssl MONGO_DISTMOD=rhel82
-j$(grep -c ^processor /proc/cpuinfo)
--variables-files=etc/scons/mongodbtoolchain_stable_gcc.vars
- test_flags: --excludeWithAnyTags=requires_external_data_source
+ test_flags: --excludeWithAnyTags=requires_external_data_source,requires_increased_memlock_limits
has_packages: true
packager_script: packager.py
packager_arch: aarch64
@@ -1549,7 +1549,7 @@ buildvariants:
-j$(echo $(grep -c ^processor /proc/cpuinfo) / 2 | bc)
--variables-files=etc/scons/mongodbtoolchain_stable_gcc.vars
--linker=gold
- test_flags: --excludeWithAnyTags=requires_external_data_source
+ test_flags: --excludeWithAnyTags=requires_external_data_source,requires_increased_memlock_limits
multiversion_platform: suse12
multiversion_edition: targeted
has_packages: true
@@ -1727,7 +1727,7 @@ buildvariants:
MONGO_DISTMOD=suse15
-j$(grep -c ^processor /proc/cpuinfo)
--variables-files=etc/scons/mongodbtoolchain_stable_gcc.vars
- test_flags: --excludeWithAnyTags=requires_external_data_source
+ test_flags: --excludeWithAnyTags=requires_external_data_source,requires_increased_memlock_limits
multiversion_platform: suse15
multiversion_edition: targeted
has_packages: true
@@ -1937,7 +1937,7 @@ buildvariants:
SHLINKFLAGS_EXTRA="-Wl,-Bsymbolic
-Wl,--no-gnu-unique"
CCFLAGS="-fno-gnu-unique"
- test_flags: --excludeWithAnyTags=requires_ocsp_stapling,requires_external_data_source
+ test_flags: --excludeWithAnyTags=requires_ocsp_stapling,requires_external_data_source,requires_increased_memlock_limits
resmoke_jobs_max: 4 # Avoid starting too many mongod's on ARM test servers
has_packages: true
packager_script: packager_enterprise.py
@@ -2032,7 +2032,7 @@ buildvariants:
MONGO_DISTMOD=ubuntu2204
-j$(grep -c ^processor /proc/cpuinfo)
--variables-files=etc/scons/mongodbtoolchain_stable_gcc.vars
- test_flags: --excludeWithAnyTags=requires_external_data_source
+ test_flags: --excludeWithAnyTags=requires_external_data_source,requires_increased_memlock_limits
multiversion_platform: ubuntu2204
multiversion_edition: targeted
has_packages: true
diff --git a/etc/evergreen_yml_components/variants/sanitizer.yml b/etc/evergreen_yml_components/variants/sanitizer.yml
index 8358e7c175b..679e40771b4 100644
--- a/etc/evergreen_yml_components/variants/sanitizer.yml
+++ b/etc/evergreen_yml_components/variants/sanitizer.yml
@@ -65,7 +65,7 @@ buildvariants:
--ocsp-stapling=off
--enable-free-mon=on
-j$(grep -c ^processor /proc/cpuinfo)
- test_flags: --excludeWithAnyTags=requires_fast_memory,requires_ocsp_stapling
+ test_flags: --excludeWithAnyTags=requires_fast_memory,requires_ocsp_stapling,requires_increased_memlock_limits
multiversion_platform: rhel80
multiversion_edition: enterprise
resmoke_jobs_factor: 0.3 # Avoid starting too many mongod's under ASAN build.
@@ -153,7 +153,7 @@ buildvariants:
--ocsp-stapling=off
--enable-free-mon=on
-j$(grep -c ^processor /proc/cpuinfo)
- test_flags: --excludeWithAnyTags=requires_ocsp_stapling
+ test_flags: --excludeWithAnyTags=requires_ocsp_stapling,requires_increased_memlock_limits
multiversion_platform: rhel80
multiversion_edition: enterprise
resmoke_jobs_factor: 0.3 # Avoid starting too many mongod's under UBSAN build.