diff --git a/doc/source/contributor/jobs-description.rst b/doc/source/contributor/jobs-description.rst index 00fe074caf..6173361e68 100644 --- a/doc/source/contributor/jobs-description.rst +++ b/doc/source/contributor/jobs-description.rst @@ -81,9 +81,9 @@ The description of each jobs that runs in the CI when you submit a patch for and `ipmi` driver. Runs tempest tests that match the regex `ironic_tempest_plugin.tests.scenario` and deploys 1 virtual baremetal. - * - metalsmith-integration-glance-localboot-centos8-uefi + * - metalsmith-integration-glance-centos8-legacy - Tests the integration between Ironic and Metalsmith using Glance as - image source and CentOS8 with local boot and uefi. + image source and a CentOS 8 image with legacy (BIOS) local boot. * - ironic-tox-bandit - Runs bandit security tests in a tox environment to find known issues in the Ironic code. diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 59aca36889..59f879d782 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -32,7 +32,7 @@ - ironic-tempest-bios-ipmi-direct-tinyipa - ironic-tempest-bfv - ironic-tempest-ipa-partition-uefi-pxe-grub2 - - metalsmith-integration-glance-localboot-centos8-uefi + - metalsmith-integration-glance-centos8-legacy # Non-voting jobs - ironic-tox-bandit: voting: false @@ -75,7 +75,7 @@ - ironic-tempest-bios-ipmi-direct-tinyipa - ironic-tempest-bfv - ironic-tempest-ipa-partition-uefi-pxe-grub2 - - metalsmith-integration-glance-localboot-centos8-uefi + - metalsmith-integration-glance-centos8-legacy experimental: jobs: # TODO(dtantsur): these jobs are useful but currently hopelessly