From c08ab066914c9ae5916804e8b1b8840999384ab7 Mon Sep 17 00:00:00 2001 From: Sharpz7 Date: Thu, 25 Jan 2024 21:22:28 +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: I43818291edfde18c217ab4acb4d951b8a85f6fcd --- zuul.d/ironic-inspector-jobs.yaml | 7 +++++++ zuul.d/project.yaml | 2 ++ 2 files changed, 9 insertions(+) diff --git a/zuul.d/ironic-inspector-jobs.yaml b/zuul.d/ironic-inspector-jobs.yaml index b03ca54d6..934f795f5 100644 --- a/zuul.d/ironic-inspector-jobs.yaml +++ b/zuul.d/ironic-inspector-jobs.yaml @@ -226,3 +226,10 @@ - job: name: ironic-inspector-tempest-managed parent: ironic-inspector-tempest-managed-non-standalone + +- job: + name: ironic-inspector-tox-codespell + parent: openstack-tox + timeout: 7200 + vars: + tox_envlist: codespell \ No newline at end of file diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 22d89962f..cdfd52ab5 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -16,6 +16,8 @@ voting: false - ironic-inspector-tox-bandit: voting: false + - ironic-inspector-tox-codespell: + voting: false gate: jobs: - ironic-inspector-tox-unit-with-sqlalchemy-2x