Merge "[codespell] Adding CI target for Tox Codespell"

This commit is contained in:
Zuul 2024-03-14 17:38:09 +00:00 committed by Gerrit Code Review
commit 8fa1de8ab0
2 changed files with 14 additions and 5 deletions

View File

@ -35,7 +35,7 @@
devstack_localrc: devstack_localrc:
DEFAULT_INSTANCE_TYPE: baremetal DEFAULT_INSTANCE_TYPE: baremetal
FORCE_CONFIG_DRIVE: True FORCE_CONFIG_DRIVE: True
INSTALL_TEMPEST: False # Don't install a tempest package globaly INSTALL_TEMPEST: False # Don't install a tempest package globally
VIRT_DRIVER: ironic VIRT_DRIVER: ironic
BUILD_TIMEOUT: 1800 BUILD_TIMEOUT: 1800
IRONIC_BAREMETAL_BASIC_OPS: True IRONIC_BAREMETAL_BASIC_OPS: True
@ -65,7 +65,7 @@
# NOTE(TheJulia): Disable neutron firewall as bug # NOTE(TheJulia): Disable neutron firewall as bug
# https://bugs.launchpad.net/neutron/+bug/1944201 # https://bugs.launchpad.net/neutron/+bug/1944201
# causes us an abnormally high job failure rate due to the ports # causes us an abnormally high job failure rate due to the ports
# not being found (as neutron crashed on initailization). # not being found (as neutron crashed on initialization).
Q_USE_SECGROUP: False Q_USE_SECGROUP: False
# Default API workers is 2, however only 1 is needed, # Default API workers is 2, however only 1 is needed,
# which cuts API memory utilziation in half reducing the risk of # which cuts API memory utilziation in half reducing the risk of
@ -282,7 +282,7 @@
# Reset the callback to a normal-ish value. # Reset the callback to a normal-ish value.
IRONIC_CALLBACK_TIMEOUT: 600 IRONIC_CALLBACK_TIMEOUT: 600
IRONIC_BOOT_MODE: bios IRONIC_BOOT_MODE: bios
# Make sure this feature works even with the minumum implementation # Make sure this feature works even with the minimum implementation
IRONIC_REDFISH_EMULATOR_FEATURE_SET: minimum IRONIC_REDFISH_EMULATOR_FEATURE_SET: minimum
# Test sharding support # Test sharding support
IRONIC_SHARDS: 1 IRONIC_SHARDS: 1
@ -619,7 +619,7 @@
GENERIC_SWITCH_KEY_FILE: /opt/stack/.ssh/id_rsa GENERIC_SWITCH_KEY_FILE: /opt/stack/.ssh/id_rsa
HOST_TOPOLOGY: multinode HOST_TOPOLOGY: multinode
HOST_TOPOLOGY_ROLE: primary HOST_TOPOLOGY_ROLE: primary
INSTALL_TEMPEST: False # Don't install a tempest package globaly INSTALL_TEMPEST: False # Don't install a tempest package globally
IRONIC_AUTOMATED_CLEAN_ENABLED: False IRONIC_AUTOMATED_CLEAN_ENABLED: False
HOST_TOPOLOGY_SUBNODES: "{{ hostvars['compute1']['nodepool']['public_ipv4'] }}" HOST_TOPOLOGY_SUBNODES: "{{ hostvars['compute1']['nodepool']['public_ipv4'] }}"
IRONIC_BAREMETAL_BASIC_OPS: True IRONIC_BAREMETAL_BASIC_OPS: True
@ -1089,7 +1089,7 @@
HOST_TOPOLOGY: multinode HOST_TOPOLOGY: multinode
HOST_TOPOLOGY_ROLE: primary HOST_TOPOLOGY_ROLE: primary
BUILD_TIMEOUT: 1200 BUILD_TIMEOUT: 1200
INSTALL_TEMPEST: False # Don't install a tempest package globaly INSTALL_TEMPEST: False # Don't install a tempest package globally
HOST_TOPOLOGY_SUBNODES: "{{ hostvars['compute1']['nodepool']['public_ipv4'] }}" HOST_TOPOLOGY_SUBNODES: "{{ hostvars['compute1']['nodepool']['public_ipv4'] }}"
IRONIC_BAREMETAL_BASIC_OPS: True IRONIC_BAREMETAL_BASIC_OPS: True
IRONIC_AUTOMATED_CLEAN_ENABLED: False IRONIC_AUTOMATED_CLEAN_ENABLED: False
@ -1239,3 +1239,10 @@
grenade_localrc: grenade_localrc:
# NOTE(iurygregory): This is required for skip upgrades. # NOTE(iurygregory): This is required for skip upgrades.
NOVA_ENABLE_UPGRADE_WORKAROUND: True NOVA_ENABLE_UPGRADE_WORKAROUND: True
- job:
name: ironic-tox-codespell
parent: openstack-tox
timeout: 7200
vars:
tox_envlist: codespell

View File

@ -70,6 +70,8 @@
voting: false voting: false
- bifrost-benchmark-ironic: - bifrost-benchmark-ironic:
voting: false voting: false
- ironic-tox-codespell:
voting: false
gate: gate:
jobs: jobs:
- ironic-tox-bandit - ironic-tox-bandit