Skip to content

Commit

Permalink
CI: we do not need the server logs
Browse files Browse the repository at this point in the history
they are already part of the support config logs.

Signed-off-by: Jordi Massaguer Pla <jmassaguerpla@suse.com>
  • Loading branch information
jordimassaguerpla committed Sep 29, 2023
1 parent e5343a8 commit 2160b60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testsuite/podman_runner/19_get_server_logs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ src_dir=$(cd $(dirname "$0")/../.. && pwd -P)
server_id=${1}
rm -rfv /tmp/test-all-in-one/server-logs/${server_id}
mkdir -p /tmp/test-all-in-one/server-logs/${server_id}
sudo -i podman exec uyuni-server-all-in-one-test bash -c "tar jcvf /tmp/server-logs/${server_id}/var.log.rhn.tar.bz2 /var/log/rhn/"
sudo -i podman exec uyuni-server-all-in-one-test bash -c "supportconfig -R /tmp/server-logs/${server_id} && chmod 644 /tmp/server-logs/${server_id}/scc_uyuni-server-all-in-one-test*.txz*"

0 comments on commit 2160b60

Please sign in to comment.