15:00:06 #startmeeting qa 15:00:06 Meeting started Tue Apr 18 15:00:06 2023 UTC and is due to finish in 60 minutes. The chair is kopecmartin. Information about MeetBot at http://wiki.debian.org/MeetBot. 15:00:06 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:00:07 The meeting name has been set to 'qa' 15:00:12 #link https://wiki.openstack.org/wiki/Meetings/QATeamMeeting#Agenda_for_next_Office_hours 15:00:20 agenda ^^ 15:02:28 #topic Announcement and Action Item (Optional) 15:02:30 none 15:02:31 #topic Bobcat Priority Items progress 15:02:38 #link https://etherpad.opendev.org/p/qa-bobcat-priority 15:03:09 there's been some progress on FIPS 15:03:16 #link https://review.opendev.org/c/openstack/devstack/+/871606 15:03:18 #link https://review.opendev.org/c/openstack/tempest/+/873697 15:03:27 are ready for review as pointed out by ade_lee 15:03:36 i'll try to get to that later today 15:04:50 retiring patrole in progress 15:04:53 almost finished i'd say 15:04:55 #link https://review.opendev.org/q/topic:retire-patrole 15:07:10 #topic Gate Status Checks 15:07:15 #link https://review.opendev.org/q/label:Review-Priority%253D%252B2+status:open+(project:openstack/tempest+OR+project:openstack/patrole+OR+project:openstack/devstack+OR+project:openstack/grenade) 15:07:23 i don't see any urgent reviews 15:08:04 #topic Bare rechecks 15:08:09 #link https://etherpad.opendev.org/p/recheck-weekly-summary 15:08:25 o/ 15:08:30 we're doing good, although from time to time we use a bare recheck, however it's not that often 15:08:33 lpiwowar: o/ 15:08:41 #topic Periodic jobs Status Checks 15:08:49 periodic stable full 15:08:49 #link https://zuul.openstack.org/builds?pipeline=periodic-stable&job_name=tempest-full-yoga&job_name=tempest-full-xena&job_name=tempest-full-zed&job_name=tempest-full-2023-1 15:08:57 periodic stable slow 15:08:57 #link https://zuul.openstack.org/builds?job_name=tempest-slow-2023-1&job_name=tempest-slow-zed&job_name=tempest-slow-yoga&job_name=tempest-slow-xena 15:09:04 extra tests 15:09:05 #link https://zuul.openstack.org/builds?job_name=tempest-full-2023-1-extra-tests&job_name=tempest-full-zed-extra-tests&job_name=tempest-full-yoga-extra-tests&job_name=tempest-full-xena-extra-tests 15:09:10 master 15:09:11 #link https://zuul.openstack.org/builds?project=openstack%2Ftempest&project=openstack%2Fdevstack&pipeline=periodic 15:10:06 all good, tempest-full-test-account-no-admin-py3 is failing, has been failing for some time 15:10:14 but lpiwowar started working on https://bugs.launchpad.net/tempest/+bug/1996624 which should fix that 15:10:49 Yes, I'm working on this. It looks like there is an issue with cleaning up of the resources. 15:12:04 +1 15:12:58 And as the job uses pre-provisined credentials it may happen that credentials are received by the test that do not have the resources cleaned up. And this breaks some tests. At least this applies to the object_storage tests. 15:14:27 ah, quite hard to spot on , good job 15:15:11 moving on 15:15:15 #topic Distros check 15:15:26 cs-9 15:15:26 #link https://zuul.openstack.org/builds?job_name=tempest-full-centos-9-stream&job_name=devstack-platform-centos-9-stream&skip=0 15:15:26 fedora 15:15:28 #link https://zuul.openstack.org/builds?job_name=devstack-platform-fedora-latest&skip=0 15:15:30 debian 15:15:32 #link https://zuul.openstack.org/builds?job_name=devstack-platform-debian-bullseye&skip=0 15:15:34 focal 15:15:36 #link https://zuul.opendev.org/t/openstack/builds?job_name=devstack-platform-ubuntu-focal&skip=0 15:15:38 rocky 15:15:40 #link https://zuul.openstack.org/builds?job_name=devstack-platform-rocky-blue-onyx 15:15:42 openEuler 15:15:44 #link https://zuul.openstack.org/builds?job_name=devstack-platform-openEuler-22.03-ovn-source&job_name=devstack-platform-openEuler-22.03-ovs&skip=0 15:16:51 openeuler still timeouting :/ 15:17:38 I think the fixed dib still isn't used by nodepool 15:18:35 ack, at least it's on the way 15:18:39 frickler: we built new nodepool images yesterday and deployed them. If the openeuler fixes were in a dib release at that point we should be using the new dib now. But it all depends on if and when a release happened 15:19:14 the latest builds are from yesterday 15:19:27 we'll see in a day or two 15:20:30 ok, let's wait a bit and then maybe check build logs 15:20:50 sounds like a plan 15:20:53 #topic Sub Teams highlights 15:20:57 Changes with Review-Priority == +1 15:21:03 #link https://review.opendev.org/q/label:Review-Priority%253D%252B1+status:open+(project:openstack/tempest+OR+project:openstack/patrole+OR+project:openstack/devstack+OR+project:openstack/grenade) 15:21:16 no reviews 15:21:16 #topic Open Discussion 15:21:21 anything for the open discussion? 15:22:08 actually builds are failing already https://grafana.opendev.org/d/f3089338b3/nodepool-dib-status?orgId=1 15:22:14 will check logs later 15:22:18 also I magoh, actually builds are failing https://grafana.opendev.org/d/f3089338b3/nodepool-dib-status?orgId=1 15:22:34 oops 15:22:50 also I made progress with clarkb's global-venv patch 15:23:02 which will also fix devstack for bookworm 15:23:26 just need to test on some other projects now, likely some devstack plugins will need to be adapted 15:24:32 great news, thanks frickler 15:24:47 I'm also unsure whether to keep the approach of symlinking just required binaries into /usr/local/bin 15:25:11 or whether it is better to add the whole venv/bin dir into the global path 15:25:52 maybe comment on the patch if you have some opinion on that 15:26:22 sure 15:27:34 i don't know why but i feel like symlinking is a some kind of a standard 15:27:43 frickler: ironic is a good one to test against iirc. Because they have some oddities around fake baremetal setup 15:28:00 clarkb: good point, will do 15:31:38 good, moving on 15:31:39 #topic Bug Triage 15:31:46 #link https://etherpad.openstack.org/p/qa-bug-triage-bobcat 15:31:54 i recorded the numbers 15:32:31 the numbers look fine 15:32:38 anyway, this is all from my side 15:32:47 anything else to discuss? 15:33:44 nothing from my side 15:33:50 nope 15:34:14 thank you everyone, see you 15:34:16 #endmeeting