Skip to content

Commit 14fe6c4

Browse files
Use upper-case values for test agent values (Azure#27214)
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. Additionally, add an extra phone number to cover all configurations.
1 parent e7bdaf6 commit 14fe6c4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"Pool": "azsdk-pool-mms-ubuntu-2004-general",
1010
"JavaTestVersion": "1.8",
1111
"AZURE_TEST_HTTP_CLIENTS": "okhttp",
12-
"AZURE_TEST_AGENT": "ubuntu_2004_java8"
12+
"AZURE_TEST_AGENT": "UBUNTU_2004_JAVA8"
1313
},
1414
"macOS-10.15": {
1515
"OSVmImage": "macOS-10.15",
1616
"Pool": "Azure Pipelines",
1717
"JavaTestVersion": "1.11",
1818
"AZURE_TEST_HTTP_CLIENTS": "netty",
19-
"AZURE_TEST_AGENT": "macos_1015_java11"
19+
"AZURE_TEST_AGENT": "MACOS_1015_JAVA11"
2020
}
2121
},
2222
"SKIP_UPDATE_CAPABILITIES_LIVE_TESTS": "false",
@@ -37,7 +37,8 @@
3737
"TestFromSource": true,
3838
"TestGoals": "verify",
3939
"TestOptions": "-DskipCompile=true -DskipTestCompile=true -DcreateSourcesJar=false",
40-
"SKIP_UPDATE_CAPABILITIES_LIVE_TESTS": "true"
40+
"SKIP_UPDATE_CAPABILITIES_LIVE_TESTS": "false",
41+
"AZURE_TEST_AGENT": "UBUNTU_2004_JAVA11"
4142
},
4243
{
4344
"Agent": {
@@ -52,7 +53,7 @@
5253
"TestGoals": "verify",
5354
"TestOptions": "-DskipCompile=true -DskipTestCompile=true -DcreateSourcesJar=false",
5455
"SKIP_UPDATE_CAPABILITIES_LIVE_TESTS": "false",
55-
"AZURE_TEST_AGENT": "windows_2019_java11"
56+
"AZURE_TEST_AGENT": "WINDOWS_2019_JAVA11"
5657
}
5758
]
5859
}

0 commit comments

Comments
 (0)