Skip to content

Commit 8dff234

Browse files
committed
debug
1 parent aa0ba26 commit 8dff234

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.evergreen/scripts/kms_tester.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ def setup_kms(sub_test_name: str) -> None:
9292
if sub_test_target == "azure":
9393
os.environ["AZUREKMS_VMNAME_PREFIX"] = "PYTHON_DRIVER"
9494
# Found using "az vm image list --output table"
95-
os.environ[
96-
"AZUREKMS_IMAGE"
97-
] = "Canonical:0001-com-ubuntu-server-jammy:22_04-lts-gen2:latest"
95+
# os.environ[
96+
# "AZUREKMS_IMAGE"
97+
# ] = "Canonical:0001-com-ubuntu-server-jammy:22_04-lts-gen2:latest"
9898
else:
9999
os.environ["GCPKMS_IMAGEFAMILY"] = "debian-12"
100100
run_command("./setup.sh", cwd=kms_dir)

0 commit comments

Comments
 (0)