CI: Remove IPA images from saved /etc/kolla
This saves 156MB of storage in each CentOS job on the master branch. Backport note: ironic-ipxe is Xena only. Storage space saved on Wallaby and older will be about half (varies depending on Linux distribution and OpenStack release). Change-Id: Icb3569bc764435127a00ee15583c6f3e4e598eca
This commit is contained in:
parent
545f36106c
commit
4ef6e59ef5
@ -20,6 +20,8 @@ copy_logs() {
|
|||||||
# Don't save the IPA images.
|
# Don't save the IPA images.
|
||||||
rm ${LOG_DIR}/kayobe_configs/kolla/config/ironic/ironic-agent.{kernel,initramfs}
|
rm ${LOG_DIR}/kayobe_configs/kolla/config/ironic/ironic-agent.{kernel,initramfs}
|
||||||
rm ${LOG_DIR}/kolla_configs/config/ironic/ironic-agent.{kernel,initramfs}
|
rm ${LOG_DIR}/kolla_configs/config/ironic/ironic-agent.{kernel,initramfs}
|
||||||
|
rm ${LOG_DIR}/kolla_node_configs/ironic-ipxe/ironic-agent.{kernel,initramfs}
|
||||||
|
rm ${LOG_DIR}/kolla_node_configs/ironic-pxe/ironic-agent.{kernel,initramfs}
|
||||||
fi
|
fi
|
||||||
if [[ -n ${PREVIOUS_CONFIG_DIR} ]] && [[ -d ${PREVIOUS_CONFIG_DIR} ]]; then
|
if [[ -n ${PREVIOUS_CONFIG_DIR} ]] && [[ -d ${PREVIOUS_CONFIG_DIR} ]]; then
|
||||||
mkdir -p ${LOG_DIR}/previous_{kayobe,kolla}_configs
|
mkdir -p ${LOG_DIR}/previous_{kayobe,kolla}_configs
|
||||||
|
Loading…
Reference in New Issue
Block a user