Skip to content

Commit 1c12fae

Browse files
committed
less variants
1 parent 9ec542b commit 1c12fae

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.evergreen/generated_configs/variants.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,9 +1065,9 @@ buildvariants:
10651065
# Server tests
10661066
- name: test-rhel8-py3.9-cov
10671067
tasks:
1068-
- name: .standalone
1069-
- name: .replica_set
1070-
- name: .sharded_cluster
1068+
- name: .standalone .sync_async
1069+
- name: .replica_set .sync_async
1070+
- name: .sharded_cluster .sync_async
10711071
display_name: Test RHEL8 py3.9 cov
10721072
run_on:
10731073
- rhel87-small
@@ -1077,9 +1077,9 @@ buildvariants:
10771077
tags: [coverage_tag]
10781078
- name: test-rhel8-py3.13-cov
10791079
tasks:
1080-
- name: .standalone
1081-
- name: .replica_set
1082-
- name: .sharded_cluster
1080+
- name: .standalone .sync_async
1081+
- name: .replica_set .sync_async
1082+
- name: .sharded_cluster .sync_async
10831083
display_name: Test RHEL8 py3.13 cov
10841084
run_on:
10851085
- rhel87-small
@@ -1089,9 +1089,9 @@ buildvariants:
10891089
tags: [coverage_tag]
10901090
- name: test-rhel8-pypy3.10-cov
10911091
tasks:
1092-
- name: .standalone
1093-
- name: .replica_set
1094-
- name: .sharded_cluster
1092+
- name: .standalone .sync_async
1093+
- name: .replica_set .sync_async
1094+
- name: .sharded_cluster .sync_async
10951095
display_name: Test RHEL8 pypy3.10 cov
10961096
run_on:
10971097
- rhel87-small

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ def create_server_variants() -> list[BuildVariant]:
246246
expansions = dict(COVERAGE="coverage")
247247
display_name = get_display_name("Test", host, python=python, **expansions)
248248
variant = create_variant(
249-
[f".{t}" for t in TOPOLOGIES],
249+
[f".{t} .sync_async" for t in TOPOLOGIES],
250250
display_name,
251251
python=python,
252252
host=host,

0 commit comments

Comments
 (0)