Skip to content

Commit 43ee372

Browse files
authored
Add noauth/nossl variants for replica sets and sharded clusters (#1074)
JAVA-4859
1 parent 54a72fe commit 43ee372

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.evergreen/.evg.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1854,9 +1854,9 @@ buildvariants:
18541854
tasks:
18551855
- name: "test"
18561856

1857-
- matrix_name: "tests-jdk8-unsecure-standalone"
1857+
- matrix_name: "tests-jdk8-unsecure"
18581858
matrix_spec: { auth: "noauth", ssl: "nossl", jdk: "jdk8", version: ["3.6", "4.0", "4.2", "4.4", "5.0", "6.0", "latest"],
1859-
topology: "standalone", os: "linux" }
1859+
topology: "*", os: "linux" }
18601860
display_name: "${version} ${topology} ${auth} ${ssl} ${jdk} ${os} "
18611861
tags: ["tests-variant"]
18621862
tasks:

0 commit comments

Comments
 (0)