Merge "Add cross-project job for mypy"
This commit is contained in:
commit
8570e45e11
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user