This is an automated email from the ASF dual-hosted git repository. oppenheimer01 pushed a commit to branch cbdb-postgres-merge in repository https://gitbox.apache.org/repos/asf/cloudberry.git
commit 95da10837f335b53bb5bcc9928b1993483404883 Author: liushengsong <[email protected]> AuthorDate: Wed Apr 22 15:35:31 2026 +0800 Fix: rename greenplum_path.sh to cloudberry-env.sh in CI workflow Update pg16-merge-validation workflow to use the correct cloudberry-env.sh script name for sourcing environment variables. --- .github/workflows/pg16-merge-validation.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pg16-merge-validation.yml b/.github/workflows/pg16-merge-validation.yml index 6c204028373..fae74e545cd 100644 --- a/.github/workflows/pg16-merge-validation.yml +++ b/.github/workflows/pg16-merge-validation.yml @@ -547,7 +547,7 @@ jobs: # Source greenplum_path and create demo cluster if ! su - gpadmin -c " cd ${SRC_DIR} - source ${INSTALL_PREFIX}/greenplum_path.sh + source ${INSTALL_PREFIX}/cloudberry-env.sh make create-demo-cluster "; then echo "::error::Demo cluster creation failed" @@ -731,7 +731,7 @@ jobs: # Create demo cluster with specified number of segments su - gpadmin -c " cd ${SRC_DIR} - source ${INSTALL_PREFIX}/greenplum_path.sh + source ${INSTALL_PREFIX}/cloudberry-env.sh NUM_PRIMARY_MIRROR_PAIRS=${{ matrix.num_primary_mirror_pairs }} make create-demo-cluster " 2>&1 | tee -a ${LOGS_DIR}/details/cluster-creation.log @@ -770,7 +770,7 @@ jobs: config_log="${LOGS_DIR}/details/make-${{ matrix.test }}-config$i.log" if ! su - gpadmin -c " - source ${INSTALL_PREFIX}/greenplum_path.sh + source ${INSTALL_PREFIX}/cloudberry-env.sh source ${SRC_DIR}/gpAux/gpdemo/gpdemo-env.sh make -C ${SRC_DIR}/src/test/regress cd ${SRC_DIR} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
