This is an automated email from the ASF dual-hosted git repository.

tuhaihe pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry-backup.git


The following commit(s) were added to refs/heads/main by this push:
     new deeb0946 CI: pin Cloudberry branch to `REL_2_STABLE`
deeb0946 is described below

commit deeb0946cb0d0ae2e42619c1bcf55f3607043b1c
Author: Dianjin Wang <[email protected]>
AuthorDate: Thu Jun 11 16:08:49 2026 +0800

    CI: pin Cloudberry branch to `REL_2_STABLE`
    
    Switch the CI Cloudberry checkout from `main` to `REL_2_STABLE branch`.
    
    Cloudberry main has upgraded to the PG16 kernel, whose tightened role
    grant permission checks (GRANT ... GRANTED BY now requires ADMIN OPTION)
    break multiple backup integration tests.  `REL_2_STABLE` still runs PG14
    and passes the full test suite without these failures.
    
    Add a TODO to revert to main once Cloudberry 3.x stabilizes with PG16.
    
    See: https://github.com/apache/cloudberry-backup/issues/103
---
 .github/workflows/cloudberry-backup-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/cloudberry-backup-ci.yml 
b/.github/workflows/cloudberry-backup-ci.yml
index a3216337..5fe3f75e 100644
--- a/.github/workflows/cloudberry-backup-ci.yml
+++ b/.github/workflows/cloudberry-backup-ci.yml
@@ -53,7 +53,9 @@ permissions:
 
 env:
   CLOUDBERRY_REPO: apache/cloudberry
-  CLOUDBERRY_REF: main
+  # Currently targeting REL_2_STABLE (2.x) branch only.
+  # TODO: Switch back to "main" once Cloudberry 3.x / main branch stabilizes 
with PG16 support.
+  CLOUDBERRY_REF: REL_2_STABLE
   CLOUDBERRY_DIR: cloudberry
   CLOUDBERRY_BACKUP_DIR: cloudberry-backup
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to