Merge "Collect tftpd info from journald"
This commit is contained in:
commit
ae67f54c6f
5
playbooks/ci-workarounds/get_tftpd.yaml
Normal file
5
playbooks/ci-workarounds/get_tftpd.yaml
Normal file
@ -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
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user