From b7d8446de7a33a1fcbbf377aca17ff684acc8be1 Mon Sep 17 00:00:00 2001 From: Sharpz7 Date: Fri, 26 Jan 2024 04:26:38 +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: Ic7afcf11342e9a33d7fb76128a0c9746ab879dca --- .zuul.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 7175452..3f5a607 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -170,6 +170,13 @@ metalsmith_precreate_port: true metalsmith_use_http: true +- job: + name: metalsmith-tox-codespell + parent: openstack-tox + timeout: 7200 + vars: + tox_envlist: codespell + - project: templates: - check-requirements @@ -183,6 +190,8 @@ - metalsmith-integration-glance-centos9-legacy - metalsmith-integration-http-cirros - openstack-tox-linters + - metalsmith-tox-codespell: + voting: false gate: jobs: - metalsmith-integration-glance-centos9-uefi