Skip to content

Commit 6c0a69f

Browse files
committed
use subtasks
1 parent d351982 commit 6c0a69f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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"]
784+
tags = [".latest !.sync_async .{t}" for t in SUB_TASKS]
785785
variants.append(
786786
create_variant(
787787
tags,

0 commit comments

Comments
 (0)