##########################
# global parameters
##########################

# workspace
g_boot_dir=/usr1/gauss_jenkins/jenkins/workspace/openGauss

# user for make fastcheck
g_execute_user=tester2

# pkg type : debug/release
g_release_mode=debug

# code dir
g_src_dir=${g_boot_dir}

# build dir
g_build_dir=${g_boot_dir}/install

# port for fastcheck
g_check_port=8798

# clean user
g_clean_user=tester2


##########################
# env parameters
##########################

export MPPHOME=${g_boot_dir}/src/test/regress/tmp_check/install/${g_build_dir}
export GAUSSHOME=${g_build_dir}
export MPPDB_CODE=${g_boot_dir}

export BINARYLIBS=${g_boot_dir}/binarylibs
export CC=${BINARYLIBS}/buildtools/centos7.6_x86_64/gcc8.2/gcc/bin/gcc
export CXX=${BINARYLIBS}/buildtools/centos7.6_x86_64/gcc8.2/gcc/bin/g++
export LD_LIBRARY_PATH=${BINARYLIBS}/buildtools/centos7.6_x86_64/gcc8.2/gcc/lib64\
:${BINARYLIBS}/buildtools/centos7.6_x86_64/gcc8.2/isl/lib\
:${BINARYLIBS}/buildtools/centos7.6_x86_64/gcc8.2/mpc/lib\
:${BINARYLIBS}/buildtools/centos7.6_x86_64/gcc8.2/mpfr/lib\
:${BINARYLIBS}/buildtools/centos7.6_x86_64/gcc8.2/gmp/lib\
:${g_build_dir}/lib\
:$LD_LIBRARY_PATH
export PATH=${BINARYLIBS}/buildtools/centos7.6_x86_64/gcc8.2/gcc/bin\
:${g_build_dir}/bin\
:$PATH

# LANG
LANG="en_US.UTF-8"
SYSFONT="latarcyrheb-sun16"

##########################
# 回传
##########################

g_retrans_enable=0
g_master_ip=0.0.0.0
g_master_user=root
g_master_password=TestPwd@123
g_master_log_path=/home/mpp/log_fastcheck
g_top_build_id=${BUILD_TOP_ID}
g_cur_build_id=${BUILD_ID}