OpenStack Release Bot
b2ebc6cc9b
This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for wallaby. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I26b3f45c78c1230a8b7d7faa46b504ac7cd0cc4b
71 lines
2.2 KiB
YAML
71 lines
2.2 KiB
YAML
- project:
|
|
templates:
|
|
- openstack-cover-jobs
|
|
- openstack-lower-constraints-jobs
|
|
- openstack-python3-wallaby-jobs
|
|
- publish-openstack-docs-pti
|
|
- check-requirements
|
|
- lib-forward-testing-python3
|
|
- release-notes-jobs-python3
|
|
- openstackclient-plugin-jobs
|
|
check:
|
|
jobs:
|
|
- neutronclient-functional
|
|
gate:
|
|
jobs:
|
|
- neutronclient-functional
|
|
experimental:
|
|
jobs:
|
|
- neutronclient-grenade-neutron-lib:
|
|
irrelevant-files:
|
|
- ^(test-|)requirements.txt$
|
|
- ^setup.cfg$
|
|
|
|
- job:
|
|
name: neutronclient-functional
|
|
parent: devstack-tox-functional
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- ^releasenotes/.*$
|
|
required-projects:
|
|
- openstack/python-neutronclient
|
|
- openstack/neutron
|
|
- openstack/neutron-vpnaas
|
|
vars:
|
|
tox_envlist: functional
|
|
devstack_services:
|
|
# NOTE: neutronclient.tests.functional.base.ClientTestBase does not
|
|
# support HTTPS endpoints now, so tls-proxy needs to be disabled.
|
|
tls-proxy: false
|
|
devstack_localrc:
|
|
USE_PYTHON3: true
|
|
LIBS_FROM_GIT: python-neutronclient
|
|
devstack_plugins:
|
|
neutron-vpnaas: https://opendev.org/openstack/neutron-vpnaas
|
|
|
|
- job:
|
|
name: neutronclient-grenade-neutron-lib
|
|
parent: grenade
|
|
description: |
|
|
neutron-lib grenade job.
|
|
The version of this job on the current branch is py3 based,
|
|
while any branch before ussuri needs to use the py2 version,
|
|
which is defined in openstack-zuul-jobs with the old name
|
|
(legacy-grenade-dsvm-neutron-libs).
|
|
Users of this job needs to pay attention of the version used.
|
|
Former names for this job were:
|
|
* legacy-grenade-dsvm-neutron-libs
|
|
* neutron-lib-grenade-dsvm
|
|
required-projects:
|
|
- openstack/keystoneauth
|
|
- openstack/neutron
|
|
- openstack/neutron-lib
|
|
- openstack/os-client-config
|
|
- openstack/python-cinderclient
|
|
- openstack/python-glanceclient
|
|
- openstack/python-ironicclient
|
|
- openstack/python-keystoneclient
|
|
- openstack/python-neutronclient
|
|
- openstack/python-novaclient
|