From 24ac91b1b563a03dd537706ba31372d7641af5f4 Mon Sep 17 00:00:00 2001 From: Flavio Fernandes Date: Fri, 5 Mar 2021 12:08:27 -0500 Subject: [PATCH] [OVN] zuul: make it clearer OVN+OVS packages are being used As jobs install OVN (and OVS) from package [0], this change removes potentially confusing lines. For folks interested in launching zuul jobs using a specific repo and branch of OVN, use gerrit [1] as a reference. And do not forget to reply with the comment 'recheck experimental' to trigger the job. [0]: https://review.opendev.org/c/openstack/devstack/+/763402 [1]: https://review.opendev.org/c/openstack/neutron/+/763403 Change-Id: Iad88a56ea48475cb59b6684c528bcbb0c811761d --- zuul.d/tempest-singlenode.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/zuul.d/tempest-singlenode.yaml b/zuul.d/tempest-singlenode.yaml index c13038a5fa0..e88daea46a4 100644 --- a/zuul.d/tempest-singlenode.yaml +++ b/zuul.d/tempest-singlenode.yaml @@ -512,10 +512,6 @@ description: Job testing for devstack/tempest testing Neutron with ovn driver and latest released OVN branch in an IPv6-only deployment parent: neutron-ovn-tempest-ovs-ipv6-only-base vars: - devstack_localrc: - OVN_BRANCH: v20.06.1 - # TODO(jlibosva): v2.13.1 is incompatible with kernel 4.15.0-118, sticking to commit hash until new v2.13 tag is created - OVS_BRANCH: 0047ca3a0290f1ef954f2c76b31477cf4b9755f5 # TODO(slaweq): remove test_reboot_server_hard from the blacklist when # when bug https://bugs.launchpad.net/neutron/+bug/1906490 will be fixed tempest_exclude_regex: "(^tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard)" @@ -524,8 +520,3 @@ name: neutron-ovn-tempest-ovs-release description: Job testing for devstack/tempest testing Neutron with ovn driver and latest released OVN branch parent: neutron-ovn-base - vars: - devstack_localrc: - OVN_BRANCH: v20.06.1 - # TODO(jlibosva): v2.13.1 is incompatible with kernel 4.15.0-118, sticking to commit hash until new v2.13 tag is created - OVS_BRANCH: 0047ca3a0290f1ef954f2c76b31477cf4b9755f5