Skip to content

Commit d49e282

Browse files
committed
[temp] try sharded cluster
1 parent 0a14c43 commit d49e282

File tree

2 files changed

+3
-24
lines changed

2 files changed

+3
-24
lines changed

.evergreen/config.yml

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -68,45 +68,24 @@ tasks:
6868
- func: "run unit tests"
6969

7070
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
8171

8272
- name: tests-6-auth-ssl
8373
display_name: Run Tests 6.0 Auth SSL
8474
run_on: rhel87-small
8575
expansions:
8676
MONGODB_VERSION: "6.0"
87-
TOPOLOGY: server
77+
TOPOLOGY: sharded_cluster
8878
AUTH: "auth"
8979
SSL: "ssl"
9080
tasks:
9181
- name: run-tests
9282

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-
10483
- name: tests-8-auth-ssl
10584
display_name: Run Tests 8.0 Auth SSL
10685
run_on: rhel87-small
10786
expansions:
10887
MONGODB_VERSION: "8.0"
109-
TOPOLOGY: server
88+
TOPOLOGY: sharded_cluster
11089
AUTH: "auth"
11190
SSL: "ssl"
11291
tasks:

.evergreen/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ cp ./.github/workflows/mongodb_settings.py django_repo/tests/
2222
cp ./.github/workflows/runtests.py django_repo/tests/runtests_.py
2323

2424
# Run tests
25-
python django_repo/tests/runtests_.py
25+
python django_repo/tests/runtests.py

0 commit comments

Comments
 (0)