Add Sytest jobs with the asyncio reactor enabled (#14101)

This commit is contained in:
Quentin Gliech
2023-03-02 12:14:44 +01:00
committed by GitHub
parent 65f10afb64
commit 7ec1f096d3
3 changed files with 17 additions and 0 deletions

View File

@@ -109,11 +109,26 @@ sytest_tests = [
"postgres": "multi-postgres",
"workers": "workers",
},
{
"sytest-tag": "focal",
"postgres": "multi-postgres",
"workers": "workers",
"reactor": "asyncio",
},
]
if not IS_PR:
sytest_tests.extend(
[
{
"sytest-tag": "focal",
"reactor": "asyncio",
},
{
"sytest-tag": "focal",
"postgres": "postgres",
"reactor": "asyncio",
},
{
"sytest-tag": "testing",
"postgres": "postgres",