Changes between Version 79 and Version 80 of CI


Ignore:
Timestamp:
Dec 14, 2022, 11:25:23 PM (17 months ago)
Author:
Mariusz Felisiak
Comment:

Added ​pull-requests-postgresql-psycopg2 and pr-mariadb to the main builders.

Legend:

Unmodified
Added
Removed
Modified
  • CI

    v79 v80  
    33== Commands ==
    44
    5 The main pull request builder is:
    6 * [https://djangoci.com/job/pull-requests-focal/ pull-requests-focal] (Ubuntu 20.04) runs PostgreSQL 12, MySQL 8 and MariaDB 10.4.26. GIS: spatialite 4.3.0a-6, GDAL 3.0.4, GEOS 3.8.0, PROJ 6.3.1, PostGIS 3.
    7 
     5The main pull request builders are:
     6* [https://djangoci.com/job/pull-requests-focal/ pull-requests-focal] (Ubuntu 20.04) runs PostgreSQL 12 (with `psycopg`) and MySQL 8. GIS: spatialite 4.3.0a-6, GDAL 3.0.4, GEOS 3.8.0, PROJ 6.3.1, PostGIS 3.
     7* [https://djangoci.com/job/pr-mariadb/ pr-mariadb] (Ubuntu 20.04) runs MariaDB 10.4.26. GIS: GDAL 3.0.4, GEOS 3.8.0, PROJ 6.3.1.
     8* [https://djangoci.com/job/pull-requests-postgresql-psycopg2/ pull-requests-postgresql-psycopg2] (Ubuntu 20.04) runs PostgreSQL 12 with `psycopg2`. GIS: GDAL 3.0.4, GEOS 3.8.0, PROJ 6.3.1, PostGIS 3.
    89
    910Other pull request builders which can be triggered manually with the corresponding comment phrases:
Back to Top