OpenStack Release Bot
a3ce558ec1
This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for yoga. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I54370601772d381b17c53840cf4fbbabd9e3e894
25 lines
537 B
YAML
25 lines
537 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-yoga-jobs
|
|
check:
|
|
jobs:
|
|
- adjutant-black-style-check
|
|
gate:
|
|
queue: adjutant
|
|
jobs:
|
|
- adjutant-black-style-check |