Skip to content

Commit 8ac808d

Browse files
authored
[Core-HttpClient-Matrix] Enable JDK and Vertx httpclient in pipeline. (Azure#34649)
1 parent ad7537e commit 8ac808d

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

eng/pipelines/templates/stages/platform-matrix.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"macos-11": { "OSVmImage": "macos-11", "Pool": "Azure Pipelines" }
1010
},
1111
"JavaTestVersion": [ "1.8", "1.17" ],
12-
"AZURE_TEST_HTTP_CLIENTS": [ "okhttp", "netty" ],
12+
"AZURE_TEST_HTTP_CLIENTS": ["vertx", "okhttp", "netty" ],
1313
"TestFromSource": false,
1414
"RunAggregateReports": false,
1515
"TestGoals": "surefire:test",
@@ -54,6 +54,17 @@
5454
"RunAggregateReports": false,
5555
"TestGoals": "surefire:test",
5656
"TestOptions": ""
57+
},
58+
{
59+
"Agent": {
60+
"ubuntu-20.04": { "OSVmImage": "MMSUbuntu20.04", "Pool": "azsdk-pool-mms-ubuntu-2004-general" }
61+
},
62+
"JavaTestVersion": "1.17",
63+
"AZURE_TEST_HTTP_CLIENTS": "jdk-httpclient",
64+
"TestFromSource": false,
65+
"RunAggregateReports": false,
66+
"TestGoals": "surefire:test",
67+
"TestOptions": ""
5768
}
5869
]
5970
}

0 commit comments

Comments
 (0)