This is an automated email from the ASF dual-hosted git repository. djwang pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudberry.git
commit eeff10abc76c06e15c18ab628b7fede24ee6e91b Author: Dianjin Wang <[email protected]> AuthorDate: Sat Jan 31 20:05:21 2026 +0800 CI: remove pxf_fdw from CI workflow Similar to PR #1549, we will keep the pxf_fdw in `apache/cloudberry-pxf` as the latest version, so remove pxf_fdw test from this CI workflow file. --- .github/workflows/build-cloudberry-rocky8.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-cloudberry-rocky8.yml b/.github/workflows/build-cloudberry-rocky8.yml index 5028af1315e..2abf88060e3 100644 --- a/.github/workflows/build-cloudberry-rocky8.yml +++ b/.github/workflows/build-cloudberry-rocky8.yml @@ -316,7 +316,6 @@ jobs: }, {"test":"ic-gpcontrib", "make_configs":["gpcontrib/orafce:installcheck", - "gpcontrib/pxf_fdw:installcheck", "gpcontrib/zstd:installcheck", "gpcontrib/gp_sparse_vector:installcheck", "gpcontrib/gp_toolkit:installcheck"] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
