diff --git a/playbooks/ci-workarounds/get_tftpd.yaml b/playbooks/ci-workarounds/get_tftpd.yaml new file mode 100644 index 0000000000..8a0e1f3b4f --- /dev/null +++ b/playbooks/ci-workarounds/get_tftpd.yaml @@ -0,0 +1,5 @@ +- hosts: all + tasks: + - name: Get tftpd info from journald + shell: "journalctl -t in.tftpd > {{ zuul_output_dir }}/logs/tftpd-journal.txt" + become: yes \ No newline at end of file diff --git a/zuul.d/ironic-jobs.yaml b/zuul.d/ironic-jobs.yaml index 8d46db0182..724dac5402 100644 --- a/zuul.d/ironic-jobs.yaml +++ b/zuul.d/ironic-jobs.yaml @@ -4,6 +4,7 @@ description: Base job for devstack/tempest based ironic jobs. parent: devstack-tempest nodeset: openstack-single-node-bionic + post-run: playbooks/ci-workarounds/get_tftpd.yaml timeout: 10800 required-projects: - openstack/ironic