This is a mechanically generated patch to add a functional test job running under Python 3 as part of the python3-first goal. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: Idaaa376c0a8685f1999d8d96add0cfd25a2bb8eb Story: #2002586 Task: #24314
52 lines
1.5 KiB
YAML
52 lines
1.5 KiB
YAML
- project:
|
|
templates:
|
|
- openstack-python-jobs
|
|
- openstack-python35-jobs
|
|
- openstack-python36-jobs
|
|
- publish-openstack-docs-pti
|
|
- check-requirements
|
|
- lib-forward-testing
|
|
- lib-forward-testing-python3
|
|
- release-notes-jobs-python3
|
|
- openstackclient-plugin-jobs
|
|
check:
|
|
jobs:
|
|
- openstack-tox-lower-constraints
|
|
- legacy-neutronclient-test-dsvm-functional:
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- ^neutron/locale/.*$
|
|
- ^releasenotes/.*$
|
|
- legacy-neutronclient-test-dsvm-functional-adv-svcs:
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- ^neutron/locale/.*$
|
|
- ^releasenotes/.*$
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-lower-constraints
|
|
- legacy-neutronclient-test-dsvm-functional:
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- ^neutron/locale/.*$
|
|
- ^releasenotes/.*$
|
|
- legacy-neutronclient-test-dsvm-functional-adv-svcs:
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- ^neutron/locale/.*$
|
|
- ^releasenotes/.*$
|
|
post:
|
|
jobs:
|
|
- openstack-tox-cover
|
|
experimental:
|
|
jobs:
|
|
- legacy-grenade-dsvm-neutron-libs:
|
|
irrelevant-files:
|
|
- ^(test-|)requirements.txt$
|
|
- ^setup.cfg$
|
|
|