Merge "Make sure that functional test triggered on sample changes"

This commit is contained in:
Zuul 2018-01-27 17:16:13 +00:00 committed by Gerrit Code Review
commit 5abe0281ff
1 changed files with 42 additions and 0 deletions

View File

@ -26,8 +26,50 @@
- ^tools/.*$
- ^tox.ini$
- job:
name: nova-tox-functional
parent: openstack-tox
description: |
Run tox-based functional tests for the OpenStack Nova project with Nova
specific irrelevant-files list. Uses tox with the ``functional``
environment.
irrelevant-files:
- ^.*\.rst$
- ^api-.*$
- ^doc/source/.*$
- ^nova/locale/.*$
- ^placement-api-ref/.*$
- ^releasenotes/.*$
vars:
tox_envlist: functional
- job:
name: nova-tox-functional-py35
parent: openstack-tox
description: |
Run tox-based functional tests for the OpenStack Nova project
under cPython version 3.5. with Nova specific irrelevant-files list.
Uses tox with the ``functional-py35`` environment.
irrelevant-files:
- ^.*\.rst$
- ^api-.*$
- ^doc/source/.*$
- ^nova/locale/.*$
- ^placement-api-ref/.*$
- ^releasenotes/.*$
vars:
tox_envlist: functional-py35
- project:
name: openstack/nova
experimental:
jobs:
- nova-lvm
check:
jobs:
- nova-tox-functional
- nova-tox-functional-py35
gate:
jobs:
- nova-tox-functional
- nova-tox-functional-py35