15:00:55 #startmeeting neutron_ci 15:00:55 Meeting started Tue Feb 27 15:00:55 2024 UTC and is due to finish in 60 minutes. The chair is ykarel. Information about MeetBot at http://wiki.debian.org/MeetBot. 15:00:55 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:00:55 The meeting name has been set to 'neutron_ci' 15:01:03 o/ 15:01:08 ping bcafarel, lajoskatona, mlavalle, mtomaska, ralonsoh, ykarel, jlibosva, elvira 15:01:30 o/ 15:01:44 ykarel: is this a video or IRC only meeting today? 15:01:49 irc 15:01:55 cool , thanks 15:02:02 o/ 15:02:13 o/ 15:03:44 k let's start with topics 15:03:54 #topic Actions from previous meetings 15:04:00 ykarel to check fullstack failure 15:04:39 i checked logs but didn't find much there 15:04:50 will keep an eye on it if it reproduces will open a bug for it 15:05:01 ykarel to check grenade status 15:05:18 so it's broken on stable/2023.1 15:05:21 https://zuul.openstack.org/builds?job_name=neutron-ovn-grenade-multinode-skip-level&job_name=neutron-ovs-grenade-multinode-skip-level&branch=stable%2F2023.1&skip=0 15:05:27 https://review.opendev.org/q/topic:%22bug/2052915%22 15:05:54 there are some open patches, and there is discussion whether we should test grenade from unmaintained branch or not 15:06:06 good that you bring it here 15:06:19 also non skip level job in zed are impacted 15:06:32 to tell the truth I am lost what is the direction and I am not a grenade expert anyway :-( 15:06:47 yes skip-level is non-voting for 2023.1, but zed gate is blocked atm 15:07:10 https://zuul.openstack.org/builds?job_name=neutron-ovs-grenade-multinode&job_name=neutron-ovn-grenade-multinode&branch=stable%2Fzed&skip=0 15:07:24 I remember somebody said that we should stop pgrade test from unmaintained to anything else 15:07:26 last run passed, don't know how as not related to patch :) 15:08:09 may be slaweq did some magic in his patch 15:08:42 hmm interesting 15:09:02 I didn't do any magic for sure :) 15:09:18 unconscious magic, even more impressive! :) 15:10:04 so i think for this we should join the discussion on those patches https://review.opendev.org/q/topic:%22bug/2052915%22 15:10:24 and decide next steps, i.e drop or pin jobs to unmaintained/yoga or some commit 15:11:38 both fine for me, if QA or TC has some common thing for all related project that would be the best 15:12:05 +1 we can wait a bit and have common fix/way to go from there 15:12:25 to unblock zed we can make jobs non-voting 15:12:59 +1 15:13:50 I can pus hthe n-vote patches for zed 15:13:56 thx lajoskatona 15:14:07 moving to next 15:14:08 #topic Stable branches 15:14:23 bcafarel, anything else apart from zed grenade issue? 15:14:32 we already discussed the main topic here :) (grenade in zed/antelope branches) 15:14:50 apart from that, all good - it helps with less branches to keep an eye on 15:15:06 thx for the update 15:15:12 #topic Stadium projects 15:15:17 all green in periodic 15:15:27 yes 15:15:27 lajoskatona, anything else to share for stadiums? 15:15:51 the usual: please keep an eye on the open patches on stadiums :-) thanks for it :-) 15:16:24 thx lajoskatona 15:16:57 #topic Rechecks 15:17:15 overall it's good here as not many rechecks in master 15:17:24 and just 1 bare rechecks out of 15 15:17:41 let's keep doing it i.e no bare rechecks 15:17:48 #topic fullstack/functional 15:18:11 we still seeing NetworkInterfaceNotFound in functional jobs 15:18:30 after ralonsoh fixes, seems it helped as not seeing many such failures as before 15:18:56 do you have links? 15:18:58 #link https://review.opendev.org/c/openstack/neutron/+/909385 15:19:05 to check if something else could be done 15:19:13 https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_326/periodic/opendev.org/openstack/neutron/master/neutron-functional-with-uwsgi-fips/32627fb/testr_results.html 15:19:14 https://f0db0d256d3d4b350b70-3f475577843c6519bda0c8c12c28da61.ssl.cf1.rackcdn.com/periodic/opendev.org/openstack/neutron/master/neutron-functional-with-sqlalchemy-master/1d7e278/testr_results.html 15:19:14 https://840d36dd41e668b905ff-5ceaba4a59a2578b108bb2f456b59bef.ssl.cf1.rackcdn.com/910208/2/check/neutron-functional-with-uwsgi/fcf02d9/testr_results.html 15:20:09 these are actually failing on the methods already decorated 15:20:27 symptom wise in all ^ failed at tenacity retry get/set link_attribute. and from ovs vswitchd logs all had shy port symptom, quickly add/delete/add port 15:23:40 so we can follow up any further action for this on the same lp bug 15:24:02 for now may be we can backport your retry patch to stable too? 15:24:13 sure, I'll do it 15:24:18 thx 15:24:35 next one 15:24:37 AttributeError: 'WaitForCreatePortBindingEvent' object has no attribute 'row' 15:24:44 https://e3258dd049a220460aa0-add3baf7d164319a1fbb45a2e58a56e9.ssl.cf2.rackcdn.com/periodic/opendev.org/openstack/neutron/stable/2023.1/neutron-functional-with-uwsgi-fips/1d1fbd3/testr_results.html 15:24:50 seen once 15:26:05 very weird, self.row is assigned in the run method, 15:26:19 if that happens, wait will exit 15:26:55 ah ah ah, we don't check that wait result 15:26:59 row_event.wait() 15:27:11 this should be self.assertTrue(row_event.wait()) 15:27:36 at least we check that wait failed or not 15:27:42 I'll push a patch 15:27:55 thx ralonsoh 15:28:59 #topic Tempest/Scenario 15:29:08 https://b2732a041c3f8a8a2227-9262fa59dca60616978c458f4dd8b484.ssl.cf5.rackcdn.com/908973/1/gate/neutron-ovn-tempest-ipv6-only-ovs-release/e79929e/testr_results.html 15:29:08 https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_11c/908973/1/gate/neutron-ovs-tempest-multinode-full/11c9845/testr_results.html 15:29:47 also similar failure in other grenade job https://22dafa932966946580c1-ab66e702835932941e7e8df246c29428.ssl.cf5.rackcdn.com/909955/4/check/neutron-ovn-grenade-multinode-skip-level/c292b2c/testr_results.html 15:30:32 any volunteer to check if these some real issues? 15:31:02 I'll check them tomorrow 15:31:08 thx ralonsoh 15:31:30 #action ralonsoh to check tempest test_server_actions failures 15:31:39 #topic Periodic 15:31:54 all good except some functional test failure that were raised before 15:32:15 #topic Grafana 15:32:15 https://grafana.opendev.org/d/f913631585/neutron-failure-rate 15:32:26 let's have quick look at it too 15:33:31 apart from some spikes in check queue rest looks good 15:33:43 lgtm as well 15:33:50 when i was checking failures most of those failures were patch related 15:34:22 ok moving on 15:34:30 #topic On Demand 15:34:42 anything else you would like to raise? 15:35:06 not me 15:35:20 nothing from me 15:35:49 nothing from me 15:37:04 k in that case let's close early and have everyone 23 minutes back :) 15:37:09 #endmeeting