6553a63239
Recently we saw frequent job timeouts probably due to the intel kernel patches. So this patch bumps the functional and functional-py35 jobs timeout from 1800 seconds to 3600 seconds. Change-Id: I632e006e1ba62c998955a04421e0e0c6311544cb Closes-Bug: #1745398
78 lines
1.9 KiB
YAML
78 lines
1.9 KiB
YAML
- 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
|