Skip to content

Commit 98cedeb

Browse files
committed
[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: I868bf9777be36500e19e326667ff2859fb9eb936
1 parent 1638483 commit 98cedeb

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

zuul.d/networking-generic-switch-jobs.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,10 @@
6464
s-proxy: False
6565
swift: False
6666
tempest: True
67+
68+
- job:
69+
name: networking-generic-switch-tox-codespell
70+
parent: openstack-tox
71+
timeout: 7200
72+
vars:
73+
tox_envlist: codespell

zuul.d/project.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
# for ussuri are completed
2222
- ironic-grenade-dsvm-multinode-multitenant:
2323
voting: false
24+
- networking-generic-switch-tox-codespell:
25+
voting: false
2426
gate:
2527
jobs:
2628
- networking-generic-switch-tempest-dlm

0 commit comments

Comments
 (0)