summary refs log tree commit diff
path: root/.ci/scripts/calculate_jobs.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add Sytest jobs with the asyncio reactor enabled (#14101)Quentin Gliech2023-03-021-0/+15
|
* Test against PostgreSQL 15 in CI (#14394)Sean Quah2022-11-091-1/+1
| | | | | Resolves #14170. Signed-off-by: Sean Quah <seanq@matrix.org>
* Remove support for PostgreSQL 10 (#14392)Sean Quah2022-11-081-1/+1
| | | Signed-off-by: Sean Quah <seanq@matrix.org>
* Revert a testing commit from #13812David Robertson2022-11-011-3/+3
| | | | It (4f5d492cd6a9438de03d1b768f4c220cb662ac06) should have been reverted before the merge to develop.
* Run trial tests against Python 3.11 (#13812)David Robertson2022-11-011-5/+5
|
* Deal with some GHA deprecation warnings (#14216)David Robertson2022-10-181-2/+9
|
* Reduce number of CI jobs run on PRs (#13713)Erik Johnston2022-09-051-0/+128
* Reduce number of CI jobs run on PRs * Newsfile * Also limit sytest jobs * Fix typo * Fix up * Fixup