File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,9 @@ buildvariants:
47
47
NO_EXT : " 1"
48
48
- name : other-hosts-amazon2023
49
49
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
51
53
display_name : Other hosts Amazon2023
52
54
run_on :
53
55
- amazon2023-arm64-latest-large-m8g
Original file line number Diff line number Diff line change @@ -781,7 +781,7 @@ def create_alternative_hosts_variants():
781
781
host = HOSTS [host_name ]
782
782
tags = [".6.0 .standalone !.sync_async" ]
783
783
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 ]
785
785
variants .append (
786
786
create_variant (
787
787
tags ,
You can’t perform that action at this time.
0 commit comments