Tuesday, 2020-12-15

*** tosky has quit IRC00:10
gmannkopecmartin: masayukig ^^ indentation is ok now.00:11
masayukiggmann: thanks! +200:13
masayukiggmann: btw, can you moderate the today's office hour? (It's today for me.. )00:14
gmannmasayukig: sure, tomorrow for me :)00:14
masayukiggmann: thanks!00:14
gmannnp!00:14
kopecmartingmann: thanks .. regarding the tempest releasenote I'm not sure what will happen if we merge it sooner than this https://review.opendev.org/c/openstack/tempest/+/75278600:14
gmannkopecmartin: masayukig is this the issue ? 'No known key found for this signature in database' - https://opendev.org/openstack/tempest/commit/cdbfb5eb3eb103a1bfeac9bfd0b124581ab80a0400:17
gmannwhich is what kopecmartin mentioned in his comment00:17
masayukigI'm not sure, I think it's just a gitea's function.00:17
kopecmartini think so, when i was breakpointing reno and went step by step , it couldn't see those commits with the 'lock'00:18
masayukigAnd the logo is "unlocked".00:18
gmanndid anyone try to install tempest 25.0.0 ?00:19
*** rfolco has quit IRC00:19
*** rfolco has joined #openstack-qa00:19
masayukiggmann: I just did it from pip.00:20
masayukigIt works00:20
gmannyeah, me too. there is no issue on pip versioning00:20
masayukigyeah, It seems only reno issue00:21
gmannkopecmartin: anyways, this is to add release notes page so we can try with the new release tag version so we can merge 76677000:21
gmannmasayukig: did you check with release team, may be they can help00:22
masayukiggmann: not yet. yeah, I was thinking about it. It's been a while from the release, though..00:22
*** icey has quit IRC00:23
*** rfolco has quit IRC00:25
openstackgerritMerged openstack/patrole master: Add releasenote to tag the end of support for Stein  https://review.opendev.org/c/openstack/patrole/+/76678200:26
*** ramishra has quit IRC00:27
*** ccamposr__ has quit IRC00:28
*** paras333 has quit IRC00:32
openstackgerritMerged openstack/tempest master: Add releasenote to tag the end of support for Stein  https://review.opendev.org/c/openstack/tempest/+/76677000:40
amotokigmann: A bandit fix in https://review.opendev.org/c/openstack/horizon/+/766129 is not related to devstack itself. py27 failed in https://review.opendev.org/c/openstack/horizon/+/765945 and my rocky bandit in horizon is to handle this.00:41
amotokigmann: In the check jobs in https://review.opendev.org/c/openstack/horizon/+/766129, I encountered horizon-dsvm-tempest-plugin failure and asked you about it.00:42
amotokigmann: this is the context.00:42
gmannamotoki: ohk but does this job install test-requirements too ?00:43
amotokigmann: https://review.opendev.org/c/openstack/horizon/+/765945 also hit the bandit related failure in devstack and this is what you mentioned.00:44
amotokigmann: it is py27 so isn't test-requirements required?00:44
gmannamotoki: on integration jobs we should not need test requirements until you do not run the functional tests there00:45
amotokigmann: which one do you mean?00:46
gmannamotoki: this job https://zuul.opendev.org/t/openstack/build/acf6ccdf1b304cb29ab41baa0d80ec5500:46
gmannamotoki: but you are fixing it for py2 unit/functional test job too ?00:47
amotokigmann: I think it has no additional installation.00:47
gmannohk00:47
amotokigmann: the original failure happened in https://review.opendev.org/c/openstack/horizon/+/76594500:47
gmannah got it. https://zuul.opendev.org/t/openstack/build/e8e3e5802c214be99510c0b3f91f0afe00:48
amotokigmann: there are two failing jobs: openstack-tox-py27 and horizon-dsvm-tempest-plugin. my fix is about this openstack-tox-py27 failure.  horizon-dsvm-tempest-plugin failure has been fixed by a devstack change you mentioend.00:48
gmannyeah, i did not saw the py27 job failure early00:49
amotokigmann: so I think horizon-dsvm-tempest-plugin hits a new failure mode...00:51
gmannamotoki: yeah, I am testing it on nova also https://review.opendev.org/c/openstack/nova/+/76702700:51
gmannamotoki: I think we need to prepare the py2 compatible requirement for stackviz00:52
gmannamotoki: it is difficult to versioning the stackviz and use old one. as last option we can do it to remove it itself from rocky as this is just result visual things only00:52
amotokigmann: skipping stackviz in rocky (or older if any) sounds fair.00:53
amotokigmann: it is not so surprising in EM branches.00:54
gmannamotoki: yeah. I was checking on code so we can cap subunit2sql req in stackviz for py35 but it need all the rocky jobs to update that to use py35 new req via tox env00:57
gmannamotoki which is lot of work so removing seems best way to go00:57
gmannoh wait00:58
amotokigmann: why ALL the rocky job?00:58
gmannamotoki: they install it on py3.5 (on xenial node)00:58
gmannamotoki: every tempest based job will fail with same error beacuse of same reason00:59
amotokigmann: ah. I got what you mean by "ALL"00:59
gmannamotoki: and removing has another challenge or impossible. rocky use tempest 23.0.0 version so we cannot update that tag playbook to remove the stackviz run01:00
gmannI have fixed that thing from tempest 24.0.0 onwards by moving the stackviz role from branchless tempest  to devstack side which is branched01:02
gmannbut tempest 23.0.0 use the in-tree tempest stackviz role01:02
amotokihmm....01:02
gmannamotoki: i can try with one hack on stackviz req side if that does not fail on requirement-check job01:05
amotokigmann: roles/process-stackviz/tasks/main.yaml checks whether /opt/cache/files/stackviz-latest.tar.gz exists or not. If it does not exist, "process stackviz" will be skipped.01:06
gmannyeah01:06
amotokigmann: one idea is to remove /opt/cache/files/stackviz-latest.tar.gz in devstack/playbooks/pre.yaml01:07
amotokidevstack has stable/rocky branch, so we can add a workaround there.01:07
gmannamotoki: is that pulled form devstack or tempest01:07
gmannhere https://github.com/openstack/tempest/blob/23.0.0/roles/process-stackviz/tasks/main.yaml01:09
gmannamotoki: it is moved to devstack side after rocky onwards - https://review.opendev.org/q/topic:%22move-stackviz-role%22+(status:open%20OR%20status:merged)01:10
amotokigmann: https://github.com/openstack/tempest/blob/23.0.0/roles/process-stackviz/tasks/main.yaml does not pull stackviz-latest.tar.gz. it just checks /opt/cache/files/stackviz-latest.tar.gz exist or not.01:11
amotokigmann: I wonder who pulls stackviz-latest.tar.gz to /opt/cache/files...01:11
*** rcernin has quit IRC01:12
gmannamotoki: ah right. that is from periodic job https://opendev.org/openstack/project-config/src/branch/master/nodepool/elements/cache-devstack/source-repository-stackviz#L101:14
amotokigmann: so, I think we can skip stackviz processing if we delete  stackviz-latest.tar.gz in a "pre" playbook01:16
openstackgerritGhanshyam proposed openstack/stackviz master: Try stable/rocky gate fix  https://review.opendev.org/c/openstack/stackviz/+/76706301:18
gmannamotoki: ^^ trying to cap the subunit2sql for py3.501:19
*** rcernin has joined #openstack-qa01:20
gmannamotoki: stackviz gate has tempest-full-rocky job so this patch can tell us if that fix the issue. but I am worried that this fix would pass requirement-checks01:23
gmannif we have that job in stackviz :)01:23
openstackgerritGhanshyam proposed openstack/stackviz master: DNM: checking if rocky stable job fail here as it is currently broken  https://review.opendev.org/c/openstack/stackviz/+/76706501:26
gmannamotoki: will you have time to update it on ML as stable/rocky is blocked and we are trying this ^^. Its late here so I am signing off for today and will check tomorrow morning.01:27
amotokigmann: yeah, I can.01:31
amotokigmann: I also pushed a test patch for an option to delete the stackviz cache https://review.opendev.org/c/openstack/horizon/+/76706601:31
*** ccamposr has joined #openstack-qa02:15
*** paras333 has joined #openstack-qa02:33
*** paras333 has quit IRC02:37
*** rcernin has quit IRC02:42
*** rcernin has joined #openstack-qa02:54
*** hamalq_ has quit IRC02:55
*** raukadah is now known as chandankumar04:38
*** lseki has quit IRC04:40
*** vishalmanchanda has joined #openstack-qa05:04
*** evrardjp has quit IRC05:33
*** evrardjp has joined #openstack-qa05:33
*** brinzhang has joined #openstack-qa05:55
*** mtreinish has quit IRC06:05
*** gcheresh has joined #openstack-qa06:35
*** rcernin has quit IRC07:06
*** brinzhang has quit IRC07:10
*** brinzhang has joined #openstack-qa07:10
*** mtreinish has joined #openstack-qa07:37
*** icey has joined #openstack-qa07:42
*** rcernin has joined #openstack-qa07:43
*** ccamposr__ has joined #openstack-qa07:48
*** rcernin has quit IRC07:48
*** ccamposr has quit IRC07:50
*** sboyron has joined #openstack-qa07:55
*** slaweq has quit IRC07:56
*** slaweq has joined #openstack-qa07:58
*** rcernin has joined #openstack-qa07:59
*** rcernin has quit IRC08:04
*** rpittau|afk is now known as rpittau08:06
*** rcernin has joined #openstack-qa08:08
*** gfidente has joined #openstack-qa08:08
*** rcernin has quit IRC08:12
amotokigmann: I wrote what I investigated and tested in your test change https://review.opendev.org/c/openstack/stackviz/+/76706308:28
amotokigmann: there is a point which is not clear to me. See my comments there ^08:29
*** rcernin has joined #openstack-qa08:33
*** rcernin has quit IRC08:34
openstackgerritMasayuki Igawa proposed openstack/tempest master: Add release notes page for version 25.0.0  https://review.opendev.org/c/openstack/tempest/+/75278608:39
*** tosky has joined #openstack-qa08:41
*** jpena|off is now known as jpena08:57
*** vishalmanchanda has quit IRC10:22
*** rpittau is now known as rpittau|bbl10:27
*** vishalmanchanda has joined #openstack-qa10:30
*** ramishra has joined #openstack-qa10:30
*** yamamoto has joined #openstack-qa10:34
openstackgerritSoniya Murlidhar Vyas proposed openstack/tempest master: Need to make some apis non-private  https://review.opendev.org/c/openstack/tempest/+/76601510:46
*** dtantsur|afk is now known as dtantsur11:00
*** ramishra has quit IRC11:22
*** ramishra has joined #openstack-qa11:27
*** abdysn has joined #openstack-qa11:37
*** rfolco has joined #openstack-qa11:46
*** ramishra has quit IRC11:50
abdysnHi all, an issue started to appear with our daily CIs in Cinder tempest tests where the nova cleanup fails to detach an already detached volume see http://13.74.249.42/436/Cinder-tgtadm-Daily/stestr_results.html.gz, This seems to happen randomly and not on a specific test, sometimes it is the tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_cryptsetup, sometimes it is tempest.scenario.tes11:58
abdysnt_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario, sometimes it is other tests that fails. I believe the issue is the same as https://bugs.launchpad.net/tempest/+bug/1722577, but for some reason it started to appear in master now. anyone have an idea?11:58
openstackLaunchpad bug 1722577 in tempest "test_list_get_volume_attachments failing with 400 error on teardown when detaching an already detached volume" [Medium,Fix released] - Assigned to Matt Riedemann (mriedem)11:58
abdysnyou can see further logs in http://13.74.249.42/436/Cinder-tgtadm-Daily/. and i think the problem is in nova_volume_detach which is added to the cleanup by nova_volume_attach12:09
*** ricolin has quit IRC12:09
*** raildo has joined #openstack-qa12:25
*** jpena is now known as jpena|lunch12:35
*** yamamoto has quit IRC12:42
*** yamamoto has joined #openstack-qa12:43
*** yamamoto has quit IRC12:48
*** yamamoto has joined #openstack-qa12:48
*** yamamoto has quit IRC13:03
*** yamamoto has joined #openstack-qa13:03
*** yamamoto has quit IRC13:08
*** yamamoto has joined #openstack-qa13:09
*** rpittau|bbl is now known as rpittau13:12
openstackgerritsean mooney proposed openstack/devstack master: fix is_fedora for centos 8 stream  https://review.opendev.org/c/openstack/devstack/+/76636613:17
*** yamamoto has quit IRC13:18
*** sean-k-mooney has joined #openstack-qa13:18
sean-k-mooneyfrickler: sorry for the delay on updating https://review.opendev.org/c/openstack/devstack/+/766366 but its now matching explcitly13:19
*** brinzhang has quit IRC13:21
*** brinzhang has joined #openstack-qa13:22
*** brinzhang has quit IRC13:23
*** brinzhang has joined #openstack-qa13:23
*** jhouser has quit IRC13:34
*** jpena|lunch is now known as jpena13:36
*** vishalmanchanda has quit IRC13:52
*** yamamoto has joined #openstack-qa13:55
*** jangutter has joined #openstack-qa13:57
*** jangutter has left #openstack-qa13:57
*** paras333_ has joined #openstack-qa13:59
*** paras333_ has quit IRC14:02
gmann#startmeeting qa14:02
openstackMeeting started Tue Dec 15 14:02:15 2020 UTC and is due to finish in 60 minutes.  The chair is gmann. Information about MeetBot at http://wiki.debian.org/MeetBot.14:02
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.14:02
*** openstack changes topic to " (Meeting topic: qa)"14:02
openstackThe meeting name has been set to 'qa'14:02
gmannwho all here today?14:02
kopecmartinhi o/14:02
yoctozeptoo/14:02
*** paras333 has joined #openstack-qa14:02
gmannlet's start14:04
gmann#link https://wiki.openstack.org/wiki/Meetings/QATeamMeeting#Agenda_for_next_Office_hours14:04
gmann^^ today agenda14:04
gmann#topic Announcement and Action Item (Optional)14:04
*** openstack changes topic to "Announcement and Action Item (Optional) (Meeting topic: qa)"14:04
gmannno action item from previous meeting14:05
gmannskipping event thing as no coming planned event yet14:05
gmann#topic Gate Status Checks14:05
*** openstack changes topic to "Gate Status Checks (Meeting topic: qa)"14:05
gmannthere are many failure in gate in last week14:06
*** yamamoto has quit IRC14:06
gmannstable/rocky is still broken due to stackviz pulling the latest requirement on py3.514:06
gmann#link http://lists.openstack.org/pipermail/openstack-discuss/2020-December/019431.html14:07
gmannamotoki: and I are trying few fixes for that. I will continue on this after office hour14:07
gmann#link https://review.opendev.org/c/openstack/stackviz/+/767063 #link https://review.opendev.org/c/openstack/horizon/+/76706614:08
gmannbandit fixes are not landed in stable/train yet #link https://review.opendev.org/c/openstack/devstack/+/76662214:08
gmannlyarwood commented on review about the current failure on that patch which are valid one and need to fix first14:09
yoctozeptoyup, broke on sdk14:09
gmannyoctozepto: do we have fix up?14:09
yoctozeptonot one that I know of14:10
gmannok14:10
yoctozeptoworth focusing on it I guess14:10
gmannyeah, stable/rocky is EM so let priority on stable/train first14:10
gmannany other gate failure need more attention ?14:11
amotokido we have periodic jobs to check our stable gate is healthy?14:12
amotokiwe usually detect our breakage when soemone proposes a backport.14:12
gmannyes, we have tempest job also running periodic for stable14:12
gmannamotoki: #link https://github.com/openstack/tempest/blob/master/zuul.d/project.yaml#L13714:13
gmannwe run for all stable branch but how much we monitor that is question14:13
gmannmay be we should check those in office hour at elast14:14
gmannleast14:14
amotokiokay, so perhaps we need to check job results periodically14:14
gmannyeah14:14
gmann#action gmann add periodic jobs result checks in office hour agenda14:14
amotokithanks. we already have good stuffs :)14:14
gmannlet's keep working on current failure after office hour on priority14:15
gmann#topic Sub Teams highlights14:15
*** openstack changes topic to "Sub Teams highlights (Meeting topic: qa)"14:15
gmannTempest14:16
gmannI have started the release process to end the support of stable/stein which is now Extended maintenance now14:16
gmannsame for patrole14:16
gmannI will push the release patches today14:16
gmannDevstack14:17
gmannanything else on devstack side other than the current gate failure on stable14:17
gmannGrenade ?14:18
gmannHacking14:19
gmannI saw project started moving towards 4.0.0. at least during the l-c failure where we had conflcit on pyflake and hacking version things14:20
gmann#topic Community goal tracking14:20
*** openstack changes topic to "Community goal tracking (Meeting topic: qa)"14:20
gmann#link https://etherpad.opendev.org/p/qa-community-wide-goals-tracking14:20
gmannI have marked both goal as no  work for QA repo14:21
gmannI will remove it from agenda also for Wallaby cycle.14:21
gmann#action gmann remove community goal tracking from agenda14:22
gmann#topic Gate Blocker Fix / Urgent Change14:22
*** openstack changes topic to "Gate Blocker Fix / Urgent Change (Meeting topic: qa)"14:22
gmannfor gate failure fixes we already discussed.14:22
gmannany other urgent review request ?14:22
*** nweinber has joined #openstack-qa14:23
gmann#topic Open Discussion14:23
*** openstack changes topic to "Open Discussion (Meeting topic: qa)"14:23
gmannnothing on agenda so let's move14:24
gmann#topic Bug Triage (last 30 min)14:24
*** openstack changes topic to "Bug Triage (last 30 min) (Meeting topic: qa)"14:24
gmannkopecmartin: go ahead14:24
gmannmay be a quick update if you have otherewise we can skip the bug triage today and work on gate failure ?14:24
kopecmartini don't have any updates regarding bug triaging .. i've been working on some refstack, refstack-client and tempestocnf maintenance14:24
gmannok, thanks14:25
gmannlet's close the office hour then. thanks all for joining14:25
gmann#endmeeting14:25
*** openstack changes topic to "Discussion of OpenStack Quality Assurance Projects (tempest, devstack, grenade, and friends) | docs https://wiki.openstack.org/wiki/QA | specs https://review.openstack.org/#/q/project:openstack/qa-specs | channel logs http://eavesdrop.openstack.org/irclogs/%23openstack-qa/"14:25
openstackMeeting ended Tue Dec 15 14:25:35 2020 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)14:25
openstackMinutes:        http://eavesdrop.openstack.org/meetings/qa/2020/qa.2020-12-15-14.02.html14:25
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/qa/2020/qa.2020-12-15-14.02.txt14:25
openstackLog:            http://eavesdrop.openstack.org/meetings/qa/2020/qa.2020-12-15-14.02.log.html14:25
gmannamotoki: give me 10 min I will fix the placement l-c failure and then we can discuss the stackviz thing14:26
amotokigmann: np. I am in the neutron meeting now :)14:26
gmannk14:26
artomsean-k-mooney, have time to review some whitebox patches please?14:32
sean-k-mooneyi can make time sure14:33
artomI've added you to 3 of them (not going to spam here), and then there's https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/71604214:33
sean-k-mooneycool ill take a look at them start with ^14:33
artomCheers!14:34
sean-k-mooneyso one issue with the readme git clone https://opendev.org/x/whitebox-tempest-plugin14:35
sean-k-mooneyit now under openstack namespace14:35
artomDoh, yeah14:36
sean-k-mooneywe could leave that to a later patch if you want14:36
sean-k-mooneythe rest looks fine to me14:37
sean-k-mooneydefinetly an improvement over what we had before14:37
artomNah, lemme update it14:39
*** ralonsoh has quit IRC14:40
*** ralonsoh has joined #openstack-qa14:41
openstackgerritArtom Lifshitz proposed openstack/whitebox-tempest-plugin master: Update README  https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/71604214:41
openstackgerritLee Yarwood proposed openstack/tempest master: compute: Wait for volume snapshots when creating image from server  https://review.opendev.org/c/openstack/tempest/+/76716514:42
*** sboyron has quit IRC14:56
*** sboyron has joined #openstack-qa15:14
sean-k-mooneyartom: i think i got the 3? if i missed one let me know15:25
artomsean-k-mooney, I think you did, cheers!15:25
artomI'm also currently wrangling https://review.rdoproject.org/r/#/c/31116/6/ (the packaging review)15:26
artomWhat's the etiquette around listing requirements? Even if it's transitive we still have to list it, yeah?15:26
artomSo, example, we need olso.log and tempest, and tempest needs oslo.log itself, we still have to list oslo.log in our requirements.txt?15:26
sean-k-mooneyi think we only have to list direct requirements but for spec files i honestly dont know15:27
artomK, I'll figure it out in the review15:28
sean-k-mooneylooks like we should be listing oslo.config in our requriements too15:28
sean-k-mooneyits currently coming in via test requiremetns as a transitive dep15:29
sean-k-mooneyeither from tempest or oslo.log15:29
*** abdysn has quit IRC15:32
*** chaconpiza has quit IRC15:43
*** chaconpiza has joined #openstack-qa15:43
*** sboyron has quit IRC15:51
*** sboyron has joined #openstack-qa15:52
*** ralonsoh has quit IRC15:58
*** ralonsoh has joined #openstack-qa15:59
*** yamamoto has joined #openstack-qa16:05
*** ralonsoh has quit IRC16:15
*** ralonsoh has joined #openstack-qa16:15
*** ralonsoh has quit IRC16:23
*** yamamoto has quit IRC16:24
*** ralonsoh has joined #openstack-qa16:29
*** lseki has joined #openstack-qa16:30
openstackgerritGhanshyam proposed openstack/tempest master: Use victoria stable constraint in tox to release 26.0.0  https://review.opendev.org/c/openstack/tempest/+/76718416:38
gmannkopecmartin: masayukig ^^ we need to pin constraints also for 26.0.016:39
gmannI am holding the 26.0.0 release until this16:39
openstackgerritArtom Lifshitz proposed openstack/whitebox-tempest-plugin master: Make test_cpu_dedicated use the same_host scheduler hint  https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/76718517:02
*** hamalq has joined #openstack-qa17:25
*** hamalq_ has joined #openstack-qa17:27
*** gfidente is now known as gfidente|afk17:28
*** dtantsur is now known as dtantsur|afk17:29
*** hamalq has quit IRC17:31
gmannkopecmartin: masayukig seems like tempest-all is all broken - https://zuul.openstack.org/builds?job_name=tempest-all&job_name=tempest-full-oslo-master&pipeline=periodic17:44
*** rpittau is now known as rpittau|afk17:46
openstackgerritGhanshyam proposed openstack/stackviz master: Add py2 tempest-full job for stable rocky testing  https://review.opendev.org/c/openstack/stackviz/+/76719318:04
gmannamotoki: rocky job on stackviz gate is based on tempest-full-py3 not tempest-full which is failing, adding that ^^18:06
gmannwith that we should see that failure in stckviz and check if fix work. if it does not then I agree to add your workaround in devstack side18:07
openstackgerritMerged openstack/whitebox-tempest-plugin master: create_test_server(): don't clobber passed `wait_until`  https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/74778718:13
*** jpena is now known as jpena|off18:14
*** yamamoto has joined #openstack-qa18:24
openstackgerritMerged openstack/whitebox-tempest-plugin master: Stop installing crudini and iniparse from source  https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/76304018:29
openstackgerritMerged openstack/whitebox-tempest-plugin master: Unskip test_cpu_model_extra_flags  https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/76404218:29
openstackgerritMerged openstack/whitebox-tempest-plugin master: Update README  https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/71604218:29
*** yamamoto has quit IRC18:37
*** artom has quit IRC19:25
*** ccamposr has joined #openstack-qa19:46
*** ccamposr__ has quit IRC19:49
*** gcheresh has quit IRC19:49
openstackgerritRadosÅ‚aw Piliszek proposed openstack/devstack master: fix is_fedora for centos 8 stream  https://review.opendev.org/c/openstack/devstack/+/76636619:58
openstackgerritRadosÅ‚aw Piliszek proposed openstack/devstack master: Check centos-8-stream  https://review.opendev.org/c/openstack/devstack/+/75912219:59
*** yamamoto has joined #openstack-qa20:36
*** artom has joined #openstack-qa20:42
*** lbragstad has quit IRC20:43
*** ccamposr has quit IRC21:00
openstackgerritArtom Lifshitz proposed openstack/whitebox-tempest-plugin master: Unskip test_rx_tx_queue_size  https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/76721821:01
*** sboyron has quit IRC21:02
*** raildo has quit IRC21:03
*** yamamoto has quit IRC21:03
*** rfolco has quit IRC21:10
*** rcernin has joined #openstack-qa21:25
*** nweinber has quit IRC21:41
*** ccamposr has joined #openstack-qa21:44
*** ccamposr__ has joined #openstack-qa21:48
*** ccamposr has quit IRC21:49
*** lbragstad has joined #openstack-qa21:53
*** trident has quit IRC21:56
*** ccamposr has joined #openstack-qa21:56
*** ccamposr__ has quit IRC21:56
*** ccamposr has quit IRC21:59
*** ccamposr has joined #openstack-qa21:59
*** trident has joined #openstack-qa22:00
*** yamamoto has joined #openstack-qa22:01
*** ccamposr has quit IRC22:09
*** ccamposr has joined #openstack-qa22:11
*** ccamposr has quit IRC22:14
*** ccamposr has joined #openstack-qa22:14
*** ccamposr__ has joined #openstack-qa22:19
*** ccamposr has quit IRC22:19
*** ccamposr has joined #openstack-qa22:22
*** ccamposr__ has quit IRC22:22
*** ccamposr has quit IRC22:24
*** yamamoto has quit IRC22:28
*** yamamoto has joined #openstack-qa22:28
masayukiggmann: regarding tempest-all, should we use python3-guestfs instead of python-guestfs according to the message? "Package python-guestfs is not available, but is referred to by another package."23:19
gmannmasayukig: but that is from devstack which is working in all  other jobs23:21
masayukiggmann: hmm, is the ubuntu version is the same?23:22
gmanndid not check but it should be focal23:27
*** slaweq has quit IRC23:32
masayukiggmann: thanks. If so, using python3-guestfs should work in all other jobs, too?23:34
masayukiggmann: pythong-guesfs is not listed in focal https://packages.ubuntu.com/search?lang=en&suite=default&arch=any&searchon=names&keywords=python-guestfs23:34
masayukigpython3-guestfs should be better? https://packages.ubuntu.com/search?lang=en&keywords=python3-guestfs23:35
masayukiggmann: regarding the pinning constraints patch, we don't need a revert patch together?23:43
gmannmasayukig: for tox, yes but we need to be careful on releasing otherwise it can cause same issue what 25.0.0 is having23:47
gmannmasayukig: so once it is merged I will update 26.0.0 release patch and then merge the revert23:47
*** artom has quit IRC23:47
gmannmasayukig: for python-guesfs, i thnk we need to check why it is failing in tempest-all only and not other jobs23:48
gmannI will check that sometime next week23:48
*** artom has joined #openstack-qa23:48
masayukiggmann: thanks, +A for the tox patch.23:51
gmannthansk23:51

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