diff --git a/.zuul.d/centos.yaml b/.zuul.d/centos.yaml index ffe0775017..1d7743ec92 100644 --- a/.zuul.d/centos.yaml +++ b/.zuul.d/centos.yaml @@ -16,9 +16,8 @@ - ^requirements.txt$ - ^setup.cfg$ - ^setup.py$ - # FIXME(mgoddard): Bifrost deploy jobs not yet passing. - # - kolla-ansible-centos8-source-bifrost: - # files: ^docker\/(base|bifrost|openstack-base)\/.* + - kolla-ansible-centos8-source-bifrost: + files: ^docker\/(base|bifrost|openstack-base)\/.* # Test rabbitmq & mariadb changes in multinode ceph jobs. - kolla-ansible-centos8-source-zun: files: ^docker\/(base|cinder|etcd|iscsid|kuryr|openstack-base|zun)\/.* diff --git a/kolla/image/build.py b/kolla/image/build.py index 0eddc36d2c..f7906dce55 100755 --- a/kolla/image/build.py +++ b/kolla/image/build.py @@ -154,7 +154,6 @@ UNBUILDABLE_IMAGES = { }, 'centos8+source': { - "bifrost-base", # Bifrost does not support CentOS 8 "cyborg-agent", # opae-sdk does not support CentOS 8 "freezer-base", # Missing package trickle "masakari-monitors", # Missing hacluster repo