8ae383f9fe
* Zuul deprecated (and now removed) declaring shared queues at a pipeline level [1]. This patch fixes the syntax to make the gate work for adjutant. * Updates Django version to allow upper-constraints version * Fix Django 3.2 warnings * Fix flake8 errors * Remove support for Python 3.6, Python 3.7 [1] https://lists.openstack.org/pipermail/openstack-discuss/2022-May/028603.html Change-Id: Ic369b59bb062df867d78b006f06e48cf9c98a3ee
26 lines
535 B
YAML
26 lines
535 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:
|
|
queue: adjutant
|
|
templates:
|
|
- publish-openstack-docs-pti
|
|
- build-release-notes-jobs-python3
|
|
- openstack-cover-jobs
|
|
- openstack-python3-zed-jobs
|
|
check:
|
|
jobs:
|
|
- adjutant-black-style-check
|
|
gate:
|
|
jobs:
|
|
- adjutant-black-style-check
|