Changes between Version 81 and Version 82 of CI


Ignore:
Timestamp:
Jun 15, 2023, 4:47:06 AM (11 months ago)
Author:
Mariusz Felisiak
Comment:

Updated Selenium builds to GitHub actions.

Legend:

Unmodified
Added
Removed
Modified
  • CI

    v81 v82  
    1111* [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.
    1212   * `buildbot, test on oracle.`
    13 * [https://djangoci.com/job/pull-requests-selenium/ pull-requests-selenium] runs the selenium tests.
    14    * `buildbot, test on selenium.`
    1513* Retired:
    1614  * 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
     
    2624* `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].
    2725* `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.)
    3029
    3130== Troubleshooting ==
Back to Top