Merge "Add jobs definitions for Xena branch"
This commit is contained in:
commit
aa2e58e120
@ -158,12 +158,33 @@
|
||||
- neutron-tempest-plugin-dvr-multinode-scenario-wallaby
|
||||
|
||||
|
||||
- project-template:
|
||||
name: neutron-tempest-plugin-jobs-xena
|
||||
check:
|
||||
jobs:
|
||||
- neutron-tempest-plugin-api-xena
|
||||
- neutron-tempest-plugin-scenario-linuxbridge-xena
|
||||
- neutron-tempest-plugin-scenario-openvswitch-xena
|
||||
- neutron-tempest-plugin-scenario-openvswitch-iptables_hybrid-xena
|
||||
- neutron-tempest-plugin-scenario-ovn-xena
|
||||
- neutron-tempest-plugin-designate-scenario-xena
|
||||
gate:
|
||||
jobs:
|
||||
- neutron-tempest-plugin-api-xena
|
||||
#TODO(slaweq): Move neutron-tempest-plugin-dvr-multinode-scenario out of
|
||||
# the experimental queue when it will be more stable
|
||||
experimental:
|
||||
jobs:
|
||||
- neutron-tempest-plugin-dvr-multinode-scenario-xena
|
||||
|
||||
|
||||
- project:
|
||||
templates:
|
||||
- build-openstack-docs-pti
|
||||
- neutron-tempest-plugin-jobs
|
||||
- neutron-tempest-plugin-jobs-victoria
|
||||
- neutron-tempest-plugin-jobs-wallaby
|
||||
- neutron-tempest-plugin-jobs-xena
|
||||
- check-requirements
|
||||
- tempest-plugin-jobs
|
||||
- release-notes-jobs-python3
|
||||
@ -172,16 +193,21 @@
|
||||
- neutron-tempest-plugin-sfc
|
||||
- neutron-tempest-plugin-sfc-victoria
|
||||
- neutron-tempest-plugin-sfc-wallaby
|
||||
- neutron-tempest-plugin-sfc-xena
|
||||
- neutron-tempest-plugin-bgpvpn-bagpipe
|
||||
- neutron-tempest-plugin-bgpvpn-bagpipe-victoria
|
||||
- neutron-tempest-plugin-bgpvpn-bagpipe-wallaby
|
||||
- neutron-tempest-plugin-bgpvpn-bagpipe-xena
|
||||
- neutron-tempest-plugin-dynamic-routing
|
||||
- neutron-tempest-plugin-dynamic-routing-victoria
|
||||
- neutron-tempest-plugin-dynamic-routing-wallaby
|
||||
- neutron-tempest-plugin-dynamic-routing-xena
|
||||
- neutron-tempest-plugin-vpnaas
|
||||
- neutron-tempest-plugin-vpnaas-victoria
|
||||
- neutron-tempest-plugin-vpnaas-wallaby
|
||||
- neutron-tempest-plugin-vpnaas-xena
|
||||
- neutron-tempest-plugin-tap-as-a-service
|
||||
- neutron-tempest-plugin-tap-as-a-service-xena
|
||||
|
||||
gate:
|
||||
jobs:
|
||||
|
208
zuul.d/xena_jobs.yaml
Normal file
208
zuul.d/xena_jobs.yaml
Normal file
@ -0,0 +1,208 @@
|
||||
- job:
|
||||
name: neutron-tempest-plugin-api-xena
|
||||
parent: neutron-tempest-plugin-api
|
||||
override-checkout: stable/xena
|
||||
vars:
|
||||
# TODO(slaweq): find a way to put this list of extensions in
|
||||
# neutron repository and keep it different per branch,
|
||||
# then it could be removed from here
|
||||
network_api_extensions_common: &api_extensions
|
||||
- address-group
|
||||
- address-scope
|
||||
- agent
|
||||
- allowed-address-pairs
|
||||
- auto-allocated-topology
|
||||
- availability_zone
|
||||
- binding
|
||||
- default-subnetpools
|
||||
- dhcp_agent_scheduler
|
||||
- dns-domain-ports
|
||||
- dns-integration
|
||||
- dns-integration-domain-keywords
|
||||
- empty-string-filtering
|
||||
- expose-port-forwarding-in-fip
|
||||
- expose-l3-conntrack-helper
|
||||
- ext-gw-mode
|
||||
- external-net
|
||||
- extra_dhcp_opt
|
||||
- extraroute
|
||||
- extraroute-atomic
|
||||
- filter-validation
|
||||
- fip-port-details
|
||||
- flavors
|
||||
- floating-ip-port-forwarding
|
||||
- floatingip-pools
|
||||
- ip-substring-filtering
|
||||
- l3-conntrack-helper
|
||||
- l3-flavors
|
||||
- l3-ha
|
||||
- l3_agent_scheduler
|
||||
- logging
|
||||
- metering
|
||||
- multi-provider
|
||||
- net-mtu
|
||||
- net-mtu-writable
|
||||
- network-ip-availability
|
||||
- network_availability_zone
|
||||
- network-segment-range
|
||||
- pagination
|
||||
- port-resource-request
|
||||
- port-mac-address-regenerate
|
||||
- port-security
|
||||
- port-security-groups-filtering
|
||||
- project-id
|
||||
- provider
|
||||
- qos
|
||||
- qos-bw-minimum-ingress
|
||||
- qos-fip
|
||||
- quotas
|
||||
- quota_details
|
||||
- rbac-address-group
|
||||
- rbac-address-scope
|
||||
- rbac-policies
|
||||
- rbac-security-groups
|
||||
- rbac-subnetpool
|
||||
- router
|
||||
- router-admin-state-down-before-update
|
||||
- router_availability_zone
|
||||
- security-group
|
||||
- security-groups-remote-address-group
|
||||
- segment
|
||||
- service-type
|
||||
- sorting
|
||||
- standard-attr-description
|
||||
- standard-attr-revisions
|
||||
- standard-attr-segment
|
||||
- standard-attr-tag
|
||||
- standard-attr-timestamp
|
||||
- subnet_allocation
|
||||
- subnet-dns-publish-fixed-ip
|
||||
- subnet-service-types
|
||||
- subnetpool-prefix-ops
|
||||
- tag-ports-during-bulk-creation
|
||||
- trunk
|
||||
- trunk-details
|
||||
- uplink-status-propagation
|
||||
network_api_extensions_tempest:
|
||||
- dvr
|
||||
network_available_features: &available_features
|
||||
- ipv6_metadata
|
||||
|
||||
- job:
|
||||
name: neutron-tempest-plugin-scenario-openvswitch-xena
|
||||
parent: neutron-tempest-plugin-scenario-openvswitch
|
||||
override-checkout: stable/xena
|
||||
vars:
|
||||
branch_override: stable/xena
|
||||
network_api_extensions: *api_extensions
|
||||
network_available_features: *available_features
|
||||
devstack_localrc:
|
||||
NETWORK_API_EXTENSIONS: "{{ network_api_extensions | join(',') }}"
|
||||
devstack_local_conf:
|
||||
test-config:
|
||||
$TEMPEST_CONFIG:
|
||||
network-feature-enabled:
|
||||
available_features: "{{ network_available_features | join(',') }}"
|
||||
|
||||
- job:
|
||||
name: neutron-tempest-plugin-scenario-openvswitch-iptables_hybrid-xena
|
||||
parent: neutron-tempest-plugin-scenario-openvswitch-iptables_hybrid
|
||||
override-checkout: stable-xena
|
||||
vars:
|
||||
branch_override: stable-xena
|
||||
network_api_extensions: *api_extensions
|
||||
network_available_features: *available_features
|
||||
devstack_localrc:
|
||||
NETWORK_API_EXTENSIONS: "{{ network_api_extensions | join(',') }}"
|
||||
devstack_local_conf:
|
||||
test-config:
|
||||
$TEMPEST_CONFIG:
|
||||
network-feature-enabled:
|
||||
available_features: "{{ network_available_features | join(',') }}"
|
||||
|
||||
- job:
|
||||
name: neutron-tempest-plugin-scenario-linuxbridge-xena
|
||||
parent: neutron-tempest-plugin-scenario-linuxbridge
|
||||
override-checkout: stable/xena
|
||||
vars:
|
||||
branch_override: stable/xena
|
||||
network_api_extensions: *api_extensions
|
||||
network_available_features: *available_features
|
||||
devstack_localrc:
|
||||
NETWORK_API_EXTENSIONS: "{{ network_api_extensions | join(',') }}"
|
||||
devstack_local_conf:
|
||||
test-config:
|
||||
$TEMPEST_CONFIG:
|
||||
network-feature-enabled:
|
||||
available_features: "{{ network_available_features | join(',') }}"
|
||||
|
||||
- job:
|
||||
name: neutron-tempest-plugin-scenario-ovn-xena
|
||||
parent: neutron-tempest-plugin-scenario-ovn
|
||||
override-checkout: stable/xena
|
||||
vars:
|
||||
branch_override: stable/xena
|
||||
network_api_extensions: *api_extensions
|
||||
devstack_localrc:
|
||||
NETWORK_API_EXTENSIONS: "{{ network_api_extensions | join(',') }}"
|
||||
devstack_local_conf:
|
||||
test-config:
|
||||
$TEMPEST_CONFIG:
|
||||
network-feature-enabled:
|
||||
available_features: ""
|
||||
|
||||
- job:
|
||||
name: neutron-tempest-plugin-dvr-multinode-scenario-xena
|
||||
parent: neutron-tempest-plugin-dvr-multinode-scenario
|
||||
override-checkout: stable/xena
|
||||
vars:
|
||||
network_api_extensions_common: *api_extensions
|
||||
branch_override: stable/xena
|
||||
|
||||
- job:
|
||||
name: neutron-tempest-plugin-designate-scenario-xena
|
||||
parent: neutron-tempest-plugin-designate-scenario
|
||||
override-checkout: stable/xena
|
||||
vars:
|
||||
branch_override: stable/xena
|
||||
network_api_extensions_common: *api_extensions
|
||||
|
||||
- job:
|
||||
name: neutron-tempest-plugin-sfc-xena
|
||||
parent: neutron-tempest-plugin-sfc
|
||||
override-checkout: stable/xena
|
||||
vars:
|
||||
branch_override: stable/xena
|
||||
network_api_extensions_common: *api_extensions
|
||||
|
||||
- job:
|
||||
name: neutron-tempest-plugin-bgpvpn-bagpipe-xena
|
||||
parent: neutron-tempest-plugin-bgpvpn-bagpipe
|
||||
override-checkout: stable/xena
|
||||
vars:
|
||||
branch_override: stable/xena
|
||||
network_api_extensions: *api_extensions
|
||||
|
||||
- job:
|
||||
name: neutron-tempest-plugin-dynamic-routing-xena
|
||||
parent: neutron-tempest-plugin-dynamic-routing
|
||||
override-checkout: stable/xena
|
||||
vars:
|
||||
branch_override: stable/xena
|
||||
network_api_extensions_common: *api_extensions
|
||||
|
||||
- job:
|
||||
name: neutron-tempest-plugin-vpnaas-xena
|
||||
parent: neutron-tempest-plugin-vpnaas
|
||||
override-checkout: stable/xena
|
||||
vars:
|
||||
branch_override: stable/xena
|
||||
network_api_extensions_common: *api_extensions
|
||||
|
||||
- job:
|
||||
name: neutron-tempest-plugin-tap-as-a-service-xena
|
||||
parent: neutron-tempest-plugin-tap-as-a-service
|
||||
override-checkout: stable/xena
|
||||
vars:
|
||||
branch_override: stable/xena
|
||||
network_api_extensions_common: *api_extensions
|
Loading…
Reference in New Issue
Block a user