This is an automated email from the ASF dual-hosted git repository. reshke pushed a commit to branch reshke-patch-try-smallinstallcheck in repository https://gitbox.apache.org/repos/asf/cloudberry.git
commit 2103ea5695398d8fea6741af5cd4eefe59ff9bb4 Author: reshke <[email protected]> AuthorDate: Fri Dec 26 18:15:06 2025 +0500 Update pg16-merge-validation.yml --- .github/workflows/pg16-merge-validation.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/pg16-merge-validation.yml b/.github/workflows/pg16-merge-validation.yml index 62f88c2b15b..24e213a7c32 100644 --- a/.github/workflows/pg16-merge-validation.yml +++ b/.github/workflows/pg16-merge-validation.yml @@ -111,8 +111,14 @@ jobs: # Uncomment and add tests as features become available ALL_TESTS='{ "include": [ + ic-good-opt-off: Basic bare-minimum installcheck with optimizer off + {"test":"ic-good-opt-off", + "make_configs":["src/test/regress:installcheck-small"], + "pg_settings":{"optimizer":"off"} + } ] }' + # Tests to be added as PG16 support improves: # - ic-good-opt-off: Basic installcheck with optimizer off --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
