From 1458cbabd42d6451c5111e815f7d79a3e958e8ef Mon Sep 17 00:00:00 2001 From: Sharpz7 Date: Fri, 26 Jan 2024 04:11: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: Ica261e5e528bde8ec4f1627f3560e8c2022e3370 --- zuul.d/ironic-python-agent-builder-jobs.yaml | 8 ++++++++ zuul.d/project.yaml | 2 ++ 2 files changed, 10 insertions(+) diff --git a/zuul.d/ironic-python-agent-builder-jobs.yaml b/zuul.d/ironic-python-agent-builder-jobs.yaml index d127f6d..e05d7af 100644 --- a/zuul.d/ironic-python-agent-builder-jobs.yaml +++ b/zuul.d/ironic-python-agent-builder-jobs.yaml @@ -142,3 +142,11 @@ nodeset: ubuntu-jammy-arm64 vars: image_target_name: ubuntu-arm64 + + +- job: + name: ironic-python-agent-builder-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 707a3f0..2d40d22 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -25,6 +25,8 @@ voting: false - ipa-tempest-ironic-inspector-src: voting: false + - ironic-python-agent-builder-tox-codespell: + voting: false gate: jobs: - openstack-tox-pep8