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 aa0ba26 commit 8dff234Copy full SHA for 8dff234
.evergreen/scripts/kms_tester.py
@@ -92,9 +92,9 @@ def setup_kms(sub_test_name: str) -> None:
92
if sub_test_target == "azure":
93
os.environ["AZUREKMS_VMNAME_PREFIX"] = "PYTHON_DRIVER"
94
# 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"
+ # os.environ[
+ # "AZUREKMS_IMAGE"
+ # ] = "Canonical:0001-com-ubuntu-server-jammy:22_04-lts-gen2:latest"
98
else:
99
os.environ["GCPKMS_IMAGEFAMILY"] = "debian-12"
100
run_command("./setup.sh", cwd=kms_dir)
0 commit comments