1
0

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

@@ -368,6 +368,7 @@ jobs:
SYTEST_BRANCH: ${{ github.head_ref }}
POSTGRES: ${{ matrix.job.postgres && 1}}
MULTI_POSTGRES: ${{ (matrix.job.postgres == 'multi-postgres') && 1}}
ASYNCIO_REACTOR: ${{ (matrix.job.reactor == 'asyncio') && 1 }}
WORKERS: ${{ matrix.job.workers && 1 }}
BLACKLIST: ${{ matrix.job.workers && 'synapse-blacklist-with-workers' }}
TOP: ${{ github.workspace }}