zuul: add mypy experimental job

Run the mypy tests.

Change-Id: Iac8984e183df6551c9516d1c37cb92a49990fe12
This commit is contained in:
Eric Harney 2021-04-19 10:31:10 -04:00
parent f18a33b322
commit 438e7f2daa
1 changed files with 7 additions and 0 deletions

View File

@ -21,6 +21,7 @@
experimental:
jobs:
- openstack-tox-pylint
- os-brick-mypy
- job:
name: os-brick-code-coverage
@ -62,3 +63,9 @@
parent: devstack-plugin-nfs-tempest-full
required-projects:
- opendev.org/openstack/os-brick
- job:
name: os-brick-mypy
parent: openstack-tox
vars:
tox_envlist: mypy