[postgis-tickets] [SCM] PostGIS branch main updated. 3.1.0rc1-326-g104b72c

git at osgeo.org git at osgeo.org
Mon Jul 12 22:17:42 PDT 2021


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, main has been updated
       via  104b72cfb5dd5bd2ba9bbdf4fdb726a5dff5591b (commit)
      from  13634f91f99e4d8eeddd63f79a25c947cce1f148 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 104b72cfb5dd5bd2ba9bbdf4fdb726a5dff5591b
Author: Regina Obe <lr at pcorp.us>
Date:   Tue Jul 13 01:17:22 2021 -0400

    Let test out new pg14 docker image geosmain, remove alpine from dronie until we figure out whats' up. New one is PG13 not PG12

diff --git a/.cloud-drone.yml b/.cloud-drone.yml
index 0c6a412..825ae8c 100644
--- a/.cloud-drone.yml
+++ b/.cloud-drone.yml
@@ -13,9 +13,9 @@ kind: pipeline
 name: build
 clone: *clone
 steps:
-  - name: build-12
+  - name: build-13
     image: docker.osgeo.org/postgis/build-test:alpine-edge
     pull: always
     commands:
-      - PGVER=12 sh ci/dronie/postgis_regress_alpine.sh
+      - PGVER=13 sh ci/dronie/postgis_regress_alpine.sh
 ...
diff --git a/.drone-1.0.yml b/.drone-1.0.yml
index 7ba51fa..fd5a074 100644
--- a/.drone-1.0.yml
+++ b/.drone-1.0.yml
@@ -14,12 +14,6 @@ kind: pipeline
 name: build
 clone: *clone
 steps:
-  - name: build-12
-    image: docker.osgeo.org/postgis/build-test:alpine-edge
-    pull: always
-    commands:
-      - PGVER=12 sh ci/dronie/postgis_regress_alpine.sh
-
   - name: build-9.6
     image: *test-image
     pull: always
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ebfe5f8..1a2ec24 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -18,8 +18,8 @@ jobs:
         # Use the last stable releases to run more tests
         # - { tag: pg13-geos39-gdal31-proj71, mode: garden }
         - { tag: pg14-geos39-gdal31-proj71, mode: tests }
+        - { tag: pg14-clang-geosmain-gdal31-proj71, mode: usan_clang }
         - { tag: pg13-geos39-gdal31-proj71, mode: tests }
-        - { tag: pg14-geos39-gdal31-proj71, mode: debug }
         - { tag: pg13-geos39-gdal31-proj71, mode: coverage }
         - { tag: pg13-geos39-gdal31-proj71, mode: usan_gcc }
         - { tag: pg13-clang-geos39-gdal31-proj71, mode: usan_clang }

-----------------------------------------------------------------------

Summary of changes:
 .cloud-drone.yml         | 4 ++--
 .drone-1.0.yml           | 6 ------
 .github/workflows/ci.yml | 2 +-
 3 files changed, 3 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list