Skip to content

Commit 703cdfb

Browse files
authored
Update Matrix Storage (Azure#30262)
* ensure that coverage runs on a ubuntu machine, ensure that --disablecov is not included in one of the storage builds so that code coverage will successfully publish
1 parent 0cfdb0b commit 703cdfb

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"ubuntu-20.04": { "OSVmImage": "MMSUbuntu20.04", "Pool": "azsdk-pool-mms-ubuntu-2004-general" },
88
"macos-11": { "OSVmImage": "macos-11", "Pool": "Azure Pipelines" }
99
},
10-
"PythonVersion": [ "pypy3.7", "3.8", "3.10"],
10+
"PythonVersion": [ "pypy3.7", "3.8" ],
1111
"CoverageArg": "--disablecov"
1212
},
1313
"include": [
@@ -29,6 +29,17 @@
2929
"PythonVersion": "3.7",
3030
"CoverageArg": "--disablecov"
3131
},
32+
{
33+
"CoverageConfig": {
34+
"ubuntu2004_310_coverage": {
35+
"OSVmImage": "MMSUbuntu20.04",
36+
"Pool": "azsdk-pool-mms-ubuntu-2004-general",
37+
"PythonVersion": "3.10",
38+
"CoverageArg": "",
39+
"TestSamples": "false"
40+
}
41+
}
42+
},
3243
{
3344
"Agent": {
3445
"windows-2022": { "OSVmImage": "MMS2022", "Pool": "azsdk-pool-mms-win-2022-general" }

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"windows-2022": { "OSVmImage": "MMS2022", "Pool": "azsdk-pool-mms-win-2022-general" },
1111
"macos-11": { "OSVmImage": "macos-11", "Pool": "Azure Pipelines" }
1212
},
13-
"PythonVersion": [ "pypy3.7", "3.7", "3.8", "3.9", "3.10" ],
13+
"PythonVersion": [ "pypy3.7", "3.7", "3.8", "3.10" ],
1414
"CoverageArg": "--disablecov",
1515
"TestSamples": "false"
1616
},

0 commit comments

Comments
 (0)