Skip to content

Commit ea9139a

Browse files
committed
CSHARP-1845: Add server 2.4 to the test matrix.
1 parent 1991c44 commit ea9139a

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

evergreen/evergreen.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -363,10 +363,10 @@ axes:
363363
display_name: "2.6"
364364
variables:
365365
VERSION: "2.6"
366-
# - id: "2.4"
367-
# display_name: "2.4"
368-
# variables:
369-
# VERSION: "2.4"
366+
- id: "2.4"
367+
display_name: "2.4"
368+
variables:
369+
VERSION: "2.4"
370370

371371
- id: os
372372
display_name: OS
@@ -422,10 +422,10 @@ axes:
422422
display_name: .NET Framework 4.5
423423
variables:
424424
FRAMEWORK: "net45"
425-
- id: "netcore10"
426-
display_name: .NET Core 1.0
427-
variables:
428-
FRAMEWORK: "netcore10"
425+
# - id: "netcore10"
426+
# display_name: .NET Core 1.0
427+
# variables:
428+
# FRAMEWORK: "netcore10"
429429

430430
buildvariants:
431431

@@ -437,7 +437,8 @@ buildvariants:
437437
- name: compile
438438

439439
- matrix_name: "tests"
440-
matrix_spec: { auth: "*", framework: "*", os: "*", version: "*", ssl: "nossl", topology: "*" }
440+
matrix_spec: { version: "*", topology: "*", auth: "*", ssl: "*", os: "*", framework: "*" }
441+
exclude_spec: { version: "2.4", topology: "*", auth: "*", ssl: "ssl", os: "*", framework: "*" }
441442
display_name: "${version} ${topology} ${auth} ${ssl} ${os} ${framework}"
442443
tags: ["tests-variant"]
443444
tasks:

0 commit comments

Comments
 (0)