Changes between Version 99 and Version 100 of CI
- Timestamp:
- Sep 23, 2026, 2:19:19 AM (13 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CI
v99 v100 23 23 == GitHub actions == 24 24 25 Some other builders run on all pull requests via GitHub actions:25 Some other builders run via GitHub actions, either on all pull requests by default or triggered by a label: 26 26 * `Linters` - runs `black`, `flake8`, `isort`, `zizmor`, and `biome` 27 27 * `docs` - runs `make lint`, `make black`, and `make spelling` from the `docs/` directory and fails if there are any formatting, spelling, or sphinx errors. … … 31 31 * `Benchmark` - Runs the [https://github.com/django/django-asv django-asv] benchmarks for any PR with the `benchmark` label applied. (The Benchmarks take some time, and will run on each subsequent push, but can be disabled by removing the label until you're ready to run them again.) 32 32 * `Geodjango Tests` - Runs PostGIS tests using more recent versions of geospatial libraries such as `GEOS` for any PR with the `geodjango` label applied. 33 * `Coverage` - Runs the Postgres tests with coverage tracing enabled to generate a coverage report 34 * `Oracle Tests` - Runs in a [https://github.com/django-sandbox/django mirror] against additional Oracle database versions using [https://testpilot.oracle.com/ords/r/testpilot/testpilot/landing Oracle Test Pilot] 33 35 34 36 == Troubleshooting ==