Following changes are done to make future changes to these job layouts efficient:- - Move periodic, experimental and tox jobs overrides to seperate project-template and file. This will avoid running other jobs when changes are done to periodic and experimental pipelines(as these pipelines do not run on new patch sets). - Update irrelevant-files for tox jobs so that those can be skipped on file changes which these jobs do not test. Also drop comment for TripleO job as that's no longer valid after moving those jobs to periodic pipeline. Change-Id: Ib50875acd872d8aaecc7c874a1429788c6bf2445 (cherry picked from commit22f1c99453) Conflicts: zuul.d/project.yaml (cherry picked from commitb0b17dad0a)
59 lines
2.2 KiB
YAML
59 lines
2.2 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-wallaby
|
|
- openstack-cover-jobs
|
|
- openstack-python3-wallaby-jobs
|
|
- openstack-python3-wallaby-jobs-arm64
|
|
- publish-openstack-docs-pti
|
|
- periodic-stable-jobs
|
|
- check-requirements
|
|
- release-notes-jobs-python3
|
|
- neutron-experimental-jobs
|
|
- neutron-periodic-jobs
|
|
- neutron-tox-override-jobs
|
|
check:
|
|
jobs:
|
|
- neutron-functional-with-uwsgi
|
|
- neutron-fullstack-with-uwsgi
|
|
- neutron-rally-task
|
|
- neutron-grenade-multinode
|
|
- neutron-grenade-dvr-multinode:
|
|
# TODO(slaweq): make that job voting when bug
|
|
# https://bugs.launchpad.net/neutron/+bug/1920778
|
|
# will be fixed
|
|
voting: false
|
|
- neutron-tempest-multinode-full-py3
|
|
- neutron-tempest-dvr-ha-multinode-full
|
|
- neutron-tempest-slow-py3
|
|
- neutron-tempest-ipv6-only
|
|
- neutron-ovn-tempest-ovs-release
|
|
- neutron-ovn-tempest-ovs-release-ipv6-only
|
|
# 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
|
|
- neutron-ovn-rally-task:
|
|
voting: false
|
|
- neutron-ovn-tempest-slow
|
|
gate:
|
|
jobs:
|
|
- neutron-functional-with-uwsgi
|
|
- neutron-fullstack-with-uwsgi
|
|
- neutron-tempest-multinode-full-py3
|
|
- neutron-grenade-multinode
|
|
# TODO(slaweq): make that job gating when bug
|
|
# https://bugs.launchpad.net/neutron/+bug/1920778
|
|
# will be fixed
|
|
# - neutron-grenade-dvr-multinode
|
|
- neutron-tempest-slow-py3
|
|
- neutron-tempest-ipv6-only
|
|
- neutron-ovn-tempest-ovs-release
|
|
- neutron-ovn-tempest-ovs-release-ipv6-only
|
|
- neutron-ovn-tempest-slow
|
|
#- neutron-ovn-rally-task
|
|
#- neutron-ovn-tripleo-ci-centos-8-containers-multinode
|