Hi Cloudberry devs, During my recent work on a CI test issue, I noticed that the "Apache Cloudberry Build Debug" workflow is consistently failing. You can find the workflow here: [ https://github.com/apache/cloudberry/actions/workflows/build-dbg-cloudberry.yml](https://github.com/apache/cloudberry/actions/workflows/build-dbg-cloudberry.yml) .
I've observed a specific error that occurs during PR execution, which, while not fatal, allows PRs to proceed. The error message is: "Error when evaluating 'strategy' for job 'test'. .github/workflows/build-dbg-cloudberry.yml (Line: 764, Col: 15): matrix must define at least one vector." This error appears to originate from the `ALL_TESTS` variable, which is defined as an empty include list. Essentially, the workflow is no longer functional except for performing a debug build. Does anyone have context on what might be causing this, or any insights into how to resolve it? Thanks, Ed -- Ed Espino Apache Cloudberry (Incubating) & MADlib
