diff options
author | Robert Guo <robert.guo@10gen.com> | 2018-07-20 09:40:34 -0400 |
---|---|---|
committer | Robert Guo <robert.guo@10gen.com> | 2018-07-20 09:40:34 -0400 |
commit | c253cad0dffcf5723e6ed7735f6e7526cdc42f7d (patch) | |
tree | c3af357be9039f66d3b9dc34f680c53657eb439e /etc | |
parent | ac58b11a32132e7f744f13a2b9af44569f063ea2 (diff) | |
download | mongo-c253cad0dffcf5723e6ed7735f6e7526cdc42f7d.tar.gz |
SERVER-35668 Avoid moving concurrency tests to small instances on arm64
Diffstat (limited to 'etc')
-rw-r--r-- | etc/evergreen.yml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index c5b0180e824..721b7553ea9 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -4242,20 +4242,9 @@ buildvariants: - name: parallel_WT - name: parallel_compatibility_WT - name: concurrency_WT - distros: - # There is a known performance issue with the ubuntu1604-arm64-1.linaro.build.10gen.cc host - # that's part of the ubuntu1604-arm64-large pool. We run the concurrency tests only on the - # hosts from the ubuntu1604-arm64-small pool to work around this issue. - - ubuntu1604-arm64-small - name: concurrency_replication_WT - distros: - - ubuntu1604-arm64-small - name: concurrency_sharded_WT - distros: - - ubuntu1604-arm64-small - name: concurrency_simultaneous_WT - distros: - - ubuntu1604-arm64-small - name: replica_sets_WT - name: replica_sets_auth - name: replica_sets_jscore_passthrough_WT |