File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments