From 42984c1a83b54b87a6124d1f8efbdc43f2bb5bb7 Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Thu, 23 May 2024 13:44:24 +0200 Subject: [PATCH] Enable PG17 extension builds --- jenkins/pgapt-jobs.yaml | 8 +++----- pgapt.conf | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/jenkins/pgapt-jobs.yaml b/jenkins/pgapt-jobs.yaml index 3407d29..4e6f3d4 100644 --- a/jenkins/pgapt-jobs.yaml +++ b/jenkins/pgapt-jobs.yaml @@ -50,9 +50,9 @@ disable_submodules: false shallow-clone: 'true' pg-supported-versions: 'pgdg' - pg-supported-versions-beta: '16' - #beta-cron: 'H H H * *' - beta-cron: '' + pg-supported-versions-beta: '17' + beta-cron: 'H H H * *' + #beta-cron: '' snapshot-cron: '' - yamltemplates: @@ -284,7 +284,6 @@ ) }} }} - /* stage('binaries-beta') {{ steps {{ build(job: '{name}-binaries-beta', @@ -297,7 +296,6 @@ ) }} }} - */ }} }} diff --git a/pgapt.conf b/pgapt.conf index fd1137c..54fb178 100644 --- a/pgapt.conf +++ b/pgapt.conf @@ -1,7 +1,7 @@ # oldest version: used by QA scripts (repo/bin/missing-pg-modules) PG_OLDEST_VERSION=9.6 PG_MAIN_VERSION=16 -PG_BETA_VERSION=16 +PG_BETA_VERSION=17 PG_DEVEL_VERSION=17 PG_VERSIONS="10 11 12 13 14 15 16 17" # all server versions >= 10 (what we build extensions for) PG_ALL_VERSIONS="8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 $PG_VERSIONS" # all versions (which server packages we build on LTS dists) -- 2.39.5