From 089b0c8e6394daf6535dd598503a4b2f602511d5 Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Thu, 16 Jun 2022 14:06:11 +0200 Subject: [PATCH] Use bifrost on centos9 integration job We don't support CentOS Stream 8 anymore. Change-Id: I90f20395afbb5e4299dc807288d4a44863d56768 --- doc/source/contributor/jobs-description.rst | 4 ++-- zuul.d/project.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/contributor/jobs-description.rst b/doc/source/contributor/jobs-description.rst index 00fe074caf..17da38e281 100644 --- a/doc/source/contributor/jobs-description.rst +++ b/doc/source/contributor/jobs-description.rst @@ -113,9 +113,9 @@ The description of each jobs that runs in the CI when you submit a patch for `ironic_tempest_plugin.tests.scenario` and deploys 1 virtual baremetal. * - bifrost-integration-tinyipa-ubuntu-focal - Tests the integration between Ironic and Bifrost using a tinyipa image. - * - bifrost-integration-redfish-vmedia-uefi-centos-8 + * - bifrost-integration-redfish-vmedia-uefi-centos-9 - Tests the integration between Ironic and Bifrost using redfish vmedia and - a dib image based on centos 8. + a dib image based on centos stream 9. * - ironic-tempest-pxe_ipmitool-postgres - Deploys Ironic in DevStack, configured to use tinyipa ramdisk partition image with `pxe` boot and `ipmi` driver and postgres instead of mysql. diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 59aca36889..d6efefadae 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -50,7 +50,7 @@ voting: false - bifrost-integration-tinyipa-ubuntu-focal: voting: false - - bifrost-integration-redfish-vmedia-uefi-centos-8: + - bifrost-integration-redfish-vmedia-uefi-centos-9: voting: false - ironic-tempest-pxe_ipmitool-postgres: voting: false