diff options
author | Riccardo Pittau <elfosardo@gmail.com> | 2020-04-09 16:59:13 +0200 |
---|---|---|
committer | Riccardo Pittau <elfosardo@gmail.com> | 2020-04-09 16:59:13 +0200 |
commit | 45a9fbdfa6c78d08cdb99963f29a7cd58ac57566 (patch) | |
tree | e6c6c51390d98bed8717c5e2cce31db03779e1d6 /doc/source/contributor | |
parent | 97b29024f1b7fbd0d54778c91694056cc8c8be0e (diff) | |
download | ironic-45a9fbdfa6c78d08cdb99963f29a7cd58ac57566.tar.gz |
Update jobs description
Update the description of the CI jobs based on the recent changes.
Change-Id: Ibd3956a893e4898c33e00d2d39a20553c0f1a65a
Diffstat (limited to 'doc/source/contributor')
-rw-r--r-- | doc/source/contributor/jobs-description.rst | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/source/contributor/jobs-description.rst b/doc/source/contributor/jobs-description.rst index 4f4bd4475..24b4fa217 100644 --- a/doc/source/contributor/jobs-description.rst +++ b/doc/source/contributor/jobs-description.rst @@ -29,19 +29,19 @@ The description of each jobs that runs in the CI when you submit a patch for * - ironic-grenade-dsvm-multinode-multitenant - Deploys Ironic in a multinode DevStack and runs upgrade for all enabled services. - * - ironic-tempest-ipa-partition-pxe_ipmitool-tinyipa-python3 - - Deploys Ironic in DevStack under Python3, configured to use tinyipa + * - ironic-tempest-ipa-partition-pxe_ipmitool + - Deploys Ironic in DevStack under Python3, configured to use dib ramdisk partition image with `pxe` boot and `ipmi` driver. Runs tempest tests that match the regex `ironic_tempest_plugin.tests.scenario` and deploy 1 virtual baremetal. - * - ironic-tempest-ipa-partition-redfish-tinyipa - - Deploys Ironic in DevStack, configured to use tinyipa ramdisk partition + * - ironic-tempest-partition-bios-redfish-pxe + - Deploys Ironic in DevStack, configured to use dib ramdisk partition image with `pxe` boot and `redfish` driver. Runs tempest tests that match the regex `ironic_tempest_plugin.tests.scenario`, also deploys 1 virtual baremetal. - * - ironic-tempest-ipa-partition-uefi-pxe_ipmitool-tinyipa - - Deploys Ironic in DevStack, configured to use tinyipa ramdisk partition + * - ironic-tempest-ipa-partition-uefi-pxe_ipmitool + - Deploys Ironic in DevStack, configured to use dib ramdisk partition image with `uefi` boot and `ipmi` driver. Runs tempest tests that match the regex `ironic_tempest_plugin.tests.scenario`, also deploys 1 virtual @@ -59,14 +59,14 @@ The description of each jobs that runs in the CI when you submit a patch for `pxe` boot and `ipmi` driver. Runs tempest tests that match the regex `ironic_tempest_plugin.tests.scenario` and deploys 1 virtual baremetal. - * - ironic-tempest-ipa-wholedisk-bios-agent_ipmitool-tinyipa-indirect - - Deploys Ironic in DevStack, configured to use a pre-build tinyipa + * - ironic-tempest-ipa-wholedisk-bios-agent_ipmitool-indirect + - Deploys Ironic in DevStack, configured to use a pre-built dib ramdisk wholedisk image that is downloaded from http url, `pxe` boot and `ipmi` driver. Runs tempest tests that match the regex `ironic_tempest_plugin.tests.scenario` and deploys 1 virtual baremetal. - * - ironic-tempest-ipa-partition-bios-agent_ipmitool-tinyipa-indirect - - Deploys Ironic in DevStack, configured to use a pre-build tinyipa + * - ironic-tempest-ipa-partition-bios-agent_ipmitool-indirect + - Deploys Ironic in DevStack, configured to use a pre-built dib ramdisk partition image that is downloaded from http url, `pxe` boot and `ipmi` driver. Runs tempest tests that match the regex @@ -84,8 +84,8 @@ The description of each jobs that runs in the CI when you submit a patch for * - ironic-tox-bandit - Runs bandit security tests in a tox environment to find known issues in the Ironic code. - * - ironic-tempest-ipa-wholedisk-bios-pxe_snmp-tinyipa - - Deploys Ironic in DevStack, configured to use a pre-build tinyipa + * - ironic-tempest-ipa-wholedisk-bios-pxe_snmp + - Deploys Ironic in DevStack, configured to use a pre-built dib ramdisk wholedisk image that is downloaded from a Swift temporary url, `pxe` boot and `snmp` driver. Runs tempest tests that match the regex @@ -96,7 +96,7 @@ The description of each jobs that runs in the CI when you submit a patch for Swift temporary url, `pxe` boot and `ipmi` driver. Runs tempest tests that match the regex `InspectorBasicTest` and deploys 1 virtual baremetal. - * - bifrost-integration-tinyipa-ubuntu-xenial + * - bifrost-integration-tinyipa-ubuntu-bionic - Tests the integration between Ironic and Bifrost. * - metalsmith-integration-glance-localboot-centos7 - Tests the integration between Ironic and Metalsmith using Glance as |