update dev telemetry of obd

This commit is contained in:
LINxiansheng 2024-03-08 03:46:34 +00:00 committed by ob-robot
parent 241d6bb7de
commit 6b5ff295c0
7 changed files with 7 additions and 4 deletions

View File

@ -46,6 +46,6 @@ devdeps-rocksdb-6.22.1.1-52022100420.el7.aarch64.rpm
obshell-4.2.2.0-122024022614.el7.aarch64.rpm target=community
[test-utils]
ob-deploy-2.3.0-4.el7.aarch64.rpm target=community
ob-deploy-2.6.2-2.el7.aarch64.rpm target=community
obclient-2.2.2-1.el7.aarch64.rpm target=community
libobclient-2.2.2-3.el7.aarch64.rpm target=community

View File

@ -49,6 +49,6 @@ devdeps-rocksdb-6.22.1.1-52022100420.el7.x86_64.rpm
obshell-4.2.2.0-122024022614.el7.x86_64.rpm target=community
[test-utils]
ob-deploy-2.3.0-4.el7.x86_64.rpm target=community
ob-deploy-2.6.2-2.el7.x86_64.rpm target=community
obclient-2.2.2-1.el7.x86_64.rpm target=community
libobclient-2.2.2-3.el7.x86_64.rpm target=community

View File

@ -46,6 +46,6 @@ devdeps-rocksdb-6.22.1.1-52022100420.el8.aarch64.rpm
obshell-4.2.2.0-122024022614.el8.aarch64.rpm target=community
[test-utils]
ob-deploy-2.3.0-4.el8.aarch64.rpm target=community
ob-deploy-2.6.2-2.el8.aarch64.rpm target=community
obclient-2.2.2-1.el8.aarch64.rpm target=community
libobclient-2.2.2-3.el8.aarch64.rpm target=community

View File

@ -48,6 +48,6 @@ devdeps-rocksdb-6.22.1.1-52022100420.el8.x86_64.rpm
obshell-4.2.2.0-122024022614.el8.x86_64.rpm target=community
[test-utils]
ob-deploy-2.3.0-4.el8.x86_64.rpm target=community
ob-deploy-2.6.2-2.el8.x86_64.rpm target=community
obclient-2.2.2-1.el8.x86_64.rpm target=community
libobclient-2.2.2-3.el8.x86_64.rpm target=community

View File

@ -11,6 +11,7 @@ else
export DEP_PATH=$DIR/rpm/.dep_create/var
fi
export OBD_BIN=${_OBD_BIN:-$DEP_PATH/usr/bin/obd}
export PATH=$DEP_PATH/usr/bin/:$PATH
alias obd="${OBD_BIN}"
export OBD_HOME=${_OBD_HOME:-$DIR/tools/deploy}
export OBD_INSTALL_PRE=${_OBD_INSTALL_PRE:-$DEP_PATH}

View File

@ -68,6 +68,7 @@ then
do_install $SOURCE_DIR/deps/3rd/usr/local/oceanbase/devtools/bin/llvm-symbolizer $TOOL_DIR/
do_install $SOURCE_DIR/rpm/.dep_create/lib/libstdc++.so.6 $LIB_DIR true
do_install $SOURCE_DIR/deps/oblib/src/lib/profile/obperf $TOOL_DIR/ true
do_install $SOURCE_DIR/deps/3rd/home/admin/oceanbase/bin/obshell $BIN_DIR/obshell true
do_install ./usr/lib/oracle/12.2/client64/lib/libclntsh.so.12.1 $LIB_DIR true

View File

@ -8,6 +8,7 @@ OBD_LOCAL_VERSION_PATH="$DEPLOY_PATH"/.obd/version
shopt -s expand_aliases
source $DEPLOY_PATH/activate_obd.sh
tag="latest"
export TELEMETRY_REPORTER="dev"
current_path=$(pwd)
if [[ "$current_path" != "$BASE_DIR/tools/deploy" ]]