Skip to content

Commit 8829540

Browse files
authored
force pypy39 onto ubuntu 2004 in default test matrix (Azure#37892)
1 parent 062075f commit 8829540

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,22 @@
1010
"ubuntu-20.04": { "OSVmImage": "env:LINUXVMIMAGE", "Pool": "env:LINUXPOOL" },
1111
"macos-latest": { "OSVmImage": "env:MACVMIMAGE", "Pool": "env:MACPOOL" }
1212
},
13-
"PythonVersion": [ "3.8", "pypy3.9", "3.11", "3.10"],
13+
"PythonVersion": [ "3.8", "3.11", "3.10"],
1414
"CoverageArg": "--disablecov",
1515
"TestSamples": "false"
1616
},
1717
"include": [
18+
{
19+
"PyPyConfig": {
20+
"ubuntu2004_pypy39": {
21+
"OSVmImage": "env:LINUXVMIMAGE",
22+
"Pool": "env:LINUXPOOL",
23+
"PythonVersion": "pypy3.9",
24+
"CoverageArg": "--disablecov",
25+
"TestSamples": "false"
26+
}
27+
}
28+
},
1829
{
1930
"CoverageConfig": {
2031
"ubuntu2004_39_coverage": {

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,22 @@
1010
"ubuntu-20.04": { "OSVmImage": "env:LINUXVMIMAGE", "Pool": "env:LINUXPOOL" },
1111
"macos-latest": { "OSVmImage": "env:MACVMIMAGE", "Pool": "env:MACPOOL" }
1212
},
13-
"PythonVersion": [ "3.8", "pypy3.9", "3.11", "3.10", "3.12" ],
13+
"PythonVersion": [ "3.8", "3.11", "3.10", "3.12" ],
1414
"CoverageArg": "--disablecov",
1515
"TestSamples": "false"
1616
},
1717
"include": [
18+
{
19+
"PyPyConfig": {
20+
"ubuntu2004_pypy39": {
21+
"OSVmImage": "env:LINUXVMIMAGE",
22+
"Pool": "env:LINUXPOOL",
23+
"PythonVersion": "pypy3.9",
24+
"CoverageArg": "--disablecov",
25+
"TestSamples": "false"
26+
}
27+
}
28+
},
1829
{
1930
"CoverageConfig": {
2031
"ubuntu2004_39_coverage": {

0 commit comments

Comments
 (0)