OpenStack Release Bot
ec625d0e93
This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for victoria. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I817e39d2229ffc803fd285d4bedfcad86a450c05
72 lines
2.3 KiB
YAML
72 lines
2.3 KiB
YAML
- project:
|
|
templates:
|
|
- openstack-cover-jobs
|
|
- openstack-lower-constraints-jobs
|
|
- openstack-python3-victoria-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:
|
|
- neutron-lib-grenade-dsvm:
|
|
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: neutron-lib-grenade-dsvm
|
|
# Old name: legacy-grenade-dsvm-neutron-libs
|
|
parent: legacy-dsvm-base
|
|
run: playbooks/legacy/grenade-dsvm-neutron-libs/run.yaml
|
|
post-run: playbooks/legacy/grenade-dsvm-neutron-libs/post.yaml
|
|
timeout: 10800
|
|
required-projects:
|
|
- openstack/grenade
|
|
- openstack/devstack-gate
|
|
- 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
|
|
# This is py3 version for ussuri onwards rest all branch needs to be py2
|
|
# version which is present in openstack-zuul-jobs.
|
|
# We need to take care of this branch variant and python version while
|
|
# migrating these jobs to zuulv3.
|
|
branches: ^(?!(stable/(ocata|pike|queens|rocky|stein|train))).*$
|