f16dccf32b
Rally jobs in unmaintained/yoga and older branches now fail with sqlalchemy errors. Given the status of these branches and goal of rally testing, let's drop these jobs in yoga and older branches Closes-Bug: #2069704 Change-Id: If4b446dfe8a063e03676b8d90bbbb529f4c39d19
104 lines
3.9 KiB
YAML
104 lines
3.9 KiB
YAML
- project-template:
|
|
name: neutron-tox-override-jobs
|
|
check:
|
|
jobs:
|
|
- openstack-tox-py36: # from openstack-python3-yoga-jobs template
|
|
timeout: 3600
|
|
irrelevant-files: &irrelevant-files
|
|
- ^.*\.conf\.sample$
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- ^neutron/locale/.*$
|
|
- ^neutron/tests/fullstack/.*$
|
|
- ^neutron/tests/functional/.*$
|
|
- ^releasenotes/.*$
|
|
- ^setup.cfg$
|
|
- ^tools/.*$
|
|
- ^vagrant/.*$
|
|
- ^devstack/.*$
|
|
- ^playbooks/.*$
|
|
- ^roles/.*$
|
|
- ^zuul.d/(?!(job-templates)).*\.yaml
|
|
- openstack-tox-py39: # from openstack-python3-yoga-jobs template
|
|
timeout: 3600
|
|
irrelevant-files: *irrelevant-files
|
|
- openstack-tox-cover: # from openstack-cover-jobs template
|
|
timeout: 4800
|
|
irrelevant-files: *irrelevant-files
|
|
check-arm64:
|
|
jobs:
|
|
- openstack-tox-py38-arm64: # from openstack-python3-yoga-jobs-arm64 template
|
|
timeout: 4800
|
|
irrelevant-files: *irrelevant-files
|
|
- openstack-tox-py39-arm64: # from openstack-python3-yoga-jobs-arm64 template
|
|
timeout: 4800
|
|
irrelevant-files: *irrelevant-files
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-py36: # from openstack-python3-yoga-jobs template
|
|
timeout: 3600
|
|
irrelevant-files: *irrelevant-files
|
|
- openstack-tox-py39: # from openstack-python3-yoga-jobs template
|
|
timeout: 3600
|
|
irrelevant-files: *irrelevant-files
|
|
|
|
- project-template:
|
|
name: neutron-experimental-jobs
|
|
experimental:
|
|
jobs:
|
|
- neutron-ovn-grenade-multinode
|
|
- neutron-ovn-tempest-with-uwsgi-loki
|
|
- tempest-integrated-networking:
|
|
irrelevant-files:
|
|
- ^\.pylintrc$
|
|
- ^test-requirements.txt$
|
|
- ^releasenotes/.*$
|
|
- ^doc/.*$
|
|
- ^setup.cfg$
|
|
- ^.*\.conf\.sample$
|
|
- ^.*\.rst$
|
|
- ^neutron/locale/.*$
|
|
- ^neutron/tests/.*$
|
|
- ^tools/.*$
|
|
- ^tox.ini$
|
|
- ^neutron/agent/dhcp/.*$
|
|
- ^neutron/agent/l2/.*$
|
|
- ^neutron/agent/l3/.*$
|
|
- ^neutron/agent/metadata/.*$
|
|
- ^neutron/agent/windows/.*$
|
|
- ^neutron/agent/dhcp_agent.py
|
|
- ^neutron/agent/l3_agent.py
|
|
- ^neutron/agent/metadata_agent.py
|
|
- ^neutron/agent/resource_cache.py
|
|
- ^neutron/agent/rpc.py
|
|
- ^neutron/agent/securitygroup_rpc.py
|
|
- ^neutron/plugins/ml2/drivers/linuxbridge/.*$
|
|
- ^neutron/plugins/ml2/drivers/openvswitch/.*$
|
|
- ^neutron/plugins/ml2/drivers/macvtap/.*$
|
|
- ^neutron/plugins/ml2/drivers/mech_sriov/.*$
|
|
- ^neutron/services/qos/drivers/linuxbridge/.*$
|
|
- ^neutron/services/qos/drivers/openvswitch/.*$
|
|
- ^neutron/services/trunk/drivers/linuxbridge/.*$
|
|
- ^neutron/services/trunk/drivers/openvswitch/.*$
|
|
- ^neutron/scheduler/.*$
|
|
- ^roles/.*functional.*$
|
|
- ^playbooks/.*functional.*$
|
|
- ^zuul.d/(?!(project)).*\.yaml
|
|
|
|
- project-template:
|
|
name: neutron-periodic-jobs
|
|
periodic:
|
|
jobs:
|
|
- neutron-functional
|
|
- neutron-fullstack
|
|
- neutron-ovs-tempest-slow
|
|
- neutron-ovn-tempest-slow
|
|
- neutron-ovn-tempest-postgres-full
|
|
- neutron-ovn-tempest-mariadb-full
|
|
- neutron-ovn-tempest-ovs-release
|
|
- neutron-ovn-tempest-ovs-release-ipv6-only
|
|
- openstacksdk-functional-devstack-networking
|
|
- neutron-linuxbridge-tempest-plugin-scenario-nftables
|
|
- neutron-ovs-tempest-plugin-scenario-iptables_hybrid-nftables
|
|
- devstack-enforce-scope
|