This is an automated email from the ASF dual-hosted git repository.
djwang pushed a commit to branch REL_2_STABLE
in repository https://gitbox.apache.org/repos/asf/cloudberry-pxf.git
The following commit(s) were added to refs/heads/REL_2_STABLE by this push:
new d0a9496c Release: add REL_2_STABLE branch support to CI
d0a9496c is described below
commit d0a9496c5412c10465c23ed5e224ef0c93e409ea
Author: Dianjin Wang <[email protected]>
AuthorDate: Thu Feb 26 16:46:44 2026 +0800
Release: add REL_2_STABLE branch support to CI
- Add REL_2_STABLE branch to pxf-ci.yml and dependency-submission.yml
workflows
- Update CLOUDBERRY_VERSION environment variable to REL_2_STABLE
This change enables testing and dependency submission for the REL_2_STABLE
release branch.
---
.github/workflows/dependency-submission.yml | 2 +-
.github/workflows/pxf-ci.yml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/dependency-submission.yml
b/.github/workflows/dependency-submission.yml
index d0bce9dd..4d945bc2 100644
--- a/.github/workflows/dependency-submission.yml
+++ b/.github/workflows/dependency-submission.yml
@@ -23,7 +23,7 @@ name: Dependency Submission
on:
push:
- branches: [ 'main' ]
+ branches: [ 'main', 'REL_2_STABLE' ]
permissions:
contents: write
diff --git a/.github/workflows/pxf-ci.yml b/.github/workflows/pxf-ci.yml
index 3666ab8e..502556e1 100644
--- a/.github/workflows/pxf-ci.yml
+++ b/.github/workflows/pxf-ci.yml
@@ -23,7 +23,7 @@ name: PXF CI Pipeline
on:
push:
- branches: [ main ]
+ branches: [ main, REL_2_STABLE ]
pull_request:
types: [opened, synchronize, reopened, edited]
workflow_dispatch:
@@ -40,7 +40,7 @@ env:
JAVA_HOME: "/usr/lib/jvm/java-11-openjdk"
GO_VERSION: "1.21"
GPHOME: "/usr/local/cloudberry-db"
- CLOUDBERRY_VERSION: "main"
+ CLOUDBERRY_VERSION: "REL_2_STABLE"
PXF_HOME: "/usr/local/pxf"
jobs:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]