File tree Expand file tree Collapse file tree 2 files changed +3
-24
lines changed Expand file tree Collapse file tree 2 files changed +3
-24
lines changed Original file line number Diff line number Diff line change @@ -68,45 +68,24 @@ tasks:
68
68
- func : " run unit tests"
69
69
70
70
buildvariants :
71
- - name : tests-6-noauth-nossl
72
- display_name : Run Tests 6.0 NoAuth NoSSL
73
- run_on : rhel87-small
74
- expansions :
75
- MONGODB_VERSION : " 6.0"
76
- TOPOLOGY : server
77
- AUTH : " noauth"
78
- SSL : " nossl"
79
- tasks :
80
- - name : run-tests
81
71
82
72
- name : tests-6-auth-ssl
83
73
display_name : Run Tests 6.0 Auth SSL
84
74
run_on : rhel87-small
85
75
expansions :
86
76
MONGODB_VERSION : " 6.0"
87
- TOPOLOGY : server
77
+ TOPOLOGY : sharded_cluster
88
78
AUTH : " auth"
89
79
SSL : " ssl"
90
80
tasks :
91
81
- name : run-tests
92
82
93
- - name : tests-8-noauth-nossl
94
- display_name : Run Tests 8.0 NoAuth NoSSL
95
- run_on : rhel87-small
96
- expansions :
97
- MONGODB_VERSION : " 8.0"
98
- TOPOLOGY : server
99
- AUTH : " noauth"
100
- SSL : " nossl"
101
- tasks :
102
- - name : run-tests
103
-
104
83
- name : tests-8-auth-ssl
105
84
display_name : Run Tests 8.0 Auth SSL
106
85
run_on : rhel87-small
107
86
expansions :
108
87
MONGODB_VERSION : " 8.0"
109
- TOPOLOGY : server
88
+ TOPOLOGY : sharded_cluster
110
89
AUTH : " auth"
111
90
SSL : " ssl"
112
91
tasks :
Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ cp ./.github/workflows/mongodb_settings.py django_repo/tests/
22
22
cp ./.github/workflows/runtests.py django_repo/tests/runtests_.py
23
23
24
24
# Run tests
25
- python django_repo/tests/runtests_ .py
25
+ python django_repo/tests/runtests .py
You can’t perform that action at this time.
0 commit comments