15:00:23 <kopecmartin> #startmeeting qa
15:00:23 <opendevmeet> Meeting started Tue Mar  5 15:00:23 2024 UTC and is due to finish in 60 minutes.  The chair is kopecmartin. Information about MeetBot at http://wiki.debian.org/MeetBot.
15:00:23 <opendevmeet> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote.
15:00:23 <opendevmeet> The meeting name has been set to 'qa'
15:00:30 <kopecmartin> #link https://wiki.openstack.org/wiki/Meetings/QATeamMeeting#Agenda_for_next_Office_hours
15:01:33 <frickler> o/
15:02:01 <kopecmartin> o/
15:02:51 <kopecmartin> #topic Announcement and Action Item (Optional)
15:02:55 <lpiwowar> o/
15:02:55 <opendevreview> Merged openstack/devstack stable/2023.2: Drop the devstack-single-node-centos-7 nodeset  https://review.opendev.org/c/openstack/devstack/+/910982
15:03:14 <kopecmartin> TC is campaigning
15:03:15 <kopecmartin> #link https://governance.openstack.org/election/
15:03:21 <frickler> kopecmartin: welcome as continuing PTL \o/
15:03:29 <kopecmartin> thanks :)
15:03:48 <kopecmartin> it's not hard-to-get role though :D
15:04:23 <kopecmartin> no other announcements from my side
15:04:47 <lpiwowar> congratulations kopecmartin \o/
15:04:58 <kopecmartin> maybe apart from the PTG
15:05:02 <kopecmartin> thanks lpiwowar
15:05:19 <kopecmartin> we have a month till ptg
15:05:23 <kopecmartin> April 8-12
15:05:28 <kopecmartin> i'll prepare etherpads soon
15:06:02 <kopecmartin> #topic Caracal Priority Items progress
15:06:02 <kopecmartin> #link https://etherpad.opendev.org/p/qa-caracal-priority
15:06:07 <kopecmartin> any updates here?
15:06:58 <kopecmartin> i don't see any updates , unfortunately etherpad doesn't show 'last updated' time :/
15:07:13 <kopecmartin> oh , it does
15:07:14 <clarkb> kopecmartin  it might in the timeline?
15:07:17 <clarkb> ya I thought it did
15:07:17 <kopecmartin> yeah
15:07:52 <kopecmartin> nice, that's useful, .. there haven't been any updates since end of january
15:09:21 <kopecmartin> let's move on to the jobs
15:09:24 <kopecmartin> #topic Gate Status Checks
15:09:24 <kopecmartin> #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:09:36 <kopecmartin> s/jobs/patches :D
15:09:48 <kopecmartin> no high priority ones
15:09:51 <kopecmartin> #topic Sub Teams highlights
15:09:51 <kopecmartin> Changes with Review-Priority == +1
15:09:51 <kopecmartin> #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:09:58 <kopecmartin> none here
15:10:02 <kopecmartin> anything to review?
15:10:04 <frickler> we had a ceph plugin fix that I force-merged earlier, see backlog
15:10:39 <kopecmartin> i did , thanks frickler
15:10:57 <kopecmartin> for the force push
15:11:33 <kopecmartin> #topic Periodic jobs Status Checks
15:11:33 <kopecmartin> periodic stable full
15:11:33 <kopecmartin> #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&job_name=tempest-full-2023-2
15:11:35 <kopecmartin> periodic stable slow
15:11:37 <kopecmartin> #link https://zuul.openstack.org/builds?job_name=tempest-slow-2023-2&job_name=tempest-slow-2023-1&job_name=tempest-slow-zed&job_name=tempest-slow-yoga&job_name=tempest-slow-xena
15:11:39 <kopecmartin> periodic extra tests
15:11:41 <kopecmartin> #link https://zuul.openstack.org/builds?job_name=tempest-full-2023-2-extra-tests&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:11:43 <kopecmartin> periodic master
15:11:45 <kopecmartin> #link https://zuul.openstack.org/builds?project=openstack%2Ftempest&project=openstack%2Fdevstack&pipeline=periodic
15:12:40 <kopecmartin> all good but the propose-updates .. anything new on that job frickler? iirc a repo was throwing 404
15:13:19 <frickler> ah, I wanted to exclude that repo, still need to create that patch
15:14:07 <kopecmartin> oh, it's actually 500 error
15:14:10 <kopecmartin> #link https://opendev.org/x/fuel-plugin-onos
15:14:13 <frickler> the underlying issue is some case issue with branch names iirc
15:14:41 <clarkb> the problem is that repo has stable/Kilo and stable/kilo branches. Gitea did not make their new branch table in the database case sensitive
15:15:22 <kopecmartin> interesting
15:15:22 <clarkb> so mariadb throws an error when trying to insert a new row that it doesn't consider to be unique. My current thinking is that we'll use an updated "doctor" tool in gitea during/after the next release upgrade happens
15:15:50 <clarkb> that tool should fix the database for existing tables. I'm still trying to sort out if they fixed it so that going forward any new columns/tables won't have the same issue
15:16:30 <clarkb> but that updated tooling doesn't arrive until the next release and I'd prefer we rely on their automated tooling than try and fix it ourselves (this is technically possible just more work than necessary)
15:17:02 <clarkb> but also fuel has been dead for many years
15:17:09 <gmann> o/
15:17:10 <clarkb> we should not worry to much about testing against it
15:17:34 <gmann> yeah, i think we should ignore the 500/404 cases while detecting the plugins
15:17:45 <frickler> it's not even about testing anything, just checking whether it has a devstack plugin that should be listed in the docs
15:18:14 <clarkb> ah
15:18:23 <gmann> yeah, I remmeber we had same issues in tempest plugins cases also
15:18:25 <frickler> oh, we could ignore those in general, good idea
15:18:44 <gmann> I can push the fix in devstack script for that today
15:19:04 <kopecmartin> sounds good
15:20:49 <kopecmartin> moving on
15:20:51 <kopecmartin> #topic Distros check
15:20:51 <kopecmartin> cs-9
15:20:51 <kopecmartin> #link https://zuul.openstack.org/builds?job_name=tempest-full-centos-9-stream&job_name=devstack-platform-centos-9-stream&skip=0
15:20:53 <kopecmartin> debian
15:20:55 <kopecmartin> #link https://zuul.openstack.org/builds?job_name=devstack-platform-debian-bullseye&job_name=devstack-platform-debian-bookworm&skip=0
15:20:57 <kopecmartin> rocky
15:20:59 <kopecmartin> #link https://zuul.openstack.org/builds?job_name=devstack-platform-rocky-blue-onyx
15:21:01 <kopecmartin> openEuler
15:21:03 <kopecmartin> #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:21:05 <kopecmartin> jammy
15:21:07 <kopecmartin> #link https://zuul.opendev.org/t/openstack/builds?job_name=devstack-platform-ubuntu-jammy-ovn-source&job_name=devstack-platform-ubuntu-jammy-ovs&skip=0
15:21:28 <kopecmartin> all seem good \o/
15:22:32 <kopecmartin> #topic Open Discussion
15:22:32 <kopecmartin> anything for the open discussion?
15:23:05 <frickler> the cleanup for tempest-full got stuck a bit
15:23:30 <kopecmartin> anything i can help with?
15:23:39 <frickler> and I still didn't get to cleanup periodic jobs
15:24:35 <frickler> kopecmartin: not currently I think, mostly cleanups in infra stuff needed, see https://review.opendev.org/c/openstack/tempest/+/909973
15:24:59 <kopecmartin> ack
15:25:14 <frickler> also fungi has created patches to drop the centos-7 nodeset, I hope despite CI issues they are merging now
15:25:38 <kopecmartin> this one is
15:25:39 <kopecmartin> #link https://review.opendev.org/c/openstack/devstack/+/910982
15:25:58 <kopecmartin> freshly merged
15:26:04 <frickler> #link https://review.opendev.org/q/topic:%22drop-centos-7%22+project:openstack/devstack
15:26:31 <frickler> that's the whole batch
15:26:36 <kopecmartin> nice, thanks
15:28:03 <gmann> I am not much sure on victoria/wallaby gate but if they fail maybe we can merge them forcefully. because  merging them before we move those to unmaintained/ will be easy path for us
15:28:03 <kopecmartin> ok, last item on the agenda is bug triage
15:28:16 <kopecmartin> +1
15:29:37 <kopecmartin> #topic Bug Triage
15:29:37 <kopecmartin> #link https://etherpad.openstack.org/p/qa-bug-triage-caracal
15:30:08 <kopecmartin> 2 new bugs in tempest
15:30:28 <kopecmartin> i haven't had time to check the details yet
15:30:33 <kopecmartin> #link https://bugs.launchpad.net/tempest/+bug/2055863
15:30:40 <kopecmartin> #link https://bugs.launchpad.net/tempest/+bug/2056144
15:31:53 <kopecmartin> that's all from my side
15:33:15 <kopecmartin> seems like there isn't anything else .. thanks everyone
15:33:48 <kopecmartin> #endmeeting