Tuesday, 2024-05-28

opendevreviewyatin proposed openstack/devstack stable/2023.1: [DNM] Reproduce #2065701  https://review.opendev.org/c/openstack/devstack/+/91978808:07
opendevreviewStephen Finucane proposed openstack/devstack master: openrc: Stop setting OS_TENANT_NAME  https://review.opendev.org/c/openstack/devstack/+/92065612:36
opendevreviewStephen Finucane proposed openstack/devstack master: openrc: Group auth-related options together  https://review.opendev.org/c/openstack/devstack/+/92065712:36
opendevreviewStephen Finucane proposed openstack/devstack master: stackrc: Remove USE_PYTHON3  https://review.opendev.org/c/openstack/devstack/+/92065812:36
*** haleyb|out is now known as haleyb13:25
kopecmartin#startmeeting qa15:00
opendevmeetMeeting started Tue May 28 15:00:42 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
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.15:00
opendevmeetThe meeting name has been set to 'qa'15:00
kopecmartin#link https://wiki.openstack.org/wiki/Meetings/QATeamMeeting#Agenda_for_next_Office_hours15:00
fricklero/15:01
kopecmartino/15:02
kopecmartinlet's get through the usual agenda 15:03
kopecmartin#topic Gate Status Checks15:03
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:03
kopecmartin#topic Sub Teams highlights15:03
kopecmartinChanges with Review-Priority == +115:03
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:03
kopecmartinno reviews 15:04
kopecmartinanything urgent to review?15:04
kopecmartin#topic Periodic jobs Status Checks15:05
kopecmartinPeriodic stable full: https://zuul.openstack.org/builds?pipeline=periodic-stable&job_name=tempest-full-2023-1&job_name=tempest-full-2023-2&job_name=tempest-full-2024-115:05
kopecmartinPeriodic stable slow: https://zuul.openstack.org/builds?job_name=tempest-slow-2024-1&job_name=tempest-slow-2023-2&job_name=tempest-slow-2023-115:05
kopecmartinPeriodic extra tests: https://zuul.openstack.org/builds?job_name=tempest-full-2024-1-extra-tests&job_name=tempest-full-2023-2-extra-tests&job_name=tempest-full-2023-1-extra-tests15:05
kopecmartinPeriodic master: https://zuul.openstack.org/builds?project=openstack%2Ftempest&project=openstack%2Fdevstack&pipeline=periodic15:05
kopecmartinall green15:06
kopecmartin#topic Distros check15:06
kopecmartinCentos 9: https://zuul.openstack.org/builds?job_name=tempest-full-centos-9-stream&job_name=devstack-platform-centos-9-stream&skip=015:06
kopecmartinDebian: https://zuul.openstack.org/builds?job_name=devstack-platform-debian-bullseye&job_name=devstack-platform-debian-bookworm&skip=015:06
kopecmartinRocky: https://zuul.openstack.org/builds?job_name=devstack-platform-rocky-blue-onyx15:06
kopecmartinopenEuler: https://zuul.openstack.org/builds?job_name=devstack-platform-openEuler-22.03-ovn-source&job_name=devstack-platform-openEuler-22.03-ovs&skip=015:06
kopecmartinjammy: https://zuul.opendev.org/t/openstack/builds?job_name=devstack-platform-ubuntu-jammy-ovn-source&job_name=devstack-platform-ubuntu-jammy-ovs&skip=015:06
kopecmartinall green too \o/ nice!15:06
kopecmartin#topic Open Discussion15:07
kopecmartinanything for the open discussion?15:07
kopecmartin#topic Bug Triage15:10
kopecmartin#link https://etherpad.openstack.org/p/qa-bug-triage-dalmatian15:10
kopecmartinnumbers recorded, haven't changed much since the last week15:11
kopecmartin.. that's all from me .. if there is nothing else to discuss, we can close this early15:11
frickler+1 thx kopecmartin 15:11
kopecmartinthank you , see you around :) 15:12
kopecmartin#endmeeting15:12
opendevmeetMeeting ended Tue May 28 15:12:08 2024 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)15:12
opendevmeetMinutes:        https://meetings.opendev.org/meetings/qa/2024/qa.2024-05-28-15.00.html15:12
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/qa/2024/qa.2024-05-28-15.00.txt15:12
opendevmeetLog:            https://meetings.opendev.org/meetings/qa/2024/qa.2024-05-28-15.00.log.html15:12
opendevreviewAustin Nazworth proposed openstack/stackviz master: Update dependencies for modern node and python  https://review.opendev.org/c/openstack/stackviz/+/90867815:25
opendevreviewMerged openstack/whitebox-tempest-plugin master: real time cpu test  https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/91852015:45
clarkbsorry I was in another meeting so missed this one but I wanted to emtnion that noble test nodes are available now16:05
dansmithhmm, when I run devstack locally it seems like I don't get the global requirements stuff like the jobs16:26
dansmithsqlalchemy 2 is being installed locally, but 1.4 is used in the jobs, presumably because of openstack-requirements which gets installed16:26
dansmithdo I need some devstack flag to get that in the same way?16:26
dansmither, no I guess I'm getting openstack-requirements locally too, but it installs SQLA 2.0 instead of 1.416:28
clarkbthere must be a pip install that runs without constraints pinning it? The devstack log may record when that happens if you search for places where sqla is installed16:29
dansmithyeah that's what I'm looking at and it just goes straight for 2.016:30
dansmithit's cached, maybe it chooses that because it's cached by pip already?16:30
clarkbconstraints are supposed to win in all cases I thought16:30
dansmithyeah me too16:31
clarkbbut you can always install without constraints applied and have that pollute the installation16:31
dansmithI blew away my pip cache and will try again just to see16:31
clarkbhttps://opendev.org/openstack/requirements/src/branch/master/upper-constraints.txt#L162 constraints for sqlalchemy is 2.x16:31
dansmithah, as of last week16:32
dansmiththe job run I'm referencing is like two weeks old, so that explains it16:32
sean-k-mooneyya i was going ot say we bumpt to sqla2 a week or two ago17:01
sean-k-mooneyyou could always checkout an older commit locally i guess if you wanted to test with and older set of requirements17:02
opendevreviewAustin Nazworth proposed openstack/stackviz master: Update dependencies for modern node and python  https://review.opendev.org/c/openstack/stackviz/+/90867817:36
opendevreviewJames Parker proposed openstack/whitebox-tempest-plugin master: Add realtime mask as parameter  https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/92069218:30
dansmithgmann: here's what I have, which lets me stack locally and pass tempest locally: https://review.opendev.org/c/openstack/watcher/+/918500/319:04
dansmithit was three patches, but none of them can merge without the others, so I squashed19:04
dansmithI'll see if there are any other jobs that fail when it finishes19:05
gmanndansmith: ack19:05
opendevreviewArtom Lifshitz proposed openstack/whitebox-tempest-plugin master: evacuation tests  https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/91539320:00

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!