We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0245464 commit d351982Copy full SHA for d351982
.evergreen/generated_configs/variants.yml
@@ -47,7 +47,7 @@ buildvariants:
47
NO_EXT: "1"
48
- name: other-hosts-amazon2023
49
tasks:
50
- - name: .6.0 .standalone !.sync_async
+ - name: .latest !.sync_async
51
display_name: Other hosts Amazon2023
52
run_on:
53
- amazon2023-arm64-latest-large-m8g
.evergreen/scripts/generate_config.py
@@ -780,7 +780,7 @@ def create_alternative_hosts_variants():
780
for host_name in OTHER_HOSTS:
781
host = HOSTS[host_name]
782
tags = [".6.0 .standalone !.sync_async"]
783
- if host_name == "amazon2023":
+ if host_name == "Amazon2023":
784
tags = [".latest !.sync_async"]
785
variants.append(
786
create_variant(
0 commit comments