Skip to content

Commit bc2560c

Browse files
jyeminrstam
authored andcommitted
CSHARP-2102: Reduce Evergreen matrix size
1 parent 77db6ea commit bc2560c

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

evergreen/evergreen.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,8 +436,15 @@ buildvariants:
436436
tasks:
437437
- name: compile
438438

439-
- matrix_name: "tests"
440-
matrix_spec: { version: "*", topology: "*", auth: "*", ssl: "*", os: "*" }
439+
- matrix_name: "secure-tests"
440+
matrix_spec: { version: "*", topology: "*", auth: "auth", ssl: "ssl", os: "*" }
441+
display_name: "${version} ${topology} ${auth} ${ssl} ${os}"
442+
tags: ["tests-variant"]
443+
tasks:
444+
- name: test
445+
446+
- matrix_name: "unsecure-tests"
447+
matrix_spec: { version: "*", topology: "*", auth: "noauth", ssl: "nossl", os: "*" }
441448
display_name: "${version} ${topology} ${auth} ${ssl} ${os}"
442449
tags: ["tests-variant"]
443450
tasks:

0 commit comments

Comments
 (0)