Merge "CI: Remove the build check for pre-build ramdisks only"

This commit is contained in:
Zuul 2020-09-22 21:23:18 +00:00 committed by Gerrit Code Review
commit 53bafc88f7
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ fi
# Prevent a case that will likely result in a failure.
if [[ "$hostdomain" =~ "rax" ]]; then
if [[ "$IRONIC_RAMDISK_TYPE" == "dib" ]] && [[ "$IRONIC_BUILD_DEPLOY_RAMDISK" == "False" ]]; then
if [[ "$IRONIC_RAMDISK_TYPE" == "dib" ]]; then
echo "** WARNING ** - DIB based IPA images have been defined, however we are running devstack on RAX VM. Due to virtualization constraints, we are automatically falling back to TinyIPA to ensure CI job passage."
IRONIC_RAMDISK_TYPE="tinyipa"
fi