Skip to content

Commit c812efe

Browse files
committed
test amazon2
1 parent 1145c9d commit c812efe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.evergreen/scripts/generate_config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ class Host:
7070
HOSTS["ubuntu22"] = Host("ubuntu22", "ubuntu2204-small", "Ubuntu-22", dict())
7171
HOSTS["rhel7"] = Host("rhel7", "rhel79-small", "RHEL7", dict())
7272
HOSTS["perf"] = Host("perf", "rhel90-dbx-perf-large", "", dict())
73+
HOSTS["amazon2"] = Host("amazon2", "amazon2-arm64-latest-large-m8g", dict())
7374
DEFAULT_HOST = HOSTS["rhel8"]
75+
DEFAULT_HOST = HOSTS["amazon2"]
7476

7577
# Other hosts
7678
OTHER_HOSTS = ["RHEL9-FIPS", "RHEL8-zseries", "RHEL8-POWER8", "RHEL8-arm64"]

0 commit comments

Comments
 (0)