Add PG14 to our CI

This commit is contained in:
Sven Klemm 2021-10-05 12:59:30 +02:00 committed by Sven Klemm
parent b3380e8174
commit 6b69c781ba
4 changed files with 14 additions and 1 deletions

View File

@ -118,7 +118,9 @@ jobs:
- name: make installcheck
id: installcheck
run: |
set -o pipefail
if [[ "${{ matrix.ignore_tests }}" != "true" ]]; then
set -o pipefail
fi
make -k -C build installcheck ${{ matrix.installcheck_args }} | tee installcheck.log
- name: pginstallcheck

View File

@ -24,6 +24,7 @@ PG12_EARLIEST = "12.0"
PG12_LATEST = "12.8"
PG13_EARLIEST = "13.2"
PG13_LATEST = "13.4"
PG14_LATEST = "14.0"
m = {"include": [],}
@ -108,6 +109,14 @@ def macos_config(overrides):
m["include"].append(build_debug_config({"pg":PG12_LATEST}))
m["include"].append(build_debug_config({"pg":PG13_LATEST}))
pg14_debug_latest = {
"pg": PG14_LATEST,
"tsdb_build_args": "-DWARNINGS_AS_ERRORS=OFF -DEXPERIMENTAL=ON",
"ignore_tests": True,
"coverage": False,
}
m["include"].append(build_debug_config(pg14_debug_latest))
m["include"].append(build_release_config(macos_config({})))
# if this is not a pull request e.g. a scheduled run or a push

1
test/sql/.gitignore vendored
View File

@ -15,4 +15,5 @@
/plan_hypertable_cache-*.sql
/plan_hypertable_inline-*.sql
/plan_ordered_append-*.sql
/rowsecurity-*.sql
/update-*.sql

View File

@ -4,6 +4,7 @@
/continuous_aggs_union_view-*.sql
/transparent_decompression-*.sql
/transparent_decompression_ordered_index-*.sql
/compression_insert-*.sql
/compression_permissions-*.sql
/hypertable_distributed-*.sql
/dist_hypertable-*.sql