mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-16 10:33:27 +08:00
Add PG17 snapshot run to CI
This commit is contained in:
parent
81deb9dd03
commit
5e65ec6eff
11
.github/gh_matrix_builder.py
vendored
11
.github/gh_matrix_builder.py
vendored
@ -181,6 +181,17 @@ m["include"].append(
|
||||
)
|
||||
)
|
||||
|
||||
m["include"].append(
|
||||
build_debug_config(
|
||||
{
|
||||
"pg": "17",
|
||||
"snapshot": "snapshot",
|
||||
"tsdb_build_args": "-DEXPERIMENTAL=ON",
|
||||
"skipped_tests": "merge_compress merge_dml merge size_utils ts_merge-17",
|
||||
}
|
||||
)
|
||||
)
|
||||
|
||||
# if this is not a pull request e.g. a scheduled run or a push
|
||||
# to a specific branch like prerelease_test we add additional
|
||||
# entries to the matrix
|
||||
|
Loading…
x
Reference in New Issue
Block a user