summaryrefslogtreecommitdiff
path: root/.github/workflows/schedule_tests.yml
AgeCommit message (Collapse)Author
2025-12-29Bumped checkout version in Github actions configuration.Pravin Kamble
2025-11-26Added timeout-minutes directive to all GitHub Actions workflows.Natalia
GitHub Actions defaults to a 360-minute (6-hour) timeout. We've had jobs hang due to issues in the parallel test runner, causing them to run for the full 6 hours. This wastes resources and negatively impacts CI availability, so explicit timeouts have been added to prevent long-running hangs.
2025-11-21Applied auto-fixes from zizmor findings.Jacob Walls
2025-11-11Refs #35844 -- Ran further selenium tests with --parallel=1.Jacob Walls
2025-10-22Refs #36664 -- Added Python 3.15 to daily builds.Mariusz Felisiak
2025-10-17Refs #35844 -- Doc'd Python 3.14 compatibility.Mariusz Felisiak
2025-10-14Removed setuptools from GitHub actions.Jacob Walls
Follow-up to 61c5c3173281b1e906a891aa6a6c6f9cdc9f2b8a.
2025-10-03Fixed #36623 -- Dropped support for PostgreSQL 14 and PostGIS 3.1.Mariusz Felisiak
2025-09-29Added PostgreSQL 18 to scheduled tests workflow.Mariusz Felisiak
2025-09-12Bumped versions in Github actions configuration.Mariusz Felisiak
2025-01-20Fixed #36005 -- Dropped support for Python 3.10 and 3.11.Mariusz Felisiak
2024-10-25Made GitHub actions display all warnings in Python tests.Mariusz Felisiak
2024-10-16Refs #35844 -- Added Python 3.14 to daily builds.Mariusz Felisiak
2024-10-09Refs #34900 -- Added Python 3.12 to classifiers and tox.ini, and used it in ↵Mariusz Felisiak
GitHub actions.
2024-10-03Bumped latest PostgreSQL to 17 in scheduled tests workflow.nessita
2024-09-19Refs #35734 -- Added entry to scheduled tests workflow to test newer ↵nessita
PostgreSQL versions.
2024-05-27Fixed #35479 -- Dropped support for PostgreSQL 13 and PostGIS 3.0.Mariusz Felisiak
2024-03-18Stopped using byte-compiled 3rd-party packages in daily builds for ↵Mariusz Felisiak
byte-compiled Django.
2024-02-21Refs #30950, Refs #35187 -- Added tests for byte-compiled Django to daily ↵Jon Janzen
builds.
2024-01-26Bumped versions in Github actions configuration.Mariusz Felisiak
2023-12-07Refs #34986 -- Added PyPy 3.10 with PostgreSQL to daily builds.Nick Pope
2023-11-22Refs #34986 -- Installed libmemcached-dev in PyPy 3.10 daily builds.Mariusz Felisiak
2023-11-21Added PyPy 3.10 to daily builds.Mariusz Felisiak
2023-11-20Refs #34900 -- Added Python 3.13 to daily builds.Mariusz Felisiak
2023-11-18Refs #34118 -- Used Python 3.12 for GitHub actions.Mariusz Felisiak
2023-10-03Used Node.js 20 for GitHub actions.Mariusz Felisiak
2023-09-21Refs #34851 -- Used PostgreSQL 13 for selenium tests.Mariusz Felisiak
Follow up to 2c6ebb65c9eb6b11347d907127b82d31e04569e5.
2023-09-05Bumped checkout version in Github actions configuration.Mariusz Felisiak
2023-06-18Improved names for Selenium daily builds.Mariusz Felisiak
2023-06-17Added Selenium tests to daily builds.Sarah Boyce
2023-01-18Fixed #34233 -- Dropped support for Python 3.8 and 3.9.Mariusz Felisiak
2022-11-09Added Python 3.12 to daily builds.Mariusz Felisiak
2022-10-26Refs #33173 -- Used Python 3.11 for GitHub actions.Mariusz Felisiak
2022-08-04Restricted permissions for GitHub tokens.Mariusz Felisiak
2022-06-24Bumped versions in Github actions configuration.Mariusz Felisiak
2022-03-18Added packaging tools to GitHub actions.Mariusz Felisiak
2022-03-14Added GitHub action with daily builds for Windows and JavaScript tests.Florian Apolloner
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>