TT#65100 Temporary disable rtpegine cores, until it is fixed.

Currently Jenkins abort upgrade testing if unknown cores detected
to allow investigation. Right now rtpegine often fails but Richard
is going to the vacation and we need to continue LTS testing here.

Temporary disable rtpegine cores reporting until the issue is solved.

Change-Id: I77d2b55a89078804d60446e23dc7eef1e1921798
changes/77/32477/2
Alexander Lutay 7 years ago
parent b421a9272e
commit 9401bc6013

@ -21,6 +21,18 @@ if ls /var/lib/systemd/coredump/core.perl-fcgi* >/dev/null 2>&1 ; then
diag "========================== DONE =============================="
fi
if ls /var/lib/systemd/coredump/core.rtpengine* >/dev/null 2>&1 ; then
diag "================== NOTE: CORE DUMP DETECTED =================="
diag "= 2) TT#65100: Renaming ngcp-rtpengine cores /var/lib/systemd/coredump/core.rtpengine"
ls -la /var/lib/systemd/coredump/core.rtpengine*
for file in /var/lib/systemd/coredump/core.rtpengine* ; do
mv "${file}" /var/lib/systemd/coredump/RENAMED_"$(basename "${file}")"
done
diag "= New cores names are:"
ls -la /var/lib/systemd/coredump/RENAMED_core.rtpengine*
diag "========================== DONE =============================="
fi
goss="goss-0.3.5-e6140f90+patch_319-linux-amd64"
if [ ! -x "/usr/sbin/${goss}" ] ; then

Loading…
Cancel
Save