Skip to content
Snippets Groups Projects
Commit 5824178d authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "CI: Enable bare metal testing for Ubuntu"

parents 37a9e870 883027af
No related branches found
No related tags found
No related merge requests found
...@@ -35,9 +35,3 @@ ...@@ -35,9 +35,3 @@
cmd: dev/overcloud-test-baremetal.sh &> {{ logs_dir }}/ansible/overcloud-test-baremetal cmd: dev/overcloud-test-baremetal.sh &> {{ logs_dir }}/ansible/overcloud-test-baremetal
chdir: "{{ kayobe_src_dir }}" chdir: "{{ kayobe_src_dir }}"
executable: /bin/bash executable: /bin/bash
# FIXME(mgoddard): Bare metal testing is unreliable on Ubuntu - some jobs
# see IPMI failures such as the following:
# ipmitool chassis bootdev pxe
# Error setting Chassis Boot Parameter 5\nError setting Chassis Boot
# Parameter 0\n
when: ansible_os_family != 'Debian'
...@@ -39,6 +39,7 @@ copy_logs() { ...@@ -39,6 +39,7 @@ copy_logs() {
if [[ -x "$(command -v journalctl)" ]]; then if [[ -x "$(command -v journalctl)" ]]; then
journalctl --no-pager > ${LOG_DIR}/system_logs/syslog.txt journalctl --no-pager > ${LOG_DIR}/system_logs/syslog.txt
journalctl --no-pager -u docker.service > ${LOG_DIR}/system_logs/docker.log journalctl --no-pager -u docker.service > ${LOG_DIR}/system_logs/docker.log
journalctl --no-pager -u vbmcd.service > ${LOG_DIR}/system_logs/vbmcd.log
else else
cp /var/log/upstart/docker.log ${LOG_DIR}/system_logs/docker.log cp /var/log/upstart/docker.log ${LOG_DIR}/system_logs/docker.log
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment