This is an automated email from the ASF dual-hosted git repository. reshke pushed a commit to branch reshke-patch-1 in repository https://gitbox.apache.org/repos/asf/cloudberry.git
commit ddcaa9b2e22bbcd1f2f059e71e41bab2fd51287d Author: reshke <[email protected]> AuthorDate: Tue Dec 23 17:44:34 2025 +0500 Update build-cloudberry.yml --- .github/workflows/build-cloudberry.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build-cloudberry.yml b/.github/workflows/build-cloudberry.yml index 1d529e21b11..1db3c7905f0 100644 --- a/.github/workflows/build-cloudberry.yml +++ b/.github/workflows/build-cloudberry.yml @@ -227,6 +227,10 @@ jobs: # Define base test configurations ALL_TESTS='{ "include": [ + {"test":"ic-check-bin-opt-off", + "make_configs":["src/bin:check"], + "pg_settings":{"optimizer":"off"} + }, {"test":"ic-good-opt-off", "make_configs":["src/test/regress:installcheck-good"], "pg_settings":{"optimizer":"off"} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
