Skip to content

Commit f49bb78

Browse files
committed
update image
1 parent e540383 commit f49bb78

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.evergreen/scripts/oidc_tester.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,10 @@ def setup_oidc(sub_test_name: str) -> dict[str, str] | None:
3636
env["AZUREOIDC_VMNAME_PREFIX"] = "PYTHON_DRIVER"
3737
if "-remote" not in sub_test_name:
3838
if sub_test_name == "azure":
39-
os.environ["AZUREKMS_VMNAME_PREFIX"] = "PYTHON_DRIVER"
4039
# Found using "az vm image list --output table"
41-
os.environ[
42-
"AZUREKMS_IMAGE"
43-
] = "Canonical:0001-com-ubuntu-server-jammy:22_04-lts-gen2:latest"
40+
env["AZUREKMS_IMAGE"] = "Canonical:0001-com-ubuntu-server-jammy:22_04-lts-gen2:latest"
4441
else:
45-
os.environ["GCPKMS_IMAGEFAMILY"] = "debian-12"
42+
env["GCPKMS_IMAGEFAMILY"] = "debian-12"
4643
run_command(f"bash {target_dir}/setup.sh", env=env)
4744
if sub_test_name in K8S_NAMES:
4845
run_command(f"bash {target_dir}/setup-pod.sh {sub_test_name}")

0 commit comments

Comments
 (0)