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',
)
}}
}}
- */
}}
}}
# 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)