diff options
author | Robert Guo <robert.guo@10gen.com> | 2018-06-05 15:48:52 -0400 |
---|---|---|
committer | Robert Guo <robert.guo@10gen.com> | 2018-06-05 15:48:52 -0400 |
commit | 67ef8bef33795995c1420fbf02bba8fdb9a879e7 (patch) | |
tree | 7bb4eafa90db151eb4d05d92a093617c9e3f30a4 /etc | |
parent | b93fe0e61bf7e8bc96da2edeb66afa1b915b0b77 (diff) | |
download | mongo-67ef8bef33795995c1420fbf02bba8fdb9a879e7.tar.gz |
SERVER-35416 use large instances for concurrency suites take 2
Diffstat (limited to 'etc')
-rw-r--r-- | etc/evergreen.yml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 72651306761..9aa52b6ed9a 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -7812,8 +7812,6 @@ buildvariants: - name: concurrency - name: concurrency_replication - name: concurrency_replication_causal_consistency - distros: - - linux-64-amzn-build - name: concurrency_sharded_replication - name: concurrency_sharded_replication_with_balancer - name: concurrency_simultaneous @@ -8086,7 +8084,7 @@ buildvariants: - name: concurrency_replication - name: concurrency_replication_causal_consistency distros: - - amazon2-build + - linux-64-amzn-build - name: concurrency_sharded_replication - name: concurrency_sharded_replication_with_balancer - name: concurrency_simultaneous @@ -8263,6 +8261,8 @@ buildvariants: - name: concurrency - name: concurrency_replication - name: concurrency_replication_causal_consistency + distros: + - amazon2-build - name: concurrency_sharded_replication - name: concurrency_sharded_replication_with_balancer - name: concurrency_simultaneous @@ -11224,8 +11224,6 @@ buildvariants: - name: concurrency - name: concurrency_replication - name: concurrency_replication_causal_consistency - distros: - - suse12-build - name: concurrency_sharded_replication - name: concurrency_sharded_replication_with_balancer - name: concurrency_simultaneous @@ -11359,7 +11357,7 @@ buildvariants: - name: concurrency_replication - name: concurrency_replication_causal_consistency distros: - - debian81-build + - suse12-build - name: concurrency_sharded_replication - name: concurrency_sharded_replication_with_balancer - name: concurrency_simultaneous @@ -11507,7 +11505,7 @@ buildvariants: - name: concurrency_replication - name: concurrency_replication_causal_consistency distros: - - debian92-build + - debian81-build - name: concurrency_sharded_replication - name: concurrency_sharded_replication_with_balancer - name: concurrency_simultaneous @@ -11659,6 +11657,8 @@ buildvariants: - name: concurrency - name: concurrency_replication - name: concurrency_replication_causal_consistency + distros: + - debian92-build - name: concurrency_sharded_replication - name: concurrency_sharded_replication_with_balancer - name: concurrency_simultaneous @@ -12540,8 +12540,6 @@ buildvariants: - name: concurrency - name: concurrency_replication - name: concurrency_replication_causal_consistency - distros: - - rhel62-large - name: concurrency_sharded_replication - name: concurrency_sharded_replication_with_balancer - name: concurrency_sharded_causal_consistency @@ -12692,8 +12690,6 @@ buildvariants: - name: concurrency - name: concurrency_replication - name: concurrency_replication_causal_consistency - distros: - - rhel62-large - name: concurrency_sharded_replication - name: concurrency_sharded_replication_with_balancer - name: concurrency_simultaneous @@ -12832,6 +12828,8 @@ buildvariants: - name: concurrency - name: concurrency_replication - name: concurrency_replication_causal_consistency + distros: + - rhel62-large - name: concurrency_sharded_replication - name: concurrency_sharded_replication_with_balancer - name: concurrency_sharded_causal_consistency @@ -13155,6 +13153,8 @@ buildvariants: - name: concurrency - name: concurrency_replication - name: concurrency_replication_causal_consistency + distros: + - rhel62-large - name: concurrency_sharded_replication - name: concurrency_sharded_replication_with_balancer - name: concurrency_simultaneous |