From 720b42d538c406d852651758375e02ef29d82cc5 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Mon, 31 Jan 2022 16:32:08 +0100 Subject: [PATCH] Avoid non-Stream CentOS and temporary disable the standalone job The standalone job is failing because of a bug in IPA. To fix it we need to make DIB jobs operational, and they're failing because of CentOS repos. Change-Id: I8bd051ea709d328cb5efa2c2cbd5a226bdb4cfd3 --- devstack/lib/ironic | 2 +- zuul.d/project.yaml | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/devstack/lib/ironic b/devstack/lib/ironic index a044073dbc..228229d2a0 100644 --- a/devstack/lib/ironic +++ b/devstack/lib/ironic @@ -344,7 +344,7 @@ if [[ -z "$IRONIC_DIB_RAMDISK_OPTIONS" ]]; then if [[ "$IRONIC_DIB_RAMDISK_OS" == "centos8" ]]; then # Adapt for DIB naming change IRONIC_DIB_RAMDISK_OS=centos - IRONIC_DIB_RAMDISK_RELEASE=8 + IRONIC_DIB_RAMDISK_RELEASE=8-stream fi IRONIC_DIB_RAMDISK_OPTIONS="$IRONIC_DIB_RAMDISK_OS" fi diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 869144ba3b..6a0d330644 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -16,7 +16,9 @@ - ironic-tempest-functional-python3 - ironic-tempest-functional-rbac-scope-enforced - ironic-grenade - - ironic-standalone + # Disabled to un-break the CI, revert ASAP + - ironic-standalone: + voting: false - ironic-standalone-redfish - ironic-tempest-partition-bios-redfish-pxe - ironic-tempest-partition-uefi-redfish-vmedia @@ -62,7 +64,8 @@ - ironic-tempest-functional-python3 - ironic-tempest-functional-rbac-scope-enforced - ironic-grenade - - ironic-standalone + # Disabled to un-break the CI, revert ASAP + # - ironic-standalone - ironic-standalone-redfish - ironic-tempest-partition-bios-redfish-pxe - ironic-tempest-partition-uefi-redfish-vmedia