File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,10 @@ def setup_kms(sub_test_name: str) -> None:
91
91
create_archive ()
92
92
if sub_test_target == "azure" :
93
93
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"
95
98
else :
96
99
os .environ ["GCPKMS_IMAGEFAMILY" ] = "debian-12"
97
100
run_command ("./setup.sh" , cwd = kms_dir )
Original file line number Diff line number Diff line change 88
88
ls wheelhouse/*cp313*.whl
89
89
ls wheelhouse/*cp314*.whl
90
90
# Free-threading builds:
91
- ls wheelhouse/*cp314 *.whl
91
+ ls wheelhouse/*cp314t *.whl
92
92
93
93
- uses : actions/upload-artifact@v4
94
94
with :
You can’t perform that action at this time.
0 commit comments