- job: name: nova-lvm parent: legacy-dsvm-base description: | Run standard integration tests using LVM image backend. This is useful if there are tests touching this code. timeout: 10800 run: playbooks/legacy/nova-lvm/run.yaml post-run: playbooks/legacy/nova-lvm/post.yaml required-projects: - openstack-infra/devstack-gate - openstack/nova - openstack/tempest irrelevant-files: - ^(placement-)?api-.*$ - ^(test-|)requirements.txt$ - ^.*\.rst$ - ^.git.*$ - ^doc/.*$ - ^nova/hacking/.*$ - ^nova/locale/.*$ - ^nova/tests/.*$ - ^releasenotes/.*$ - ^setup.cfg$ - ^tests-py3.txt$ - ^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 timeout: 3600 - 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 timeout: 3600 - 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