diff options
author | Robert Guo <robert.guo@10gen.com> | 2018-07-20 09:38:40 -0400 |
---|---|---|
committer | Robert Guo <robert.guo@10gen.com> | 2018-07-20 09:38:40 -0400 |
commit | e837091d20cd0d7b5e12214a83ea33994b68a4d7 (patch) | |
tree | b34828cbd2fc991ed8d26c711b848a1f649f1f22 /etc | |
parent | 1467f70eb7c87be43e916b394ff3a96d223d45d8 (diff) | |
download | mongo-e837091d20cd0d7b5e12214a83ea33994b68a4d7.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 09a7472239e..a4f79e0a155 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -5992,20 +5992,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 |