763f9054fc
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: Iad0de1da0aa600f92b765449bcfeee2f2c69759d
46 lines
1.1 KiB
YAML
46 lines
1.1 KiB
YAML
- job:
|
|
name: ironic-ui-integration-tests
|
|
parent: horizon-integration-tests
|
|
required-projects:
|
|
- name: openstack/horizon
|
|
- name: openstack/ironic
|
|
- name: openstack/python-ironicclient
|
|
- name: openstack/ironic-ui
|
|
roles:
|
|
- zuul: openstack-infra/devstack
|
|
- zuul: openstack/horizon
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- ^releasenotes/.*$
|
|
vars:
|
|
devstack_plugins:
|
|
ironic: https://opendev.org/openstack/ironic
|
|
ironic-ui: https://opendev.org/openstack/ironic-ui
|
|
devstack_services:
|
|
horizon: true
|
|
tox_envlist: integration
|
|
|
|
- job:
|
|
name: ironic-ui-tox-codespell
|
|
parent: openstack-tox
|
|
timeout: 7200
|
|
vars:
|
|
tox_envlist: codespell
|
|
|
|
- project:
|
|
templates:
|
|
- check-requirements
|
|
- openstack-cover-jobs
|
|
- horizon-nodejs-jobs
|
|
- horizon-non-primary-django-jobs
|
|
- openstack-python3-jobs
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- ironic-ui-integration-tests:
|
|
voting: false
|
|
- ironic-ui-tox-codespell:
|
|
voting: false
|