Skip to content

Commit 1fe7888

Browse files
committed
fix display name
1 parent 349313a commit 1fe7888

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

.evergreen/generated_configs/variants.yml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,109 +1070,109 @@ buildvariants:
10701070
PYTHON_BINARY: /opt/python/3.9/bin/python3
10711071

10721072
# Server tests
1073-
- name: _test-rhel8-py3.9-cov
1073+
- name: "*-test-rhel8-py3.9-cov"
10741074
tasks:
10751075
- name: .standalone .sync_async
10761076
- name: .replica_set .sync_async
10771077
- name: .sharded_cluster .sync_async
1078-
display_name: _Test RHEL8 py3.9 cov
1078+
display_name: "* Test RHEL8 py3.9 cov"
10791079
run_on:
10801080
- rhel87-small
10811081
expansions:
10821082
COVERAGE: coverage
10831083
PYTHON_BINARY: /opt/python/3.9/bin/python3
10841084
tags: [coverage_tag]
1085-
- name: _test-rhel8-py3.13-cov
1085+
- name: "*-test-rhel8-py3.13-cov"
10861086
tasks:
10871087
- name: .standalone .sync_async
10881088
- name: .replica_set .sync_async
10891089
- name: .sharded_cluster .sync_async
1090-
display_name: _Test RHEL8 py3.13 cov
1090+
display_name: "* Test RHEL8 py3.13 cov"
10911091
run_on:
10921092
- rhel87-small
10931093
expansions:
10941094
COVERAGE: coverage
10951095
PYTHON_BINARY: /opt/python/3.13/bin/python3
10961096
tags: [coverage_tag]
1097-
- name: _test-rhel8-pypy3.10-cov
1097+
- name: "*-test-rhel8-pypy3.10-cov"
10981098
tasks:
10991099
- name: .standalone .sync_async
11001100
- name: .replica_set .sync_async
11011101
- name: .sharded_cluster .sync_async
1102-
display_name: _Test RHEL8 pypy3.10 cov
1102+
display_name: "* Test RHEL8 pypy3.10 cov"
11031103
run_on:
11041104
- rhel87-small
11051105
expansions:
11061106
COVERAGE: coverage
11071107
PYTHON_BINARY: /opt/python/pypy3.10/bin/python3
11081108
tags: [coverage_tag]
1109-
- name: _test-rhel8-py3.10
1109+
- name: "*-test-rhel8-py3.10"
11101110
tasks:
11111111
- name: .sharded_cluster .auth .ssl .sync_async
11121112
- name: .replica_set .noauth .ssl .sync_async
11131113
- name: .standalone .noauth .nossl .sync_async
1114-
display_name: _Test RHEL8 py3.10
1114+
display_name: "* Test RHEL8 py3.10"
11151115
run_on:
11161116
- rhel87-small
11171117
expansions:
11181118
COVERAGE: coverage
11191119
PYTHON_BINARY: /opt/python/3.10/bin/python3
1120-
- name: _test-rhel8-py3.11
1120+
- name: "*-test-rhel8-py3.11"
11211121
tasks:
11221122
- name: .sharded_cluster .auth .ssl .sync_async
11231123
- name: .replica_set .noauth .ssl .sync_async
11241124
- name: .standalone .noauth .nossl .sync_async
1125-
display_name: _Test RHEL8 py3.11
1125+
display_name: "* Test RHEL8 py3.11"
11261126
run_on:
11271127
- rhel87-small
11281128
expansions:
11291129
COVERAGE: coverage
11301130
PYTHON_BINARY: /opt/python/3.11/bin/python3
1131-
- name: _test-rhel8-py3.12
1131+
- name: "*-test-rhel8-py3.12"
11321132
tasks:
11331133
- name: .sharded_cluster .auth .ssl .sync_async
11341134
- name: .replica_set .noauth .ssl .sync_async
11351135
- name: .standalone .noauth .nossl .sync_async
1136-
display_name: _Test RHEL8 py3.12
1136+
display_name: "* Test RHEL8 py3.12"
11371137
run_on:
11381138
- rhel87-small
11391139
expansions:
11401140
COVERAGE: coverage
11411141
PYTHON_BINARY: /opt/python/3.12/bin/python3
1142-
- name: _test-rhel8-pypy3.9
1142+
- name: "*-test-rhel8-pypy3.9"
11431143
tasks:
11441144
- name: .sharded_cluster .auth .ssl .sync_async
11451145
- name: .replica_set .noauth .ssl .sync_async
11461146
- name: .standalone .noauth .nossl .sync_async
1147-
display_name: _Test RHEL8 pypy3.9
1147+
display_name: "* Test RHEL8 pypy3.9"
11481148
run_on:
11491149
- rhel87-small
11501150
expansions:
11511151
COVERAGE: coverage
11521152
PYTHON_BINARY: /opt/python/pypy3.9/bin/python3
1153-
- name: _test-macos-py3.9
1153+
- name: "*-test-macos-py3.9"
11541154
tasks:
11551155
- name: .sharded_cluster .auth .ssl !.sync_async
11561156
- name: .replica_set .noauth .ssl !.sync_async
11571157
- name: .standalone .noauth .nossl !.sync_async
1158-
display_name: _Test macOS py3.9
1158+
display_name: "* Test macOS py3.9"
11591159
run_on:
11601160
- macos-14
11611161
expansions:
11621162
SKIP_CSOT_TESTS: "true"
11631163
PYTHON_BINARY: /Library/Frameworks/Python.Framework/Versions/3.9/bin/python3
1164-
- name: _test-macos-py3.13
1164+
- name: "*-test-macos-py3.13"
11651165
tasks:
11661166
- name: .sharded_cluster .auth .ssl !.sync_async
11671167
- name: .replica_set .noauth .ssl !.sync_async
11681168
- name: .standalone .noauth .nossl !.sync_async
1169-
display_name: _Test macOS py3.13
1169+
display_name: "* Test macOS py3.13"
11701170
run_on:
11711171
- macos-14
11721172
expansions:
11731173
SKIP_CSOT_TESTS: "true"
11741174
PYTHON_BINARY: /Library/Frameworks/Python.Framework/Versions/3.13/bin/python3
1175-
- name: _test-macos-arm64-py3.9
1175+
- name: "*-test-macos-arm64-py3.9"
11761176
tasks:
11771177
- name: .sharded_cluster .auth .ssl .6.0 !.sync_async
11781178
- name: .replica_set .noauth .ssl .6.0 !.sync_async
@@ -1189,13 +1189,13 @@ buildvariants:
11891189
- name: .sharded_cluster .auth .ssl .latest !.sync_async
11901190
- name: .replica_set .noauth .ssl .latest !.sync_async
11911191
- name: .standalone .noauth .nossl .latest !.sync_async
1192-
display_name: _Test macOS Arm64 py3.9
1192+
display_name: "* Test macOS Arm64 py3.9"
11931193
run_on:
11941194
- macos-14-arm64
11951195
expansions:
11961196
SKIP_CSOT_TESTS: "true"
11971197
PYTHON_BINARY: /Library/Frameworks/Python.Framework/Versions/3.9/bin/python3
1198-
- name: _test-macos-arm64-py3.13
1198+
- name: "*-test-macos-arm64-py3.13"
11991199
tasks:
12001200
- name: .sharded_cluster .auth .ssl .6.0 !.sync_async
12011201
- name: .replica_set .noauth .ssl .6.0 !.sync_async
@@ -1212,51 +1212,51 @@ buildvariants:
12121212
- name: .sharded_cluster .auth .ssl .latest !.sync_async
12131213
- name: .replica_set .noauth .ssl .latest !.sync_async
12141214
- name: .standalone .noauth .nossl .latest !.sync_async
1215-
display_name: _Test macOS Arm64 py3.13
1215+
display_name: "* Test macOS Arm64 py3.13"
12161216
run_on:
12171217
- macos-14-arm64
12181218
expansions:
12191219
SKIP_CSOT_TESTS: "true"
12201220
PYTHON_BINARY: /Library/Frameworks/Python.Framework/Versions/3.13/bin/python3
1221-
- name: _test-win64-py3.9
1221+
- name: "*-test-win64-py3.9"
12221222
tasks:
12231223
- name: .sharded_cluster .auth .ssl !.sync_async
12241224
- name: .replica_set .noauth .ssl !.sync_async
12251225
- name: .standalone .noauth .nossl !.sync_async
1226-
display_name: _Test Win64 py3.9
1226+
display_name: "* Test Win64 py3.9"
12271227
run_on:
12281228
- windows-64-vsMulti-small
12291229
expansions:
12301230
SKIP_CSOT_TESTS: "true"
12311231
PYTHON_BINARY: C:/python/Python39/python.exe
1232-
- name: _test-win64-py3.13
1232+
- name: "*-test-win64-py3.13"
12331233
tasks:
12341234
- name: .sharded_cluster .auth .ssl !.sync_async
12351235
- name: .replica_set .noauth .ssl !.sync_async
12361236
- name: .standalone .noauth .nossl !.sync_async
1237-
display_name: _Test Win64 py3.13
1237+
display_name: "* Test Win64 py3.13"
12381238
run_on:
12391239
- windows-64-vsMulti-small
12401240
expansions:
12411241
SKIP_CSOT_TESTS: "true"
12421242
PYTHON_BINARY: C:/python/Python313/python.exe
1243-
- name: _test-win32-py3.9
1243+
- name: "*-test-win32-py3.9"
12441244
tasks:
12451245
- name: .sharded_cluster .auth .ssl !.sync_async
12461246
- name: .replica_set .noauth .ssl !.sync_async
12471247
- name: .standalone .noauth .nossl !.sync_async
1248-
display_name: _Test Win32 py3.9
1248+
display_name: "* Test Win32 py3.9"
12491249
run_on:
12501250
- windows-64-vsMulti-small
12511251
expansions:
12521252
SKIP_CSOT_TESTS: "true"
12531253
PYTHON_BINARY: C:/python/32/Python39/python.exe
1254-
- name: _test-win32-py3.13
1254+
- name: "*-test-win32-py3.13"
12551255
tasks:
12561256
- name: .sharded_cluster .auth .ssl !.sync_async
12571257
- name: .replica_set .noauth .ssl !.sync_async
12581258
- name: .standalone .noauth .nossl !.sync_async
1259-
display_name: _Test Win32 py3.13
1259+
display_name: "* Test Win32 py3.13"
12601260
run_on:
12611261
- windows-64-vsMulti-small
12621262
expansions:

.evergreen/scripts/generate_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,8 @@ def create_server_variants() -> list[BuildVariant]:
241241

242242
# Run the full matrix on linux with min and max CPython, and latest pypy.
243243
host = "rhel8"
244-
# Prefix the display name with an underscore so it is sorted first.
245-
base_display_name = "_Test"
244+
# Prefix the display name with an asterisk so it is sorted first.
245+
base_display_name = "* Test"
246246
for python in [*MIN_MAX_PYTHON, PYPYS[-1]]:
247247
expansions = dict(COVERAGE="coverage")
248248
display_name = get_display_name(base_display_name, host, python=python, **expansions)

0 commit comments

Comments
 (0)