Skip to content

Commit

Permalink
Add PG17 snapshot run to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
svenklemm committed Jul 10, 2024
1 parent 81deb9d commit 5e65ec6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/gh_matrix_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,17 @@ def macos_config(overrides):
)
)

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
Expand Down

0 comments on commit 5e65ec6

Please sign in to comment.