Changes between Version 81 and Version 82 of CI
- Timestamp:
- Jun 15, 2023, 4:47:06 AM (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CI
v81 v82 11 11 * [https://djangoci.com/job/pull-requests-oracle/ pull-requests-oracle] runs on Oracle 19.3.0.0.0. The Oracle tests take about 40 minutes, so we avoid them unless we suspect a change may have broken something on Oracle. 12 12 * `buildbot, test on oracle.` 13 * [https://djangoci.com/job/pull-requests-selenium/ pull-requests-selenium] runs the selenium tests.14 * `buildbot, test on selenium.`15 13 * Retired: 16 14 * Ubuntu 12.04 runs PostgreSQL 9.1 and MySQL 5.5. GIS: spatialite 3.0.0~beta, GDAL 1.7.3, GEOS 3.2.2, PostGIS 1.5.3 … … 26 24 * `isort` - runs `isort --check --diff .` from the root checkout directory and fails if any imports aren't [https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/coding-style/#imports sorted properly]. 27 25 * `JavaScript tests` - runs [https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/javascript/#testing-from-the-command-line npm test] and fails if there are any errors 28 * `Windows tests` - runs with Python 3.10.x. 29 * `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.) 26 * `Windows tests` - runs with Python 3.11.x. 27 * `Selenium tests` - runs the Selenium tests for any PR with the `selenium` label applied. 28 * `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.) 30 29 31 30 == Troubleshooting ==