Skip to content

Commit 5607a40

Browse files
authored
norun py312 (Azure#33128)
1 parent 4b551dc commit 5607a40

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"displayNames": {
3+
"--disablecov": "",
4+
"false": "",
5+
"true": ""
6+
},
7+
"matrix": {
8+
"Agent": {
9+
"windows-2022": { "OSVmImage": "MMS2022", "Pool": "azsdk-pool-mms-win-2022-general" },
10+
"ubuntu-20.04": { "OSVmImage": "MMSUbuntu20.04", "Pool": "azsdk-pool-mms-ubuntu-2004-general" },
11+
"macos-11": { "OSVmImage": "macos-11", "Pool": "Azure Pipelines" }
12+
},
13+
"PythonVersion": [ "3.7", "pypy3.9", "3.8", "3.10", "3.11" ],
14+
"CoverageArg": "--disablecov",
15+
"TestSamples": "false"
16+
},
17+
"include": [
18+
{
19+
"CoverageConfig": {
20+
"ubuntu2004_39_coverage": {
21+
"OSVmImage": "MMSUbuntu20.04",
22+
"Pool": "azsdk-pool-mms-ubuntu-2004-general",
23+
"PythonVersion": "3.9",
24+
"CoverageArg": "",
25+
"TestSamples": "false"
26+
}
27+
}
28+
}
29+
]
30+
}
31+

sdk/eventhub/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ extends:
3232
# Override the base matrix due to https://github.com/Azure/azure-sdk-for-python/issues/17837
3333
MatrixConfigs:
3434
- Name: eventhub_ci_matrix
35-
Path: eng/pipelines/templates/stages/platform-matrix.json
35+
Path: eng/pipelines/templates/stages/platform-matrix-no-312.json
3636
Selection: sparse
3737
GenerateVMJobs: true
3838
MatrixFilters:

0 commit comments

Comments
 (0)