Add non-voting code coverage job

Change-Id: Icbc1fbb1c9dcf3312860e504adb134811259c817
This commit is contained in:
Brian Rosmaita 2020-06-30 16:01:51 -04:00
parent 6c4035ce2c
commit 416e61e649
1 changed files with 20 additions and 0 deletions

View File

@ -9,6 +9,8 @@
- release-notes-jobs-python3
check:
jobs:
- cinder-code-coverage:
voting: false
- cinder-tox-bandit-baseline:
voting: false
- openstack-tox-functional-py36:
@ -104,6 +106,24 @@
- openstack/requirements
irrelevant-files: *gate-irrelevant-files
- job:
name: cinder-code-coverage
parent: openstack-tox-cover
timeout: 2400
irrelevant-files:
- ^(test-|)requirements.txt$
- ^lower-constraints.txt$
- ^.*\.rst$
- ^api-ref/.*$
- ^cinder/cmd/status\.py$
- ^cinder/locale/.*$
- ^contrib/block-box.*$
- ^doc/.*$
- ^releasenotes/.*$
- ^setup.cfg$
- ^tools/.*$
- ^tox.ini$
- job:
name: cinder-rally-task
parent: rally-task-cinder