File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,10 @@ def setup_oidc(sub_test_name: str) -> dict[str, str] | None:
36
36
env ["AZUREOIDC_VMNAME_PREFIX" ] = "PYTHON_DRIVER"
37
37
if "-remote" not in sub_test_name :
38
38
if sub_test_name == "azure" :
39
- os .environ ["AZUREKMS_VMNAME_PREFIX" ] = "PYTHON_DRIVER"
40
39
# 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"
44
41
else :
45
- os . environ ["GCPKMS_IMAGEFAMILY" ] = "debian-12"
42
+ env ["GCPKMS_IMAGEFAMILY" ] = "debian-12"
46
43
run_command (f"bash { target_dir } /setup.sh" , env = env )
47
44
if sub_test_name in K8S_NAMES :
48
45
run_command (f"bash { target_dir } /setup-pod.sh { sub_test_name } " )
You can’t perform that action at this time.
0 commit comments