summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Tantsur <dtantsur@protonmail.com>2022-01-31 16:32:08 +0100
committerDmitry Tantsur <dtantsur@protonmail.com>2022-01-31 16:32:08 +0100
commit720b42d538c406d852651758375e02ef29d82cc5 (patch)
tree3f865e270fd590306df87af7fb1e7eac524f94b5
parent365a4545fe6606b1fda8f1387e851641de25cec8 (diff)
downloadironic-720b42d538c406d852651758375e02ef29d82cc5.tar.gz
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
-rw-r--r--devstack/lib/ironic2
-rw-r--r--zuul.d/project.yaml7
2 files changed, 6 insertions, 3 deletions
diff --git a/devstack/lib/ironic b/devstack/lib/ironic
index a044073db..228229d2a 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 869144ba3..6a0d33064 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