From 763f9054fca399e8e4fa1186dadd50ecf31c4b00 Mon Sep 17 00:00:00 2001 From: Sharpz7 Date: Fri, 26 Jan 2024 04:22:47 +0000 Subject: [PATCH] [codespell] Adding CI target for Tox Codespell Third in a series of commits to add Codespell to Ironic Repos. This commit adds the Tox Target to CI A future commit could potentially add a git-blame-ignore-revs file if their are lots of spelling mistakes that could clutter git blame. Change-Id: Iad0de1da0aa600f92b765449bcfeee2f2c69759d --- .zuul.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) 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