Skip to content

Commit d351982

Browse files
committed
use latest
1 parent 0245464 commit d351982

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.evergreen/generated_configs/variants.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ buildvariants:
4747
NO_EXT: "1"
4848
- name: other-hosts-amazon2023
4949
tasks:
50-
- name: .6.0 .standalone !.sync_async
50+
- name: .latest !.sync_async
5151
display_name: Other hosts Amazon2023
5252
run_on:
5353
- amazon2023-arm64-latest-large-m8g

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ def create_alternative_hosts_variants():
780780
for host_name in OTHER_HOSTS:
781781
host = HOSTS[host_name]
782782
tags = [".6.0 .standalone !.sync_async"]
783-
if host_name == "amazon2023":
783+
if host_name == "Amazon2023":
784784
tags = [".latest !.sync_async"]
785785
variants.append(
786786
create_variant(

0 commit comments

Comments
 (0)