From a2faa67c4e1088f7c2140d86a7c16d7bfbab1988 Mon Sep 17 00:00:00 2001 From: Sharpz7 Date: Mon, 29 Jan 2024 18:55:09 +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: Icaf9a2ffd775420b130578968b663ab9d162cbc5 --- zuul.d/jobs.yaml | 7 +++++++ zuul.d/project.yaml | 2 ++ 2 files changed, 9 insertions(+) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 5a603f9..b5bd828 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -52,3 +52,10 @@ name: tenks-deploy-teardown-linuxbridge-uefi-ubuntu-jammy parent: tenks-deploy-teardown-linuxbridge-uefi-base nodeset: ubuntu-jammy + +- job: + name: tenks-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 d68f7c5..f61b805 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -26,6 +26,8 @@ - kayobe-overcloud-rocky9: voting: false - kayobe-overcloud-ubuntu-jammy + - tenks-tox-codespell: + voting: false gate: jobs: - openstack-tox-pep8