ed2a507b60
The following devstack change I3361d33885b2e3af7cad0141f9b799b2723ee8a1 may be a root cause for failing functional job. This commit should verify this. Change-Id: Ica272a5ce5d20dcb52e8a636849af2d71e15afb2
32 lines
750 B
YAML
32 lines
750 B
YAML
- job:
|
|
name: python-novaclient-functional
|
|
parent: devstack-tox-functional
|
|
timeout: 7200
|
|
required-projects:
|
|
- openstack/nova
|
|
- openstack/python-novaclient
|
|
vars:
|
|
openrc_enable_export: true
|
|
devstack_localrc:
|
|
KEYSTONE_ADMIN_ENDPOINT: true
|
|
NEUTRON_ENFORCE_SCOPE: false
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- ^releasenotes/.*$
|
|
|
|
- project:
|
|
templates:
|
|
- check-requirements
|
|
- lib-forward-testing-python3
|
|
- openstack-cover-jobs
|
|
- openstack-python3-jobs
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- python-novaclient-functional
|
|
gate:
|
|
jobs:
|
|
- python-novaclient-functional
|