requirements/.zuul.d/project.yaml
Stephen Finucane b353fd3084 Move mypy to blacklist
mypy is a linter, not something that is used at runtime. Move it to the
blacklist.

This also reverts commit 2bbbdb9991 as a
cross-project job no longer makes sense with the newly blacklisted
dependency.

Change-Id: Iaf6d2c4aed92f35240b393939bbf76fd7d5d9aa2
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2024-01-18 12:19:22 +11:00

148 lines
4.3 KiB
YAML

- project:
templates:
- openstack-python3-jobs
check:
jobs:
- build-wheel-cache-centos-7:
files:
- bindep.txt
- build-wheel-cache-centos-8-stream:
files:
- bindep.txt
- build-wheel-cache-debian-buster:
files:
- bindep.txt
- build-wheel-cache-ubuntu-xenial:
files:
- bindep.txt
- build-wheel-cache-ubuntu-bionic:
files:
- bindep.txt
- build-wheel-cache-ubuntu-focal:
files:
- bindep.txt
- build-wheel-cache-ubuntu-jammy:
files:
- bindep.txt
- openstack-tox-validate
- requirements-tox-babel
- requirements-tox-bindep:
voting: false
- requirements-tox-py38-check-uc
- requirements-tox-py39-check-uc
- requirements-tox-py310-check-uc
- requirements-tox-py311-check-uc:
voting: false
- requirements-tox-validate-projects:
voting: false
- cross-aodh-py310
- cross-barbican-py310
- cross-ceilometer-py310
- cross-cinder-py310
- cross-designate-py310
- cross-glance-py310
- cross-heat-py310
- cross-horizon-py310
- cross-horizon-npm
- cross-ironic-py310
- cross-keystone-py310
- cross-kuryr-py310
- cross-manila-py310
- cross-masakari-py310:
voting: false
- cross-mistral-py310:
voting: false
- cross-neutron-py310
- cross-nova-pep8
- cross-nova-py310
- cross-placement-py310
- cross-osvif-py3
- cross-nova-functional
- cross-placement-functional-py310
- cross-octavia-py310
- cross-osc-tox-docs
- cross-swift-py310
- openstacksdk-functional-devstack
- tempest-full-py3:
irrelevant-files:
- ^(test-|)requirements.txt$
- ^setup.cfg$
check-arm64:
jobs:
- build-wheel-cache-centos-8-stream-arm64:
files:
- bindep.txt
- build-wheel-cache-debian-buster-arm64:
files:
- bindep.txt
- build-wheel-cache-ubuntu-bionic-arm64:
files:
- bindep.txt
- build-wheel-cache-ubuntu-focal-arm64:
files:
- bindep.txt
- build-wheel-cache-ubuntu-jammy-arm64:
files:
- bindep.txt
gate:
jobs:
- build-wheel-cache-centos-7:
files:
- bindep.txt
- build-wheel-cache-centos-8-stream:
files:
- bindep.txt
- build-wheel-cache-debian-buster:
files:
- bindep.txt
- build-wheel-cache-ubuntu-xenial:
files:
- bindep.txt
- build-wheel-cache-ubuntu-bionic:
files:
- bindep.txt
- build-wheel-cache-ubuntu-focal:
files:
- bindep.txt
- build-wheel-cache-ubuntu-jammy:
files:
- bindep.txt
- openstack-tox-validate
- requirements-tox-babel
- requirements-tox-py38-check-uc
- requirements-tox-py39-check-uc
- requirements-tox-py310-check-uc
- cross-cinder-py310
- cross-designate-py310
- cross-glance-py310
- cross-heat-py310
- cross-horizon-py310
- cross-horizon-npm
- cross-ironic-py310
- cross-keystone-py310
- cross-kuryr-py310
- cross-manila-py310
- cross-neutron-py310
- cross-nova-pep8
- cross-nova-py310:
files: ^upper-constraints.txt$
- cross-placement-py310:
files: ^upper-constraints.txt$
- cross-osvif-py3
- cross-nova-functional
- cross-placement-functional-py310
- cross-octavia-py310
- cross-osc-tox-docs
- cross-swift-py310
- openstacksdk-functional-devstack
- tempest-full-py3:
irrelevant-files:
- ^(test-|)requirements.txt$
- ^setup.cfg$
experimental:
jobs:
- tempest-pg-full:
irrelevant-files:
- ^(test-|)requirements.txt$
- ^setup.cfg$