[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-348-g56d525e77

git at osgeo.org git at osgeo.org
Sun Nov 27 14:33:14 PST 2022


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, master has been updated
       via  56d525e779fa814893a2a3cf772c1980a270b0d9 (commit)
      from  c373d97ab0e8be110c25cda752f14bc254696f3f (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 56d525e779fa814893a2a3cf772c1980a270b0d9
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Nov 27 17:31:43 2022 -0500

    1. Put woodie to work
    2. Move doc test and pg12 testing to woodie
    3. Add pg14 testing to woodie
    4. Replace gitlab on ci chart with woodie

diff --git a/.drone-1.0.yml b/.drone-1.0.yml
index bdef7c560..831c42c1f 100644
--- a/.drone-1.0.yml
+++ b/.drone-1.0.yml
@@ -22,28 +22,9 @@ steps:
       - ./autogen.sh
     depends_on: [ clone ]
 
-  - name: build-12
-    image: *test-image
-    pull: never
-    commands:
-      - PGVER=12 sh ci/dronie/postgis_regress.sh
-    depends_on: [ autogen ]
-
   - name: build-13
     image: *test-image
     pull: never
     commands:
       - PGVER=13 sh ci/dronie/postgis_regress.sh
     depends_on: [ autogen ]
-
-  - name: build-docs
-    image: *test-image
-    pull: never
-    commands:
-      - mkdir -p build-docs && cd build-docs
-      - ../configure
-      - make docs
-      - make -C doc check
-      - make docs-localized
-      - make -C doc/ check-localized
-    depends_on: [ autogen ]
diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
new file mode 100644
index 000000000..384559f61
--- /dev/null
+++ b/.woodpecker/docs.yml
@@ -0,0 +1,11 @@
+pipeline:
+  build:
+    image: docker.osgeo.org/postgis/build-test:trisquel3
+    commands:
+      - ./autogen.sh
+      - mkdir -p build-docs && cd build-docs
+      - ../configure
+      - make docs
+      - make -C doc check
+      - make docs-localized
+      - make -C doc/ check-localized
diff --git a/.woodpecker/regress.yml b/.woodpecker/regress.yml
new file mode 100644
index 000000000..5274868b5
--- /dev/null
+++ b/.woodpecker/regress.yml
@@ -0,0 +1,12 @@
+matrix:
+  PG_VERSION:
+    - 14
+    - 12
+
+pipeline:
+  build:
+    group: build
+    image: docker.osgeo.org/postgis/build-test:trisquel3
+    commands:
+      - sh autogen.sh
+      - PGVER=${PG_VERSION} sh ci/dronie/postgis_regress.sh
diff --git a/README.md b/README.md
index 1492fcfa2..edc857aba 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,8 @@
 |  [![Build Status](https://debbie.postgis.net/buildStatus/icon?job=PostGIS_Worker_Run%2Flabel%3Dbessie)](https://debbie.postgis.net/view/PostGIS/job/PostGIS_Worker_Run/label=bessie/) |  [![Build Status](https://debbie.postgis.net/buildStatus/icon?job=PostGIS_Worker_Run%2Flabel%3Dbessie32)](https://debbie.postgis.net/view/PostGIS/job/PostGIS_Worker_Run/label=bessie32/) |  [![Build Status](https://api.cirrus-ci.com/github/postgis/postgis.svg?branch=master)](http://cirrus-ci.com/github/postgis/postgis) |
 | **Berrie** | **Berrie64** |
 |  [![Build Status](https://debbie.postgis.net/buildStatus/icon?job=PostGIS_Worker_Run/label=berrie&build=last:${params.reference=refs/heads/master})](https://debbie.postgis.net/view/PostGIS/job/PostGIS_Worker_Run/label=berrie/) |  [![Build Status](https://debbie.postgis.net/buildStatus/icon?job=PostGIS_Worker_Run/label=berrie64&build=last:${params.reference=refs/heads/master})](https://debbie.postgis.net/view/PostGIS/job/PostGIS_Worker_Run/label=berrie64/) | ||
-| **GitHub** | **GitLab** |
-| [![CI](https://github.com/postgis/postgis/workflows/CI/badge.svg?branch=master)](https://github.com/postgis/postgis/actions?query=branch%3Amaster) | [![Gitlab-CI](https://gitlab.com/postgis/postgis/badges/master/pipeline.svg)](https://gitlab.com/postgis/postgis/commits/master) ||
+| **GitHub** | **Woodie** |
+| [![CI](https://github.com/postgis/postgis/workflows/CI/badge.svg?branch=master)](https://github.com/postgis/postgis/actions?query=branch%3Amaster) | [![Woodie](https://woodie.osgeo.org/api/badges/postgis/postgis/status.svg?branch=master)](https://woodie.osgeo.org/postgis/postgis/branches/master) ||
 
 This file is here to play nicely with modern code repository facilities.
 Actual readme is [here](README.postgis).

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

Summary of changes:
 .drone-1.0.yml          | 19 -------------------
 .woodpecker/docs.yml    | 11 +++++++++++
 .woodpecker/regress.yml | 12 ++++++++++++
 README.md               |  4 ++--
 4 files changed, 25 insertions(+), 21 deletions(-)
 create mode 100644 .woodpecker/docs.yml
 create mode 100644 .woodpecker/regress.yml


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list