From a3a1ba9ce895697fa827eb1794ad939b3c4801da Mon Sep 17 00:00:00 2001 From: Lingzhi Deng Date: Thu, 20 May 2021 16:05:04 +0000 Subject: SERVER-56979: Ban tenant_migration_concurrent_migrations_recipient.js from Amazon Linux build variants (cherry picked from commit 41f385f670f32f06db0bd571a4d6e70de3f01751) --- etc/evergreen.yml | 8 ++++++-- .../replsets/tenant_migration_concurrent_migrations_recipient.js | 3 ++- 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() { -- cgit v1.2.1