schutzbot: drop collecting AVC logs
This was never in osbuild-composer and fails CI when the log is empty.
This commit is contained in:
parent
afafd46393
commit
4c34b2c501
1 changed files with 0 additions and 3 deletions
3
schutzbot/Jenkinsfile
vendored
3
schutzbot/Jenkinsfile
vendored
|
|
@ -227,9 +227,6 @@ void preserve_logs(test_slug) {
|
|||
// Save the systemd journal.
|
||||
sh "sudo journalctl --boot > systemd-journald.log"
|
||||
|
||||
// Find any AVCs in the audit log and save those.
|
||||
sh "sudo grep AVC /var/log/audit/audit.log > selinux-avc.log"
|
||||
|
||||
// Make a directory for the log files and move the logs there.
|
||||
sh "mkdir ${test_slug} && mv *.log *.jpg ${test_slug}/ || true"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue