Skip to content
Snippets Groups Projects
Commit 06a51cea authored by Pierre Riteau's avatar Pierre Riteau
Browse files

CI: Disable heat in upgrade jobs to save disk space

We see frequent failures of upgrade jobs on stable branches due to lack
of disk space. Disable heat in an attempt to free up extra space, since
we do not need it for our testing.

Change-Id: I20c99ca9dd6e78b041e4662c9b1b54eac904e3c9
parent 0ff94df3
No related branches found
No related tags found
No related merge requests found
...@@ -39,3 +39,6 @@ aio_bridge_ports: ...@@ -39,3 +39,6 @@ aio_bridge_ports:
# Enable ironic for testing baremetal compute. # Enable ironic for testing baremetal compute.
kolla_enable_ironic: true kolla_enable_ironic: true
# Disable heat to save disk space.
kolla_enable_heat: false
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