8411bfb83a
This job is pretty stable since some time so we can make it to be voting now. Change-Id: Id765acc227e5bead2a9b41e8986e9da5cb387b9f
120 lines
4.6 KiB
YAML
120 lines
4.6 KiB
YAML
# NOTE: In doc/source/contributor/testing/ci_scenario_jobs.rst file there is
|
|
# document with summary of all tempest, neutron-tempest-plugin and grenade jobs
|
|
# summary.
|
|
# Please update this document always when any changes to jobs are made.
|
|
- project:
|
|
templates:
|
|
- neutron-tempest-plugin-jobs
|
|
- openstack-cover-jobs
|
|
- openstack-lower-constraints-jobs
|
|
- openstack-python3-victoria-jobs
|
|
- publish-openstack-docs-pti
|
|
- periodic-stable-jobs
|
|
- check-requirements
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- neutron-functional
|
|
- neutron-functional-with-uwsgi
|
|
- neutron-fullstack
|
|
- neutron-fullstack-with-uwsgi
|
|
- neutron-rally-task
|
|
- neutron-grenade-multinode
|
|
- neutron-grenade-dvr-multinode
|
|
- neutron-tempest-linuxbridge
|
|
- neutron-tempest-with-uwsgi
|
|
- tempest-integrated-networking:
|
|
# We don't run the job on things like neutron docs-only changes
|
|
irrelevant-files: &irrelevant-files
|
|
- ^(test-|)requirements.txt$
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- ^neutron/locale/.*$
|
|
- ^neutron/tests/unit/.*$
|
|
- ^releasenotes/.*$
|
|
- ^setup.cfg$
|
|
- ^tools/.*$
|
|
- ^tox.ini$
|
|
- ^vagrant/.*$
|
|
- ^migration/.*$
|
|
- ^devstack/.*\.sample$
|
|
- tempest-multinode-full-py3:
|
|
voting: false
|
|
irrelevant-files: *irrelevant-files
|
|
- neutron-tempest-dvr-ha-multinode-full
|
|
- neutron-tempest-iptables_hybrid
|
|
- ironic-tempest-ipa-wholedisk-bios-agent_ipmitool-tinyipa:
|
|
voting: false
|
|
irrelevant-files: *irrelevant-files
|
|
- tempest-slow-py3:
|
|
irrelevant-files: *irrelevant-files
|
|
- tempest-ipv6-only:
|
|
irrelevant-files: *irrelevant-files
|
|
- neutron-ovn-tempest-ovs-release
|
|
- neutron-ovn-tempest-ovs-release-ipv6-only:
|
|
voting: false
|
|
# TODO(slaweq): add this job again to the check queue when it will be
|
|
# working fine on python 3
|
|
#- networking-midonet-tempest-aio-ml2-centos-7:
|
|
# voting: false
|
|
# irrelevant-files: *irrelevant-files
|
|
- openstacksdk-functional-devstack-networking:
|
|
voting: false
|
|
- neutron-centos-8-tripleo-standalone
|
|
- neutron-ovn-rally-task:
|
|
voting: false
|
|
# TripleO jobs that deploy OVN.
|
|
# Note we don't use a project-template here, so it's easier
|
|
# to disable voting on one specific job if things go wrong.
|
|
# In Stein and beyond, fs010 will run using
|
|
# networking-ovn-tripleo-ci-centos-7-containers-multinode.
|
|
# If you need any support to debug these jobs in case of
|
|
# failures, please reach us on #tripleo IRC channel.
|
|
- neutron-ovn-tripleo-ci-centos-8-containers-multinode:
|
|
voting: false
|
|
- neutron-ovn-tempest-slow:
|
|
voting: false
|
|
- neutron-ovn-tempest-full-multinode-ovs-master:
|
|
voting: false
|
|
- openstack-tox-py36: # from openstack-python3-victoria-jobs template
|
|
timeout: 3600
|
|
- openstack-tox-py38: # from openstack-python3-victoria-jobs template
|
|
timeout: 3600
|
|
- openstack-tox-lower-constraints: # from openstack-tox-lower-constraints template
|
|
timeout: 3600
|
|
- openstack-tox-cover: # from openstack-cover-jobs template
|
|
timeout: 4800
|
|
gate:
|
|
jobs:
|
|
- neutron-functional
|
|
- neutron-fullstack
|
|
- tempest-integrated-networking
|
|
- neutron-tempest-linuxbridge
|
|
- neutron-tempest-iptables_hybrid
|
|
- neutron-grenade-multinode
|
|
- neutron-grenade-dvr-multinode
|
|
- tempest-slow-py3:
|
|
irrelevant-files: *irrelevant-files
|
|
- tempest-ipv6-only:
|
|
irrelevant-files: *irrelevant-files
|
|
- neutron-ovn-tempest-ovs-release
|
|
- openstack-tox-py36: # from openstack-python3-victoria-jobs template
|
|
timeout: 3600
|
|
- openstack-tox-lower-constraints: # from openstack-tox-lower-constraints template
|
|
timeout: 3600
|
|
#- neutron-ovn-rally-task
|
|
#- neutron-ovn-tripleo-ci-centos-8-containers-multinode
|
|
|
|
experimental:
|
|
jobs:
|
|
- neutron-ovn-tempest-ovs-master
|
|
- neutron-ovn-grenade
|
|
|
|
periodic:
|
|
jobs:
|
|
- neutron-functional
|
|
- neutron-tempest-postgres-full
|
|
- neutron-tempest-mariadb-full
|
|
- neutron-tempest-with-os-ken-master
|
|
- neutron-ovn-tempest-ovs-master-fedora
|