Skip to content

Commit 708aff3

Browse files
committed
pare down matrix
1 parent 9d3d150 commit 708aff3

File tree

2 files changed

+60
-60
lines changed

2 files changed

+60
-60
lines changed

.evergreen/generated_configs/tasks.yml

Lines changed: 58 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -8032,67 +8032,79 @@ tasks:
80328032
- sync_async
80338033

80348034
# Server version tests
8035-
- name: test-python3.9-standalone-noauth-nossl
8035+
- name: test-python3.9-sharded-cluster-auth-ssl
80368036
commands:
80378037
- func: run server
80388038
vars:
8039-
TOPOLOGY: standalone
8040-
AUTH: noauth
8041-
SSL: nossl
8039+
TOPOLOGY: sharded_cluster
8040+
AUTH: auth
8041+
SSL: ssl
80428042
- func: run tests
80438043
vars:
8044-
AUTH: noauth
8045-
SSL: nossl
8044+
AUTH: auth
8045+
SSL: ssl
80468046
tags: [server-version]
8047-
- name: test-python3.10-standalone-noauth-nossl
8047+
- name: test-python3.10-sharded-cluster-auth-ssl
80488048
commands:
80498049
- func: run server
80508050
vars:
8051-
TOPOLOGY: standalone
8052-
AUTH: noauth
8053-
SSL: nossl
8051+
TOPOLOGY: sharded_cluster
8052+
AUTH: auth
8053+
SSL: ssl
80548054
- func: run tests
80558055
vars:
8056-
AUTH: noauth
8057-
SSL: nossl
8056+
AUTH: auth
8057+
SSL: ssl
80588058
tags: [server-version]
8059-
- name: test-python3.11-standalone-noauth-nossl
8059+
- name: test-python3.11-sharded-cluster-auth-ssl
80608060
commands:
80618061
- func: run server
80628062
vars:
8063-
TOPOLOGY: standalone
8064-
AUTH: noauth
8065-
SSL: nossl
8063+
TOPOLOGY: sharded_cluster
8064+
AUTH: auth
8065+
SSL: ssl
80668066
- func: run tests
80678067
vars:
8068-
AUTH: noauth
8069-
SSL: nossl
8068+
AUTH: auth
8069+
SSL: ssl
80708070
tags: [server-version]
8071-
- name: test-python3.12-standalone-noauth-nossl
8071+
- name: test-python3.12-sharded-cluster-auth-ssl
80728072
commands:
80738073
- func: run server
80748074
vars:
8075-
TOPOLOGY: standalone
8076-
AUTH: noauth
8077-
SSL: nossl
8075+
TOPOLOGY: sharded_cluster
8076+
AUTH: auth
8077+
SSL: ssl
80788078
- func: run tests
80798079
vars:
8080-
AUTH: noauth
8081-
SSL: nossl
8080+
AUTH: auth
8081+
SSL: ssl
80828082
tags: [server-version]
8083-
- name: test-python3.13-standalone-noauth-nossl
8083+
- name: test-python3.13-sharded-cluster-auth-ssl
80848084
commands:
80858085
- func: run server
80868086
vars:
8087-
TOPOLOGY: standalone
8088-
AUTH: noauth
8089-
SSL: nossl
8087+
TOPOLOGY: sharded_cluster
8088+
AUTH: auth
8089+
SSL: ssl
80908090
- func: run tests
80918091
vars:
8092-
AUTH: noauth
8093-
SSL: nossl
8092+
AUTH: auth
8093+
SSL: ssl
8094+
tags: [server-version]
8095+
- name: test-pypy3.10-sharded-cluster-auth-ssl
8096+
commands:
8097+
- func: run server
8098+
vars:
8099+
TOPOLOGY: sharded_cluster
8100+
AUTH: auth
8101+
SSL: ssl
8102+
- func: run tests
8103+
vars:
8104+
AUTH: auth
8105+
SSL: ssl
80948106
tags: [server-version]
8095-
- name: test-pypy3.10-standalone-noauth-nossl
8107+
- name: test-python3.9-standalone-noauth-nossl
80968108
commands:
80978109
- func: run server
80988110
vars:
@@ -8104,7 +8116,7 @@ tasks:
81048116
AUTH: noauth
81058117
SSL: nossl
81068118
tags: [server-version]
8107-
- name: test-python3.9-replica-set-noauth-ssl
8119+
- name: test-python3.10-replica-set-noauth-ssl
81088120
commands:
81098121
- func: run server
81108122
vars:
@@ -8116,19 +8128,19 @@ tasks:
81168128
AUTH: noauth
81178129
SSL: ssl
81188130
tags: [server-version]
8119-
- name: test-python3.10-sharded-cluster-auth-ssl
8131+
- name: test-python3.11-standalone-noauth-nossl
81208132
commands:
81218133
- func: run server
81228134
vars:
8123-
TOPOLOGY: sharded_cluster
8124-
AUTH: auth
8125-
SSL: ssl
8135+
TOPOLOGY: standalone
8136+
AUTH: noauth
8137+
SSL: nossl
81268138
- func: run tests
81278139
vars:
8128-
AUTH: auth
8129-
SSL: ssl
8140+
AUTH: noauth
8141+
SSL: nossl
81308142
tags: [server-version]
8131-
- name: test-python3.11-replica-set-noauth-ssl
8143+
- name: test-python3.12-replica-set-noauth-ssl
81328144
commands:
81338145
- func: run server
81348146
vars:
@@ -8140,19 +8152,19 @@ tasks:
81408152
AUTH: noauth
81418153
SSL: ssl
81428154
tags: [server-version]
8143-
- name: test-python3.12-sharded-cluster-auth-ssl
8155+
- name: test-python3.13-standalone-noauth-nossl
81448156
commands:
81458157
- func: run server
81468158
vars:
8147-
TOPOLOGY: sharded_cluster
8148-
AUTH: auth
8149-
SSL: ssl
8159+
TOPOLOGY: standalone
8160+
AUTH: noauth
8161+
SSL: nossl
81508162
- func: run tests
81518163
vars:
8152-
AUTH: auth
8153-
SSL: ssl
8164+
AUTH: noauth
8165+
SSL: nossl
81548166
tags: [server-version]
8155-
- name: test-python3.13-replica-set-noauth-ssl
8167+
- name: test-pypy3.10-replica-set-noauth-ssl
81568168
commands:
81578169
- func: run server
81588170
vars:
@@ -8164,18 +8176,6 @@ tasks:
81648176
AUTH: noauth
81658177
SSL: ssl
81668178
tags: [server-version]
8167-
- name: test-pypy3.10-sharded-cluster-auth-ssl
8168-
commands:
8169-
- func: run server
8170-
vars:
8171-
TOPOLOGY: sharded_cluster
8172-
AUTH: auth
8173-
SSL: ssl
8174-
- func: run tests
8175-
vars:
8176-
AUTH: auth
8177-
SSL: ssl
8178-
tags: [server-version]
81798179

81808180
# Serverless tests
81818181
- name: test-serverless

.evergreen/scripts/generate_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -580,8 +580,8 @@ def create_aws_lambda_variants():
580580

581581
def create_server_version_tasks():
582582
tasks = []
583-
variants = [(p, "standalone") for p in ALL_PYTHONS]
584-
for python, topology in zip_cycle(ALL_PYTHONS, ["replica_set", "sharded_cluster"]):
583+
variants = [(p, "sharded_cluster") for p in ALL_PYTHONS]
584+
for python, topology in zip_cycle(ALL_PYTHONS, ["standalone", "replica_set"]):
585585
variants.append((python, topology))
586586
for python, topology in variants:
587587
tags = ["server-version"]

0 commit comments

Comments
 (0)