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
This commit is contained in:
parent
365a4545fe
commit
720b42d538
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user