Merge "[OVN] Switch release jobs to OVN 20.03 (v20.03.0 tag)"
This commit is contained in:
commit
48c22256d6
@ -145,7 +145,8 @@ function is_kernel_module_loaded {
|
||||
function use_new_ovn_repository {
|
||||
# IF OVN_BRANCH is "master" or branch-2.13 (or higher), use the new
|
||||
# OVN repository
|
||||
return $(! printf "%s\n%s" $OVN_BRANCH branch-2.12 | sort -C -V)
|
||||
[ "$OVN_BRANCH" == "master" ] && return 0
|
||||
return $(! printf "%s\n%s" ${OVN_BRANCH//[!0-9.]/} 2.12 | sort -C -V)
|
||||
}
|
||||
|
||||
# NOTE(rtheis): Function copied from DevStack _neutron_ovs_base_setup_bridge
|
||||
|
@ -282,8 +282,8 @@
|
||||
parent: neutron-ovn-tempest-ovs-ipv6-only-base
|
||||
vars:
|
||||
devstack_localrc:
|
||||
OVN_BRANCH: branch-2.12
|
||||
OVS_BRANCH: branch-2.12
|
||||
OVN_BRANCH: v20.03.0
|
||||
OVS_BRANCH: v2.13.0
|
||||
|
||||
- job:
|
||||
name: neutron-ovn-tempest-ovs-release
|
||||
@ -291,8 +291,8 @@
|
||||
parent: neutron-ovn-base
|
||||
vars:
|
||||
devstack_localrc:
|
||||
OVN_BRANCH: branch-2.12
|
||||
OVS_BRANCH: branch-2.12
|
||||
OVN_BRANCH: v20.03.0
|
||||
OVS_BRANCH: v2.13.0
|
||||
|
||||
- job:
|
||||
name: neutron-ovn-tempest-ovs-master-fedora
|
||||
|
Loading…
Reference in New Issue
Block a user