Skip to content

Commit fec51f0

Browse files
committed
fix display name
1 parent 1fe7888 commit fec51f0

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

.evergreen/generated_configs/variants.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@ 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
@@ -1082,7 +1082,7 @@ buildvariants:
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
@@ -1094,7 +1094,7 @@ buildvariants:
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
@@ -1106,7 +1106,7 @@ buildvariants:
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
@@ -1117,7 +1117,7 @@ buildvariants:
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
@@ -1128,7 +1128,7 @@ buildvariants:
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
@@ -1139,7 +1139,7 @@ buildvariants:
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
@@ -1150,7 +1150,7 @@ buildvariants:
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
@@ -1161,7 +1161,7 @@ buildvariants:
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
@@ -1172,7 +1172,7 @@ buildvariants:
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
@@ -1195,7 +1195,7 @@ buildvariants:
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
@@ -1218,7 +1218,7 @@ buildvariants:
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
@@ -1229,7 +1229,7 @@ buildvariants:
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
@@ -1240,7 +1240,7 @@ buildvariants:
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
@@ -1251,7 +1251,7 @@ buildvariants:
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

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def create_variant(
9393
else:
9494
host = host or "rhel8"
9595
run_on = [HOSTS[host].run_on]
96-
name = display_name.replace(" ", "-").lower()
96+
name = display_name.replace(" ", "-").replace("*-", "").lower()
9797
if python:
9898
expansions["PYTHON_BINARY"] = get_python_binary(python, host)
9999
if version:

0 commit comments

Comments
 (0)