You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
chore(ci) MCOL-6071 multinode mtr in bash script
This commit is contained in:
committed by
Leonid Fedorov
parent
2fc6e976b2
commit
460cb17e37
@ -24,12 +24,6 @@ if [[ -z $(docker ps -q --filter "name=${CONTAINER_NAME}") ]]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
##Collect the logs on exit event
|
||||
#collect_logs(){
|
||||
# "${SCRIPT_LOCATION}/report_test_stage.sh" --container-name "${CONTAINER_NAME}" --result-path "${RESULT}" --stage "regression"
|
||||
#}
|
||||
#trap collect_logs EXIT
|
||||
|
||||
BUILD_DIR="verylongdirnameforverystrangecpackbehavior"
|
||||
|
||||
prepare_regression() {
|
||||
|
Reference in New Issue
Block a user