You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: Add single-node test configurations to CI pipeline
* Add three new test configurations for single-node testing:
- ic-singlenode_regress
- ic-singlenode_isolation
- ic-singlenode_isolation2
* Update build workflow to support tests with configurable number of
primary-mirror pairs
* Add new test configurations to required checks in .asf.yaml
* Fix path quoting in demo cluster creation script
if ! time su - gpadmin -c "cd ${SRC_DIR} && SRC_DIR=${SRC_DIR} ${SRC_DIR}/../cloudberry-devops-release/build_automation/cloudberry/scripts/create-cloudberry-demo-cluster.sh"; then
if ! time su - gpadmin -c "cd ${SRC_DIR} && NUM_PRIMARY_MIRROR_PAIRS='${{ matrix.num_primary_mirror_pairs }}' SRC_DIR=${SRC_DIR} ${SRC_DIR}/../cloudberry-devops-release/build_automation/cloudberry/scripts/create-cloudberry-demo-cluster.sh"; then
0 commit comments