Skip to content

Commit 1a7e2dc

Browse files
committed
Use larger servers to run zlib tests in order to avoid memory exhaustion
JAVA-3709
1 parent 803ed1b commit 1a7e2dc

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.evergreen/.evg.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -396,9 +396,6 @@ functions:
396396

397397
# Anchors
398398

399-
hosts: &hosts
400-
- rhel70-small
401-
402399
pre:
403400
- func: "fetch source"
404401
- func: "prepare resources"
@@ -539,7 +536,10 @@ axes:
539536
values:
540537
- id: "linux"
541538
display_name: "Linux"
542-
run_on: *hosts
539+
run_on: rhel70-small
540+
- id: "linux-large"
541+
display_name: "Linux Large"
542+
run_on: rhel70-large
543543
- id: "ubuntu"
544544
display_name: "Ubuntu 18.04"
545545
run_on: ubuntu1804-test
@@ -638,12 +638,14 @@ buildvariants:
638638
# Test packaging and other release related routines
639639
- name: static-checks
640640
display_name: "Static Checks"
641-
run_on: *hosts
641+
run_on: rhel70-small
642642
tasks:
643643
- name: "static-analysis"
644644

645645
- matrix_name: "tests-zlib-compression"
646-
matrix_spec: { compressor : "zlib", auth: "noauth", ssl: "nossl", jdk: "jdk8", version: ["3.6", "4.0", "4.2"], topology: "standalone", os: "linux" }
646+
matrix_spec: { compressor : "zlib", auth: "noauth", ssl: "nossl", jdk: "jdk8",
647+
version: ["3.6", "4.0", "4.2"],
648+
topology: "standalone", os: "linux-large" }
647649
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${jdk} ${os} "
648650
tags: ["tests-variant"]
649651
tasks:
@@ -729,13 +731,13 @@ buildvariants:
729731

730732
- name: plain-auth-test
731733
display_name: "PLAIN (LDAP) Auth test"
732-
run_on: *hosts
734+
run_on: rhel70-small
733735
tasks:
734736
- name: "plain-auth-test"
735737

736738
- name: atlas-test
737739
display_name: "Atlas test"
738-
run_on: *hosts
740+
run_on: rhel70-small
739741
tasks:
740742
- name: "atlas-test"
741743

0 commit comments

Comments
 (0)