[SCM] PostGIS branch stable-3.5 updated. 3.5.7-78-g5901cc42b
git at osgeo.org
git at osgeo.org
Mon Jul 20 11:21:45 PDT 2026
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.5 has been updated
via 5901cc42becd5042feeccac4566c912a2239dd24 (commit)
via d96e55eb6b592ae0a013f0a4194fd25bf9fe37ba (commit)
from 675d82ec1480084eaffb94d17aab5ce72b7b1e44 (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 5901cc42becd5042feeccac4566c912a2239dd24
Merge: 675d82ec1 d96e55eb6
Author: Darafei Praliaskouski <komzpa at gmail.com>
Date: Mon Jul 20 11:21:42 2026 -0700
Merge pull request 'ci: serialize stable 3.5 Woodie regress stages' (!477) from Komzpa/postgis:fix/stable-3.5-woodie-serialize-regress into stable-3.5
Reviewed-on: https://gitea.osgeo.org/postgis/postgis/pulls/477
commit d96e55eb6b592ae0a013f0a4194fd25bf9fe37ba
Author: Darafei Praliaskouski <me at komzpa.net>
Date: Mon Jul 20 17:50:38 2026 +0400
ci: serialize stable 3.5 Woodie regress stages
diff --git a/.woodpecker/regress.yml b/.woodpecker/regress.yml
index e5cb74c29..91446f132 100644
--- a/.woodpecker/regress.yml
+++ b/.woodpecker/regress.yml
@@ -102,7 +102,7 @@ steps:
installcheck-pg12:
image: *test-image
- depends_on: build-pg12
+ depends_on: check-pg12
environment:
PGVER: 12
commands:
@@ -113,7 +113,7 @@ steps:
installcheck-pg17:
image: *test-image
- depends_on: build-pg17
+ depends_on: check-pg17
environment:
PGVER: 17
commands:
-----------------------------------------------------------------------
Summary of changes:
.woodpecker/regress.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list