diff --git a/.zuul.yaml b/.zuul.yaml index 9a58fdba..b93f1a99 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -21,6 +21,13 @@ horizon: true tox_envlist: integration +- job: + name: ironic-ui-tox-codespell + parent: openstack-tox + timeout: 7200 + vars: + tox_envlist: codespell + - project: templates: - check-requirements @@ -34,3 +41,5 @@ jobs: - ironic-ui-integration-tests: voting: false + - ironic-ui-tox-codespell: + voting: false