Skip to content

Commit 0682586

Browse files
committed
update host
1 parent 16a8657 commit 0682586

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.evergreen/generated_configs/variants.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ buildvariants:
358358
- name: test-azurekms-fail
359359
display_name: KMS
360360
run_on:
361-
- debian11-small
361+
- debian12-small
362362

363363
# Load balancer tests
364364
- name: load-balancer

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ def create_kms_variants():
434434
tasks.append("test-gcpkms-fail")
435435
tasks.append(EvgTaskRef(name="test-azurekms", batchtime=BATCHTIME_WEEK))
436436
tasks.append("test-azurekms-fail")
437-
return [create_variant(tasks, "KMS", host=HOSTS["debian11"])]
437+
return [create_variant(tasks, "KMS", host=HOSTS["debian12"])]
438438

439439

440440
def create_import_time_variants():

.evergreen/scripts/generate_config_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ class Host:
6464
HOSTS["rhel7"] = Host("rhel7", "rhel79-small", "RHEL7", dict())
6565
HOSTS["perf"] = Host("perf", "rhel90-dbx-perf-large", "", dict())
6666
HOSTS["debian11"] = Host("debian11", "debian11-small", "Debian11", dict())
67+
HOSTS["debian12"] = Host("debian12", "debian12-small", "Debian12", dict())
6768
DEFAULT_HOST = HOSTS["rhel8"]
6869

6970
# Other hosts

0 commit comments

Comments
 (0)