From 5e65ec6effe8babd8e3cb6098a4b5ee360e3e541 Mon Sep 17 00:00:00 2001 From: Sven Klemm Date: Wed, 10 Jul 2024 17:55:23 +0200 Subject: [PATCH] Add PG17 snapshot run to CI --- .github/gh_matrix_builder.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/gh_matrix_builder.py b/.github/gh_matrix_builder.py index cf341cd5817..bf34849e0ef 100755 --- a/.github/gh_matrix_builder.py +++ b/.github/gh_matrix_builder.py @@ -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