summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorliuchang <[email protected]>2023-09-11 02:41:54 +0000
committerliuchang <[email protected]>2023-09-11 02:41:54 +0000
commitc24ddcec291cb832a156a5f7795ea4ebacc0c105 (patch)
treec9ef19cc20b9b912b5dea9bb2504fa133d9333f2 /ci
parentfbeb23070bf67f5b81d1f7f47984e20d942dad37 (diff)
remove sentry for ci
Diffstat (limited to 'ci')
-rw-r--r--ci/travis.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/ci/travis.sh b/ci/travis.sh
index 712bb4a..1197c99 100644
--- a/ci/travis.sh
+++ b/ci/travis.sh
@@ -73,8 +73,3 @@ if [ -n "${PACKAGE}" ]; then
python3 rpm_upload_tools.py ${PULP3_REPO_NAME} ${PULP3_DIST_NAME} *.rpm
fi
-if [ -n "${UPLOAD_SYMBOL_FILES}" ]; then
- rpm -i shaping_engine*debuginfo*.rpm
- cp /usr/lib/debug/opt/tsg/shaping_engine/bin/shaping_engine*debug /tmp/shaping_engine.debuginfo.${CI_COMMIT_SHORT_SHA}
- sentry-cli upload-dif -t elf /tmp/shaping_engine.debuginfo.${CI_COMMIT_SHORT_SHA}
-fi