Skip to content

Commit cd5a54e

Browse files
authored
Add 8.0 and Auth + SSL Testing
Adding tests: * MongoDB SERVER Version 8.0 * Auth SSL This creates 4 test variants total: * 5.0 -- NoAuth NoSSL * 5.0 -- Auth SSL * 8.0 -- NoAuth NoSSL * 8.0 -- Auth SSL
1 parent 11754df commit cd5a54e

File tree

1 file changed

+41
-7
lines changed

1 file changed

+41
-7
lines changed

.evergreen/config.yml

Lines changed: 41 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ functions:
3131
- command: subprocess.exec
3232
params:
3333
binary: bash
34-
env:
35-
MONGODB_VERSION: "5.0"
36-
TOPOLOGY: server
37-
AUTH: "noauth"
38-
SSL: "nossl"
3934
args:
4035
- ${DRIVERS_TOOLS}/.evergreen/run-orchestration.sh
4136

@@ -69,8 +64,47 @@ tasks:
6964
- func: "run unit tests"
7065

7166
buildvariants:
72-
- name: tests
73-
display_name: Run Tests
67+
- name: tests-5-noauth-nossl
68+
display_name: Run Tests 5.0 NoAuth NoSSL
7469
run_on: rhel87-small
70+
expansions:
71+
MONGODB_VERSION: "5.0"
72+
TOPOLOGY: server
73+
AUTH: "noauth"
74+
SSL: "nossl"
7575
tasks:
7676
- name: run-tests
77+
78+
- name: tests-5-auth-ssl
79+
display_name: Run Tests 5.0 Auth SSL
80+
run_on: rhel87-small
81+
expansions:
82+
MONGODB_VERSION: "5.0"
83+
TOPOLOGY: server
84+
AUTH: "auth"
85+
SSL: "ssl"
86+
tasks:
87+
- name: run-tests
88+
89+
- name: tests-8-noauth-nossl
90+
display_name: Run Tests 8.0 NoAuth NoSSL
91+
run_on: rhel87-small
92+
expansions:
93+
MONGODB_VERSION: "8.0"
94+
TOPOLOGY: server
95+
AUTH: "noauth"
96+
SSL: "nossl"
97+
tasks:
98+
- name: run-tests
99+
100+
- name: tests-8-noauth-nossl
101+
display_name: Run Tests 8.0 Auth SSL
102+
run_on: rhel87-small
103+
expansions:
104+
MONGODB_VERSION: "8.0"
105+
TOPOLOGY: server
106+
AUTH: "auth"
107+
SSL: "ssl"
108+
tasks:
109+
- name: run-tests
110+

0 commit comments

Comments
 (0)