Merge "Add cross-project job for mypy"

This commit is contained in:
Zuul 2023-11-17 09:03:28 +00:00 committed by Gerrit Code Review
commit 8570e45e11
2 changed files with 11 additions and 0 deletions

View File

@ -77,6 +77,15 @@
vars:
tox_envlist: py310
- job:
name: cross-cinder-mypy
parent: requirements-cross-test
description: Run cross-project tests on cinder with mypy.
required-projects: openstack/cinder
vars:
tox_envlist: mypy
tox_inline_comments: false
- job:
name: cross-designate-py310
parent: requirements-cross-test

View File

@ -39,6 +39,7 @@
- cross-barbican-py310
- cross-ceilometer-py310
- cross-cinder-py310
- cross-cinder-mypy
- cross-designate-py310
- cross-glance-py310
- cross-heat-py310
@ -112,6 +113,7 @@
- requirements-tox-py39-check-uc
- requirements-tox-py310-check-uc
- cross-cinder-py310
- cross-cinder-mypy
- cross-designate-py310
- cross-glance-py310
- cross-heat-py310