summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLingzhi Deng <lingzhi.deng@mongodb.com>2021-05-20 16:05:04 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-05-20 17:11:05 +0000
commita3a1ba9ce895697fa827eb1794ad939b3c4801da (patch)
tree6e090504e6b246076dffa35eeb01ef564d221edd
parent7d36fa315fb5476f1b5d8efba9deedf8c78768c7 (diff)
downloadmongo-a3a1ba9ce895697fa827eb1794ad939b3c4801da.tar.gz
SERVER-56979: Ban tenant_migration_concurrent_migrations_recipient.js from Amazon Linux build variants
(cherry picked from commit 41f385f670f32f06db0bd571a4d6e70de3f01751)
-rw-r--r--etc/evergreen.yml8
-rw-r--r--jstests/replsets/tenant_migration_concurrent_migrations_recipient.js3
2 files changed, 8 insertions, 3 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index d2cb9e6ef1d..2ca8d3b252d 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -9031,6 +9031,7 @@ buildvariants:
push_name: linux
push_arch: x86_64-enterprise-amzn64
compile_flags: --ssl MONGO_DISTMOD=amzn64 -j$(grep -c ^processor /proc/cpuinfo) --variables-files=etc/scons/mongodbtoolchain_v3_gcc.vars
+ test_flags: --excludeWithAnyTags=incompatible_with_amazon_linux
multiversion_platform: amzn64
multiversion_edition: enterprise
has_packages: true
@@ -9083,6 +9084,7 @@ buildvariants:
push_name: linux
push_arch: x86_64-amazon
compile_flags: --ssl MONGO_DISTMOD=amazon -j$(grep -c ^processor /proc/cpuinfo) --variables-files=etc/scons/mongodbtoolchain_v3_gcc.vars
+ test_flags: --excludeWithAnyTags=incompatible_with_amazon_linux
multiversion_platform: amazon
multiversion_edition: targeted
has_packages: true
@@ -9134,7 +9136,7 @@ buildvariants:
expansions:
additional_package_targets: archive-mongocryptd archive-mongocryptd-debug
test_flags: >-
- --excludeWithAnyTags=SERVER-34286
+ --excludeWithAnyTags=SERVER-34286,incompatible_with_amazon_linux
push_path: linux
push_bucket: downloads.10gen.com
push_name: linux
@@ -9186,7 +9188,7 @@ buildvariants:
- amazon2-test
expansions:
test_flags: >-
- --excludeWithAnyTags=SERVER-34286
+ --excludeWithAnyTags=SERVER-34286,incompatible_with_amazon_linux
push_path: linux
push_bucket: downloads.mongodb.org
push_name: linux
@@ -9246,6 +9248,7 @@ buildvariants:
push_name: linux
push_arch: aarch64-enterprise-amazon2
compile_flags: --ssl MONGO_DISTMOD=amazon2 -j$(grep -c ^processor /proc/cpuinfo) --variables-files=etc/scons/mongodbtoolchain_v3_gcc.vars
+ test_flags: --excludeWithAnyTags=incompatible_with_amazon_linux
has_packages: true
packager_script: packager_enterprise.py
packager_arch: aarch64
@@ -9296,6 +9299,7 @@ buildvariants:
push_name: linux
push_arch: aarch64-amazon2
compile_flags: --ssl MONGO_DISTMOD=amazon2 -j$(grep -c ^processor /proc/cpuinfo) --variables-files=etc/scons/mongodbtoolchain_v3_gcc.vars
+ test_flags: --excludeWithAnyTags=incompatible_with_amazon_linux
has_packages: true
packager_script: packager.py
packager_arch: aarch64
diff --git a/jstests/replsets/tenant_migration_concurrent_migrations_recipient.js b/jstests/replsets/tenant_migration_concurrent_migrations_recipient.js
index d7b1ec85477..fee1e887b35 100644
--- a/jstests/replsets/tenant_migration_concurrent_migrations_recipient.js
+++ b/jstests/replsets/tenant_migration_concurrent_migrations_recipient.js
@@ -1,7 +1,8 @@
/**
* Tests running 50 concurrent migrations against the same recipient.
* @tags: [requires_majority_read_concern, requires_fcv_49, incompatible_with_windows_tls,
- * incompatible_with_eft, incompatible_with_macos, requires_persistence]
+ * incompatible_with_eft, incompatible_with_macos, requires_persistence,
+ * incompatible_with_amazon_linux]
*/
(function() {