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:
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 } " )
You can’t perform that action at this time.
0 commit comments