From cc5721db8145741fc09c295a226090d5cf6f5422 Mon Sep 17 00:00:00 2001 From: Stanislav Laznicka Date: Wed, 6 Sep 2017 12:09:41 +0200 Subject: [PATCH] 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 --- .test_runner_config_py3_temp.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.test_runner_config_py3_temp.yaml b/.test_runner_config_py3_temp.yaml index 9497115c1..da98dbd74 100644 --- a/.test_runner_config_py3_temp.yaml +++ b/.test_runner_config_py3_temp.yaml @@ -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: