This is an automated email from the ASF dual-hosted git repository. espino pushed a commit to branch main-debugging in repository https://gitbox.apache.org/repos/asf/cloudberry.git
commit 8a91d57a2263f1561a08bf83ef553473e8cccfa0 Author: Ed Espino <[email protected]> AuthorDate: Sat Oct 4 13:53:56 2025 -0700 Use test container image for test job Switch from cbdb-build-rocky9-latest to cbdb-test-rocky9-latest container image for the test job. The test container is optimized for running tests and has fewer build dependencies, potentially saving disk space. --- .github/workflows/build-cloudberry.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-cloudberry.yml b/.github/workflows/build-cloudberry.yml index 6dabf52d6b4..379443f8cd3 100644 --- a/.github/workflows/build-cloudberry.yml +++ b/.github/workflows/build-cloudberry.yml @@ -881,7 +881,7 @@ jobs: matrix: ${{ fromJson(needs.prepare-test-matrix.outputs.test-matrix) }} container: - image: apache/incubator-cloudberry:cbdb-build-rocky9-latest + image: apache/incubator-cloudberry:cbdb-test-rocky9-latest options: >- --privileged --user root --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
