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