1、修改centry 上传
This commit is contained in:
@@ -113,6 +113,8 @@ release_build_release:
|
|||||||
UPLOAD_SYMBOL_FILES: 1
|
UPLOAD_SYMBOL_FILES: 1
|
||||||
PACKAGE: 1
|
PACKAGE: 1
|
||||||
UPLOAD: 1
|
UPLOAD: 1
|
||||||
|
UPLOAD_SYMBOL_FILES: 1
|
||||||
|
SYMBOL_TARGET: kni
|
||||||
PULP3_REPO_NAME: tsg-stable-x86_64.el7
|
PULP3_REPO_NAME: tsg-stable-x86_64.el7
|
||||||
PULP3_DIST_NAME: tsg-stable-x86_64.el7
|
PULP3_DIST_NAME: tsg-stable-x86_64.el7
|
||||||
extends: .build_by_travis
|
extends: .build_by_travis
|
||||||
|
|||||||
12
ci/travis.sh
12
ci/travis.sh
@@ -63,8 +63,10 @@ if [ -n "${UPLOAD}" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
#if [ -n "${UPLOAD_SYMBOL_FILES}" ]; then
|
if [ -n "${UPLOAD_SYMBOL_FILES}" ]; then
|
||||||
#rpm -i kni*debuginfo*.rpm
|
rpm -i $SYMBOL_TARGET*debuginfo*.rpm
|
||||||
#cp /usr/lib/debug/opt/tsg/kni/bin/kni.debug /tmp/kni.debuginfo.${CI_COMMIT_SHORT_SHA}
|
_symbol_file=`find /usr/lib/debug/ -name "$SYMBOL_TARGET*.so*.debug"`
|
||||||
#sentry-cli upload-dif -t elf /tmp/kni.debuginfo.${CI_COMMIT_SHORT_SHA}
|
cp $_symbol_file ${_symbol_file}info.${CI_COMMIT_SHORT_SHA}
|
||||||
#fi
|
sentry-cli upload-dif -t elf ${_symbol_file}info.${CI_COMMIT_SHORT_SHA}
|
||||||
|
fi
|
||||||
|
|
||||||
|
|||||||
@@ -66,8 +66,8 @@ mho_eliminate_type = LRU
|
|||||||
|
|
||||||
[field_stat]
|
[field_stat]
|
||||||
remote_switch = 1
|
remote_switch = 1
|
||||||
remote_ip = 192.168.100.1
|
remote_ip = 127.0.0.1
|
||||||
remote_port = 8125
|
remote_port = 58100
|
||||||
local_path = ./fs2_kni.status
|
local_path = ./fs2_kni.status
|
||||||
stat_cycle = 1
|
stat_cycle = 1
|
||||||
print_mode = 1
|
print_mode = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user