File tree Expand file tree Collapse file tree 1 file changed +41
-7
lines changed Expand file tree Collapse file tree 1 file changed +41
-7
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,6 @@ functions:
31
31
- command : subprocess.exec
32
32
params :
33
33
binary : bash
34
- env :
35
- MONGODB_VERSION : " 5.0"
36
- TOPOLOGY : server
37
- AUTH : " noauth"
38
- SSL : " nossl"
39
34
args :
40
35
- ${DRIVERS_TOOLS}/.evergreen/run-orchestration.sh
41
36
@@ -69,8 +64,47 @@ tasks:
69
64
- func : " run unit tests"
70
65
71
66
buildvariants :
72
- - name : tests
73
- display_name : Run Tests
67
+ - name : tests-5-noauth-nossl
68
+ display_name : Run Tests 5.0 NoAuth NoSSL
74
69
run_on : rhel87-small
70
+ expansions :
71
+ MONGODB_VERSION : " 5.0"
72
+ TOPOLOGY : server
73
+ AUTH : " noauth"
74
+ SSL : " nossl"
75
75
tasks :
76
76
- 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
+
You can’t perform that action at this time.
0 commit comments