Skip to content

Commit f5330f4

Browse files
authored
updating the storage matrix to push pypy to ubutu only (Azure#30458)
1 parent 5c74da2 commit f5330f4

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

sdk/storage/platform-matrix-all-versions.json

Lines changed: 15 additions & 2 deletions
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" ],
13+
"PythonVersion": [ "3.7", "3.8", "3.9" ],
1414
"CoverageArg": "--disablecov",
1515
"TestSamples": "false",
1616
"AZURE_LIVE_TEST_SERVICE_VERSION": [
@@ -22,5 +22,18 @@
2222
"V2020_06_12",
2323
"V2020_08_04"
2424
]
25-
}
25+
},
26+
"include": [
27+
{
28+
"CoverageConfig": {
29+
"ubuntu2004_pypy37": {
30+
"OSVmImage": "MMSUbuntu20.04",
31+
"Pool": "azsdk-pool-mms-ubuntu-2004-general",
32+
"PythonVersion": "pypy3.7",
33+
"CoverageArg": "--disablecov",
34+
"TestSamples": "false"
35+
}
36+
}
37+
}
38+
]
2639
}

0 commit comments

Comments
 (0)