mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
Travis: archive logs of py3 jobs
If something fails, only the logs of python2 jobs are currently collected. Collect python3 logs as well. Reviewed-By: Tibor Dudlak <tdudlak@redhat.com>
This commit is contained in:
parent
a7ab63b84c
commit
cc5721db81
@ -33,6 +33,15 @@ steps:
|
||||
- dnf builddep -y ${builddep_opts} --spec freeipa.spec.in --best --allowerasing
|
||||
cleanup:
|
||||
- chown -R ${uid}:${gid} ${container_working_dir}
|
||||
- >
|
||||
tar --ignore-failed-read -cvf ${container_working_dir}/var_log.tar
|
||||
/var/log/dirsrv
|
||||
/var/log/httpd
|
||||
/var/log/ipa*
|
||||
/var/log/krb5kdc.log
|
||||
/var/log/pki
|
||||
systemd_journal.log
|
||||
- chown ${uid}:${gid} ${container_working_dir}/var_log.tar
|
||||
configure:
|
||||
- ./autogen.sh
|
||||
install_packages:
|
||||
|
Loading…
Reference in New Issue
Block a user