[postgis-tickets] [SCM] PostGIS branch stable-3.3 updated. 3.3.2-4-gb6fde41da

git at osgeo.org git at osgeo.org
Mon Nov 28 05:00:22 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, stable-3.3 has been updated
       via  b6fde41da7121048f8594d72aff254646a3346c5 (commit)
      from  2bf092c400fc84b342bf8bf1137a07f03ee421f0 (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 b6fde41da7121048f8594d72aff254646a3346c5
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Nov 28 08:00:16 2022 -0500

    Move some jobs to woodie from dronie.  Add more PG versions to woodie

diff --git a/.drone-1.0.yml b/.drone-1.0.yml
index 4fd3af33c..7bb351968 100644
--- a/.drone-1.0.yml
+++ b/.drone-1.0.yml
@@ -22,28 +22,9 @@ steps:
       - ./autogen.sh
     depends_on: [ clone ]
 
-  - name: build-11
-    image: *test-image
-    pull: never
-    commands:
-      - PGVER=11 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..a3e79f23a
--- /dev/null
+++ b/.woodpecker/docs.yml
@@ -0,0 +1,13 @@
+pipeline:
+  build:
+    image: docker.osgeo.org/postgis/build-test:trisquel3
+    when:
+      path: "doc/*"
+    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..45468fb10
--- /dev/null
+++ b/.woodpecker/regress.yml
@@ -0,0 +1,14 @@
+matrix:
+  PG_VERSION:
+    - 15
+    - 14
+    - 12
+    - 11
+
+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

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

Summary of changes:
 .drone-1.0.yml          | 19 -------------------
 .woodpecker/docs.yml    | 13 +++++++++++++
 .woodpecker/regress.yml | 14 ++++++++++++++
 3 files changed, 27 insertions(+), 19 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