Skip to content

Commit c7daf38

Browse files
committed
cleanup
1 parent 01f2329 commit c7daf38

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

.evergreen/generated_configs/tasks.yml

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

80348034
# Server version tests
8035-
- name: test--python3.9-standalone
8035+
- name: test-python3.9-standalone
80368036
commands:
80378037
- func: run server
80388038
vars:
@@ -8044,7 +8044,7 @@ tasks:
80448044
AUTH: noauth
80458045
SSL: nossl
80468046
tags: [server-version]
8047-
- name: test--python3.9-replica-set
8047+
- name: test-python3.9-replica-set
80488048
commands:
80498049
- func: run server
80508050
vars:
@@ -8056,7 +8056,7 @@ tasks:
80568056
AUTH: noauth
80578057
SSL: ssl
80588058
tags: [server-version]
8059-
- name: test--python3.9-sharded-cluster
8059+
- name: test-python3.9-sharded-cluster
80608060
commands:
80618061
- func: run server
80628062
vars:
@@ -8068,7 +8068,7 @@ tasks:
80688068
AUTH: auth
80698069
SSL: ssl
80708070
tags: [server-version]
8071-
- name: test--python3.10-standalone
8071+
- name: test-python3.10-standalone
80728072
commands:
80738073
- func: run server
80748074
vars:
@@ -8080,7 +8080,7 @@ tasks:
80808080
AUTH: noauth
80818081
SSL: nossl
80828082
tags: [server-version]
8083-
- name: test--python3.10-replica-set
8083+
- name: test-python3.10-replica-set
80848084
commands:
80858085
- func: run server
80868086
vars:
@@ -8092,7 +8092,7 @@ tasks:
80928092
AUTH: noauth
80938093
SSL: ssl
80948094
tags: [server-version]
8095-
- name: test--python3.10-sharded-cluster
8095+
- name: test-python3.10-sharded-cluster
80968096
commands:
80978097
- func: run server
80988098
vars:
@@ -8104,7 +8104,7 @@ tasks:
81048104
AUTH: auth
81058105
SSL: ssl
81068106
tags: [server-version]
8107-
- name: test--python3.11-standalone
8107+
- name: test-python3.11-standalone
81088108
commands:
81098109
- func: run server
81108110
vars:
@@ -8116,7 +8116,7 @@ tasks:
81168116
AUTH: noauth
81178117
SSL: nossl
81188118
tags: [server-version]
8119-
- name: test--python3.11-replica-set
8119+
- name: test-python3.11-replica-set
81208120
commands:
81218121
- func: run server
81228122
vars:
@@ -8128,7 +8128,7 @@ tasks:
81288128
AUTH: noauth
81298129
SSL: ssl
81308130
tags: [server-version]
8131-
- name: test--python3.11-sharded-cluster
8131+
- name: test-python3.11-sharded-cluster
81328132
commands:
81338133
- func: run server
81348134
vars:
@@ -8140,7 +8140,7 @@ tasks:
81408140
AUTH: auth
81418141
SSL: ssl
81428142
tags: [server-version]
8143-
- name: test--python3.12-standalone
8143+
- name: test-python3.12-standalone
81448144
commands:
81458145
- func: run server
81468146
vars:
@@ -8152,7 +8152,7 @@ tasks:
81528152
AUTH: noauth
81538153
SSL: nossl
81548154
tags: [server-version]
8155-
- name: test--python3.12-replica-set
8155+
- name: test-python3.12-replica-set
81568156
commands:
81578157
- func: run server
81588158
vars:
@@ -8164,7 +8164,7 @@ tasks:
81648164
AUTH: noauth
81658165
SSL: ssl
81668166
tags: [server-version]
8167-
- name: test--python3.12-sharded-cluster
8167+
- name: test-python3.12-sharded-cluster
81688168
commands:
81698169
- func: run server
81708170
vars:
@@ -8176,7 +8176,7 @@ tasks:
81768176
AUTH: auth
81778177
SSL: ssl
81788178
tags: [server-version]
8179-
- name: test--python3.13-standalone
8179+
- name: test-python3.13-standalone
81808180
commands:
81818181
- func: run server
81828182
vars:
@@ -8188,7 +8188,7 @@ tasks:
81888188
AUTH: noauth
81898189
SSL: nossl
81908190
tags: [server-version]
8191-
- name: test--python3.13-replica-set
8191+
- name: test-python3.13-replica-set
81928192
commands:
81938193
- func: run server
81948194
vars:
@@ -8200,7 +8200,7 @@ tasks:
82008200
AUTH: noauth
82018201
SSL: ssl
82028202
tags: [server-version]
8203-
- name: test--python3.13-sharded-cluster
8203+
- name: test-python3.13-sharded-cluster
82048204
commands:
82058205
- func: run server
82068206
vars:
@@ -8212,7 +8212,7 @@ tasks:
82128212
AUTH: auth
82138213
SSL: ssl
82148214
tags: [server-version]
8215-
- name: test--pypy3.10-standalone
8215+
- name: test-pypy3.10-standalone
82168216
commands:
82178217
- func: run server
82188218
vars:
@@ -8224,7 +8224,7 @@ tasks:
82248224
AUTH: noauth
82258225
SSL: nossl
82268226
tags: [server-version]
8227-
- name: test--pypy3.10-replica-set
8227+
- name: test-pypy3.10-replica-set
82288228
commands:
82298229
- func: run server
82308230
vars:
@@ -8236,7 +8236,7 @@ tasks:
82368236
AUTH: noauth
82378237
SSL: ssl
82388238
tags: [server-version]
8239-
- name: test--pypy3.10-sharded-cluster
8239+
- name: test-pypy3.10-sharded-cluster
82408240
commands:
82418241
- func: run server
82428242
vars:

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ def create_server_version_tasks():
592592
else:
593593
auth = "auth"
594594
ssl = "ssl"
595-
name = get_task_name("test-", python=python, topology=topology)
595+
name = get_task_name("test", python=python, topology=topology)
596596
server_vars = dict(TOPOLOGY=topology, AUTH=auth, SSL=ssl)
597597
server_func = FunctionCall(func="run server", vars=server_vars)
598598
test_vars = dict(AUTH=auth, SSL=ssl)

0 commit comments

Comments
 (0)