OpenStack Release Bot
34bba2e112
This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for victoria. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I7f2b148d4ac374faaa0ba3a203c1a96c55ff7953
25 lines
541 B
YAML
25 lines
541 B
YAML
- job:
|
|
name: adjutant-black-style-check
|
|
parent: tox
|
|
description: |
|
|
Runs black linting tests.
|
|
|
|
Uses tox with the ``black`` environment.
|
|
vars:
|
|
tox_envlist: black_check
|
|
test_setup_skip: true
|
|
|
|
|
|
- project:
|
|
templates:
|
|
- publish-openstack-docs-pti
|
|
- build-release-notes-jobs-python3
|
|
- openstack-cover-jobs
|
|
- openstack-python3-victoria-jobs
|
|
check:
|
|
jobs:
|
|
- adjutant-black-style-check
|
|
gate:
|
|
queue: adjutant
|
|
jobs:
|
|
- adjutant-black-style-check |