Skip to content

Commit 575bc8c

Browse files
committed
Use larger servers to run zlib tests in order to avoid memory exhaustion
JAVA-3709
1 parent e6f8467 commit 575bc8c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.evergreen/.evg.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -550,9 +550,6 @@ functions:
550550

551551
# Anchors
552552

553-
hosts: &hosts
554-
- rhel70-small
555-
556553
pre:
557554
- func: "fetch source"
558555
- func: "prepare resources"
@@ -722,7 +719,10 @@ axes:
722719
values:
723720
- id: "linux"
724721
display_name: "Linux"
725-
run_on: *hosts
722+
run_on: rhel70-small
723+
- id: "linux-large"
724+
display_name: "Linux Large"
725+
run_on: rhel70-large
726726
- id: "ubuntu"
727727
display_name: "Ubuntu 18.04"
728728
run_on: ubuntu1804-test
@@ -821,14 +821,14 @@ buildvariants:
821821
# Test packaging and other release related routines
822822
- name: static-checks
823823
display_name: "Static Checks"
824-
run_on: *hosts
824+
run_on: rhel70-small
825825
tasks:
826826
- name: "static-analysis"
827827

828828
- matrix_name: "tests-zlib-compression"
829829
matrix_spec: { compressor : "zlib", auth: "noauth", ssl: "nossl", jdk: "jdk8",
830830
version: ["3.6", "4.0", "4.2", "4.4", "latest"],
831-
topology: "standalone", os: "linux" }
831+
topology: "standalone", os: "linux-large" }
832832
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${jdk} ${os} "
833833
tags: ["tests-variant"]
834834
tasks:
@@ -918,7 +918,7 @@ buildvariants:
918918

919919
- name: plain-auth-test
920920
display_name: "PLAIN (LDAP) Auth test"
921-
run_on: *hosts
921+
run_on: rhel70-small
922922
tasks:
923923
- name: "plain-auth-test"
924924

@@ -931,7 +931,7 @@ buildvariants:
931931

932932
- name: atlas-test
933933
display_name: "Atlas test"
934-
run_on: *hosts
934+
run_on: rhel70-small
935935
tasks:
936936
- name: "atlas-test"
937937

0 commit comments

Comments
 (0)