Skip to content

Commit 81686c7

Browse files
Use upper-case values for test agent values (Azure#23145)
When running within the ADO pipeline, the env variable keys are converted to upper-case, which causes issues when running in a case-sensitive OS. Using uppercase values prevents this issue.
1 parent 45efca8 commit 81686c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sdk/communication/azure-communication-phonenumbers/phonenumbers-livetest-matrix.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"windows-2019": {
1515
"OSVmImage": "MMS2019",
1616
"Pool": "azsdk-pool-mms-win-2019-general",
17-
"AZURE_TEST_AGENT": "windows_2019_python36",
17+
"AZURE_TEST_AGENT": "WINDOWS_2019_PYTHON36",
1818
"COMMUNICATION_SKIP_CAPABILITIES_LIVE_TEST": "false"
1919
},
2020
"macOS-10.15": {
2121
"OSVmImage": "macOS-10.15",
2222
"Pool": "Azure Pipelines",
23-
"AZURE_TEST_AGENT": "macos_1015_python37",
23+
"AZURE_TEST_AGENT": "MACOS_1015_PYTHON37",
2424
"COMMUNICATION_SKIP_CAPABILITIES_LIVE_TEST": "false"
2525
}
2626
},
@@ -37,7 +37,7 @@
3737
"PythonVersion": "3.9",
3838
"CoverageArg": "",
3939
"TestSamples": "false",
40-
"AZURE_TEST_AGENT": "ubuntu_2004_python39",
40+
"AZURE_TEST_AGENT": "UBUNTU_2004_PYTHON39",
4141
"COMMUNICATION_SKIP_CAPABILITIES_LIVE_TEST": "false"
4242
}
4343
}

0 commit comments

Comments
 (0)