Enable PG17 extension builds
authorChristoph Berg <myon@debian.org>
Thu, 23 May 2024 11:44:24 +0000 (13:44 +0200)
committerChristoph Berg <myon@debian.org>
Thu, 23 May 2024 11:44:24 +0000 (13:44 +0200)
jenkins/pgapt-jobs.yaml
pgapt.conf

index 3407d2965b92186745dc45d9c8e1cd9b01d68a16..4e6f3d46ced90b64a07edb326e2dd8d07e6f4c88 100644 (file)
@@ -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:
                                 )
                             }}
                         }}
-                        /*
                         stage('binaries-beta') {{
                             steps {{
                                 build(job: '{name}-binaries-beta',
                                 )
                             }}
                         }}
-                        */
                     }}
                 }}
 
index fd1137c3266ff1bc8b0b9b25407eb83d078c18f3..54fb17845f41ed1938b2067db2998166418e762b 100644 (file)
@@ -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)