Skip to content

Commit 3c41750

Browse files
committed
use subtasks
1 parent 6c0a69f commit 3c41750

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.evergreen/generated_configs/variants.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ buildvariants:
4747
NO_EXT: "1"
4848
- name: other-hosts-amazon2023
4949
tasks:
50-
- name: .latest !.sync_async
50+
- name: .latest !.sync_async .sharded_cluster .auth .ssl
51+
- name: .latest !.sync_async .replica_set .noauth .ssl
52+
- name: .latest !.sync_async .standalone .noauth .nossl
5153
display_name: Other hosts Amazon2023
5254
run_on:
5355
- amazon2023-arm64-latest-large-m8g

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ def create_alternative_hosts_variants():
781781
host = HOSTS[host_name]
782782
tags = [".6.0 .standalone !.sync_async"]
783783
if host_name == "Amazon2023":
784-
tags = [".latest !.sync_async .{t}" for t in SUB_TASKS]
784+
tags = [f".latest !.sync_async {t}" for t in SUB_TASKS]
785785
variants.append(
786786
create_variant(
787787
tags,

0 commit comments

Comments
 (0)