[SCM] PostGIS branch master updated. 3.5.0-267-ge2eb822a4

git at osgeo.org git at osgeo.org
Mon Apr 14 17:35:43 PDT 2025


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  e2eb822a4ce20812c569a5b03977c4e177c3333a (commit)
      from  0acadb2c87fc07945aae2e68cc52e1ee38824e57 (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 e2eb822a4ce20812c569a5b03977c4e177c3333a
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Apr 14 20:34:03 2025 -0400

    CI CHANGES
     - Force woodpecker to only test linux/amd64
      , until we have confirmed universe works and also works for arm64
     - Turn off upgrade testing on debbie,
       until we have all branches using GDAL 3.10

diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index 2741b0ce2..c9298b6dc 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -1,4 +1,6 @@
-variables:
+labels:
+  platform: linux/amd64
+  variables:
   - &test_image 'repo.osgeo.org/postgis/build-test:trisquel11'
   - common_doc_paths: &common_doc_paths
       # related config files
diff --git a/.woodpecker/regress.yml b/.woodpecker/regress.yml
index cb4478917..e24e74cba 100644
--- a/.woodpecker/regress.yml
+++ b/.woodpecker/regress.yml
@@ -1,3 +1,5 @@
+labels:
+  platform: linux/amd64
 when:
   event: [push, pull_request, tag]
 variables:
diff --git a/.woodpecker/tools.yml b/.woodpecker/tools.yml
index 6a8bd160c..c4bd774dc 100644
--- a/.woodpecker/tools.yml
+++ b/.woodpecker/tools.yml
@@ -1,3 +1,5 @@
+labels:
+  platform: linux/amd64
 when:
   event: [push, pull_request, tag]
 steps:
diff --git a/ci/debbie/postgis_regress.sh b/ci/debbie/postgis_regress.sh
index f2aa5ff17..7a6dfac24 100644
--- a/ci/debbie/postgis_regress.sh
+++ b/ci/debbie/postgis_regress.sh
@@ -17,7 +17,7 @@ export MAKE_EXTENSION=1
 export DUMP_RESTORE=0
 export MAKE_LOGBT=0
 export NO_SFCGAL=0
-export MAKE_UPGRADE=1
+export MAKE_UPGRADE=0
 
 ## end variables passed in by jenkins
 

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

Summary of changes:
 .woodpecker/docs.yml         | 4 +++-
 .woodpecker/regress.yml      | 2 ++
 .woodpecker/tools.yml        | 2 ++
 ci/debbie/postgis_regress.sh | 2 +-
 4 files changed, 8 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list