Skip to content

Commit aa0ba26

Browse files
committed
update azure image
1 parent bf9b197 commit aa0ba26

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.evergreen/scripts/kms_tester.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,10 @@ def setup_kms(sub_test_name: str) -> None:
9191
create_archive()
9292
if sub_test_target == "azure":
9393
os.environ["AZUREKMS_VMNAME_PREFIX"] = "PYTHON_DRIVER"
94-
os.environ["AZUREKMS_IMAGE"] = "Ubuntu2204"
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"
9598
else:
9699
os.environ["GCPKMS_IMAGEFAMILY"] = "debian-12"
97100
run_command("./setup.sh", cwd=kms_dir)

.github/workflows/dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
ls wheelhouse/*cp313*.whl
8989
ls wheelhouse/*cp314*.whl
9090
# Free-threading builds:
91-
ls wheelhouse/*cp314*.whl
91+
ls wheelhouse/*cp314t*.whl
9292
9393
- uses: actions/upload-artifact@v4
9494
with:

0 commit comments

Comments
 (0)