*** tosky has quit IRC | 00:10 | |
gmann | kopecmartin: masayukig ^^ indentation is ok now. | 00:11 |
---|---|---|
masayukig | gmann: thanks! +2 | 00:13 |
masayukig | gmann: btw, can you moderate the today's office hour? (It's today for me.. ) | 00:14 |
gmann | masayukig: sure, tomorrow for me :) | 00:14 |
masayukig | gmann: thanks! | 00:14 |
gmann | np! | 00:14 |
kopecmartin | gmann: 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/+/752786 | 00:14 |
gmann | kopecmartin: masayukig is this the issue ? 'No known key found for this signature in database' - https://opendev.org/openstack/tempest/commit/cdbfb5eb3eb103a1bfeac9bfd0b124581ab80a04 | 00:17 |
gmann | which is what kopecmartin mentioned in his comment | 00:17 |
masayukig | I'm not sure, I think it's just a gitea's function. | 00:17 |
kopecmartin | i think so, when i was breakpointing reno and went step by step , it couldn't see those commits with the 'lock' | 00:18 |
masayukig | And the logo is "unlocked". | 00:18 |
gmann | did anyone try to install tempest 25.0.0 ? | 00:19 |
*** rfolco has quit IRC | 00:19 | |
*** rfolco has joined #openstack-qa | 00:19 | |
masayukig | gmann: I just did it from pip. | 00:20 |
masayukig | It works | 00:20 |
gmann | yeah, me too. there is no issue on pip versioning | 00:20 |
masayukig | yeah, It seems only reno issue | 00:21 |
gmann | kopecmartin: anyways, this is to add release notes page so we can try with the new release tag version so we can merge 766770 | 00:21 |
gmann | masayukig: did you check with release team, may be they can help | 00:22 |
masayukig | gmann: not yet. yeah, I was thinking about it. It's been a while from the release, though.. | 00:22 |
*** icey has quit IRC | 00:23 | |
*** rfolco has quit IRC | 00:25 | |
openstackgerrit | Merged openstack/patrole master: Add releasenote to tag the end of support for Stein https://review.opendev.org/c/openstack/patrole/+/766782 | 00:26 |
*** ramishra has quit IRC | 00:27 | |
*** ccamposr__ has quit IRC | 00:28 | |
*** paras333 has quit IRC | 00:32 | |
openstackgerrit | Merged openstack/tempest master: Add releasenote to tag the end of support for Stein https://review.opendev.org/c/openstack/tempest/+/766770 | 00:40 |
amotoki | gmann: 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 |
amotoki | gmann: 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 |
amotoki | gmann: this is the context. | 00:42 |
gmann | amotoki: ohk but does this job install test-requirements too ? | 00:43 |
amotoki | gmann: https://review.opendev.org/c/openstack/horizon/+/765945 also hit the bandit related failure in devstack and this is what you mentioned. | 00:44 |
amotoki | gmann: it is py27 so isn't test-requirements required? | 00:44 |
gmann | amotoki: on integration jobs we should not need test requirements until you do not run the functional tests there | 00:45 |
amotoki | gmann: which one do you mean? | 00:46 |
gmann | amotoki: this job https://zuul.opendev.org/t/openstack/build/acf6ccdf1b304cb29ab41baa0d80ec55 | 00:46 |
gmann | amotoki: but you are fixing it for py2 unit/functional test job too ? | 00:47 |
amotoki | gmann: I think it has no additional installation. | 00:47 |
gmann | ohk | 00:47 |
amotoki | gmann: the original failure happened in https://review.opendev.org/c/openstack/horizon/+/765945 | 00:47 |
gmann | ah got it. https://zuul.opendev.org/t/openstack/build/e8e3e5802c214be99510c0b3f91f0afe | 00:48 |
amotoki | gmann: 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 |
gmann | yeah, i did not saw the py27 job failure early | 00:49 |
amotoki | gmann: so I think horizon-dsvm-tempest-plugin hits a new failure mode... | 00:51 |
gmann | amotoki: yeah, I am testing it on nova also https://review.opendev.org/c/openstack/nova/+/767027 | 00:51 |
gmann | amotoki: I think we need to prepare the py2 compatible requirement for stackviz | 00:52 |
gmann | amotoki: 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 only | 00:52 |
amotoki | gmann: skipping stackviz in rocky (or older if any) sounds fair. | 00:53 |
amotoki | gmann: it is not so surprising in EM branches. | 00:54 |
gmann | amotoki: 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 env | 00:57 |
gmann | amotoki which is lot of work so removing seems best way to go | 00:57 |
gmann | oh wait | 00:58 |
amotoki | gmann: why ALL the rocky job? | 00:58 |
gmann | amotoki: they install it on py3.5 (on xenial node) | 00:58 |
gmann | amotoki: every tempest based job will fail with same error beacuse of same reason | 00:59 |
amotoki | gmann: ah. I got what you mean by "ALL" | 00:59 |
gmann | amotoki: 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 run | 01:00 |
gmann | I have fixed that thing from tempest 24.0.0 onwards by moving the stackviz role from branchless tempest to devstack side which is branched | 01:02 |
gmann | but tempest 23.0.0 use the in-tree tempest stackviz role | 01:02 |
amotoki | hmm.... | 01:02 |
gmann | amotoki: i can try with one hack on stackviz req side if that does not fail on requirement-check job | 01:05 |
amotoki | gmann: 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 |
gmann | yeah | 01:06 |
amotoki | gmann: one idea is to remove /opt/cache/files/stackviz-latest.tar.gz in devstack/playbooks/pre.yaml | 01:07 |
amotoki | devstack has stable/rocky branch, so we can add a workaround there. | 01:07 |
gmann | amotoki: is that pulled form devstack or tempest | 01:07 |
gmann | here https://github.com/openstack/tempest/blob/23.0.0/roles/process-stackviz/tasks/main.yaml | 01:09 |
gmann | amotoki: 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 |
amotoki | gmann: 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 |
amotoki | gmann: I wonder who pulls stackviz-latest.tar.gz to /opt/cache/files... | 01:11 |
*** rcernin has quit IRC | 01:12 | |
gmann | amotoki: ah right. that is from periodic job https://opendev.org/openstack/project-config/src/branch/master/nodepool/elements/cache-devstack/source-repository-stackviz#L1 | 01:14 |
amotoki | gmann: so, I think we can skip stackviz processing if we delete stackviz-latest.tar.gz in a "pre" playbook | 01:16 |
openstackgerrit | Ghanshyam proposed openstack/stackviz master: Try stable/rocky gate fix https://review.opendev.org/c/openstack/stackviz/+/767063 | 01:18 |
gmann | amotoki: ^^ trying to cap the subunit2sql for py3.5 | 01:19 |
*** rcernin has joined #openstack-qa | 01:20 | |
gmann | amotoki: 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-checks | 01:23 |
gmann | if we have that job in stackviz :) | 01:23 |
openstackgerrit | Ghanshyam proposed openstack/stackviz master: DNM: checking if rocky stable job fail here as it is currently broken https://review.opendev.org/c/openstack/stackviz/+/767065 | 01:26 |
gmann | amotoki: 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 |
amotoki | gmann: yeah, I can. | 01:31 |
amotoki | gmann: I also pushed a test patch for an option to delete the stackviz cache https://review.opendev.org/c/openstack/horizon/+/767066 | 01:31 |
*** ccamposr has joined #openstack-qa | 02:15 | |
*** paras333 has joined #openstack-qa | 02:33 | |
*** paras333 has quit IRC | 02:37 | |
*** rcernin has quit IRC | 02:42 | |
*** rcernin has joined #openstack-qa | 02:54 | |
*** hamalq_ has quit IRC | 02:55 | |
*** raukadah is now known as chandankumar | 04:38 | |
*** lseki has quit IRC | 04:40 | |
*** vishalmanchanda has joined #openstack-qa | 05:04 | |
*** evrardjp has quit IRC | 05:33 | |
*** evrardjp has joined #openstack-qa | 05:33 | |
*** brinzhang has joined #openstack-qa | 05:55 | |
*** mtreinish has quit IRC | 06:05 | |
*** gcheresh has joined #openstack-qa | 06:35 | |
*** rcernin has quit IRC | 07:06 | |
*** brinzhang has quit IRC | 07:10 | |
*** brinzhang has joined #openstack-qa | 07:10 | |
*** mtreinish has joined #openstack-qa | 07:37 | |
*** icey has joined #openstack-qa | 07:42 | |
*** rcernin has joined #openstack-qa | 07:43 | |
*** ccamposr__ has joined #openstack-qa | 07:48 | |
*** rcernin has quit IRC | 07:48 | |
*** ccamposr has quit IRC | 07:50 | |
*** sboyron has joined #openstack-qa | 07:55 | |
*** slaweq has quit IRC | 07:56 | |
*** slaweq has joined #openstack-qa | 07:58 | |
*** rcernin has joined #openstack-qa | 07:59 | |
*** rcernin has quit IRC | 08:04 | |
*** rpittau|afk is now known as rpittau | 08:06 | |
*** rcernin has joined #openstack-qa | 08:08 | |
*** gfidente has joined #openstack-qa | 08:08 | |
*** rcernin has quit IRC | 08:12 | |
amotoki | gmann: I wrote what I investigated and tested in your test change https://review.opendev.org/c/openstack/stackviz/+/767063 | 08:28 |
amotoki | gmann: there is a point which is not clear to me. See my comments there ^ | 08:29 |
*** rcernin has joined #openstack-qa | 08:33 | |
*** rcernin has quit IRC | 08:34 | |
openstackgerrit | Masayuki Igawa proposed openstack/tempest master: Add release notes page for version 25.0.0 https://review.opendev.org/c/openstack/tempest/+/752786 | 08:39 |
*** tosky has joined #openstack-qa | 08:41 | |
*** jpena|off is now known as jpena | 08:57 | |
*** vishalmanchanda has quit IRC | 10:22 | |
*** rpittau is now known as rpittau|bbl | 10:27 | |
*** vishalmanchanda has joined #openstack-qa | 10:30 | |
*** ramishra has joined #openstack-qa | 10:30 | |
*** yamamoto has joined #openstack-qa | 10:34 | |
openstackgerrit | Soniya Murlidhar Vyas proposed openstack/tempest master: Need to make some apis non-private https://review.opendev.org/c/openstack/tempest/+/766015 | 10:46 |
*** dtantsur|afk is now known as dtantsur | 11:00 | |
*** ramishra has quit IRC | 11:22 | |
*** ramishra has joined #openstack-qa | 11:27 | |
*** abdysn has joined #openstack-qa | 11:37 | |
*** rfolco has joined #openstack-qa | 11:46 | |
*** ramishra has quit IRC | 11:50 | |
abdysn | Hi 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.tes | 11:58 |
abdysn | t_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 |
openstack | Launchpad 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 |
abdysn | you 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_attach | 12:09 |
*** ricolin has quit IRC | 12:09 | |
*** raildo has joined #openstack-qa | 12:25 | |
*** jpena is now known as jpena|lunch | 12:35 | |
*** yamamoto has quit IRC | 12:42 | |
*** yamamoto has joined #openstack-qa | 12:43 | |
*** yamamoto has quit IRC | 12:48 | |
*** yamamoto has joined #openstack-qa | 12:48 | |
*** yamamoto has quit IRC | 13:03 | |
*** yamamoto has joined #openstack-qa | 13:03 | |
*** yamamoto has quit IRC | 13:08 | |
*** yamamoto has joined #openstack-qa | 13:09 | |
*** rpittau|bbl is now known as rpittau | 13:12 | |
openstackgerrit | sean mooney proposed openstack/devstack master: fix is_fedora for centos 8 stream https://review.opendev.org/c/openstack/devstack/+/766366 | 13:17 |
*** yamamoto has quit IRC | 13:18 | |
*** sean-k-mooney has joined #openstack-qa | 13:18 | |
sean-k-mooney | frickler: sorry for the delay on updating https://review.opendev.org/c/openstack/devstack/+/766366 but its now matching explcitly | 13:19 |
*** brinzhang has quit IRC | 13:21 | |
*** brinzhang has joined #openstack-qa | 13:22 | |
*** brinzhang has quit IRC | 13:23 | |
*** brinzhang has joined #openstack-qa | 13:23 | |
*** jhouser has quit IRC | 13:34 | |
*** jpena|lunch is now known as jpena | 13:36 | |
*** vishalmanchanda has quit IRC | 13:52 | |
*** yamamoto has joined #openstack-qa | 13:55 | |
*** jangutter has joined #openstack-qa | 13:57 | |
*** jangutter has left #openstack-qa | 13:57 | |
*** paras333_ has joined #openstack-qa | 13:59 | |
*** paras333_ has quit IRC | 14:02 | |
gmann | #startmeeting qa | 14:02 |
openstack | Meeting 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 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 14:02 |
*** openstack changes topic to " (Meeting topic: qa)" | 14:02 | |
openstack | The meeting name has been set to 'qa' | 14:02 |
gmann | who all here today? | 14:02 |
kopecmartin | hi o/ | 14:02 |
yoctozepto | o/ | 14:02 |
*** paras333 has joined #openstack-qa | 14:02 | |
gmann | let's start | 14:04 |
gmann | #link https://wiki.openstack.org/wiki/Meetings/QATeamMeeting#Agenda_for_next_Office_hours | 14:04 |
gmann | ^^ today agenda | 14:04 |
gmann | #topic Announcement and Action Item (Optional) | 14:04 |
*** openstack changes topic to "Announcement and Action Item (Optional) (Meeting topic: qa)" | 14:04 | |
gmann | no action item from previous meeting | 14:05 |
gmann | skipping event thing as no coming planned event yet | 14:05 |
gmann | #topic Gate Status Checks | 14:05 |
*** openstack changes topic to "Gate Status Checks (Meeting topic: qa)" | 14:05 | |
gmann | there are many failure in gate in last week | 14:06 |
*** yamamoto has quit IRC | 14:06 | |
gmann | stable/rocky is still broken due to stackviz pulling the latest requirement on py3.5 | 14:06 |
gmann | #link http://lists.openstack.org/pipermail/openstack-discuss/2020-December/019431.html | 14:07 |
gmann | amotoki: and I are trying few fixes for that. I will continue on this after office hour | 14:07 |
gmann | #link https://review.opendev.org/c/openstack/stackviz/+/767063 #link https://review.opendev.org/c/openstack/horizon/+/767066 | 14:08 |
gmann | bandit fixes are not landed in stable/train yet #link https://review.opendev.org/c/openstack/devstack/+/766622 | 14:08 |
gmann | lyarwood commented on review about the current failure on that patch which are valid one and need to fix first | 14:09 |
yoctozepto | yup, broke on sdk | 14:09 |
gmann | yoctozepto: do we have fix up? | 14:09 |
yoctozepto | not one that I know of | 14:10 |
gmann | ok | 14:10 |
yoctozepto | worth focusing on it I guess | 14:10 |
gmann | yeah, stable/rocky is EM so let priority on stable/train first | 14:10 |
gmann | any other gate failure need more attention ? | 14:11 |
amotoki | do we have periodic jobs to check our stable gate is healthy? | 14:12 |
amotoki | we usually detect our breakage when soemone proposes a backport. | 14:12 |
gmann | yes, we have tempest job also running periodic for stable | 14:12 |
gmann | amotoki: #link https://github.com/openstack/tempest/blob/master/zuul.d/project.yaml#L137 | 14:13 |
gmann | we run for all stable branch but how much we monitor that is question | 14:13 |
gmann | may be we should check those in office hour at elast | 14:14 |
gmann | least | 14:14 |
amotoki | okay, so perhaps we need to check job results periodically | 14:14 |
gmann | yeah | 14:14 |
gmann | #action gmann add periodic jobs result checks in office hour agenda | 14:14 |
amotoki | thanks. we already have good stuffs :) | 14:14 |
gmann | let's keep working on current failure after office hour on priority | 14:15 |
gmann | #topic Sub Teams highlights | 14:15 |
*** openstack changes topic to "Sub Teams highlights (Meeting topic: qa)" | 14:15 | |
gmann | Tempest | 14:16 |
gmann | I have started the release process to end the support of stable/stein which is now Extended maintenance now | 14:16 |
gmann | same for patrole | 14:16 |
gmann | I will push the release patches today | 14:16 |
gmann | Devstack | 14:17 |
gmann | anything else on devstack side other than the current gate failure on stable | 14:17 |
gmann | Grenade ? | 14:18 |
gmann | Hacking | 14:19 |
gmann | I saw project started moving towards 4.0.0. at least during the l-c failure where we had conflcit on pyflake and hacking version things | 14:20 |
gmann | #topic Community goal tracking | 14:20 |
*** openstack changes topic to "Community goal tracking (Meeting topic: qa)" | 14:20 | |
gmann | #link https://etherpad.opendev.org/p/qa-community-wide-goals-tracking | 14:20 |
gmann | I have marked both goal as no work for QA repo | 14:21 |
gmann | I will remove it from agenda also for Wallaby cycle. | 14:21 |
gmann | #action gmann remove community goal tracking from agenda | 14:22 |
gmann | #topic Gate Blocker Fix / Urgent Change | 14:22 |
*** openstack changes topic to "Gate Blocker Fix / Urgent Change (Meeting topic: qa)" | 14:22 | |
gmann | for gate failure fixes we already discussed. | 14:22 |
gmann | any other urgent review request ? | 14:22 |
*** nweinber has joined #openstack-qa | 14:23 | |
gmann | #topic Open Discussion | 14:23 |
*** openstack changes topic to "Open Discussion (Meeting topic: qa)" | 14:23 | |
gmann | nothing on agenda so let's move | 14:24 |
gmann | #topic Bug Triage (last 30 min) | 14:24 |
*** openstack changes topic to "Bug Triage (last 30 min) (Meeting topic: qa)" | 14:24 | |
gmann | kopecmartin: go ahead | 14:24 |
gmann | may be a quick update if you have otherewise we can skip the bug triage today and work on gate failure ? | 14:24 |
kopecmartin | i don't have any updates regarding bug triaging .. i've been working on some refstack, refstack-client and tempestocnf maintenance | 14:24 |
gmann | ok, thanks | 14:25 |
gmann | let's close the office hour then. thanks all for joining | 14:25 |
gmann | #endmeeting | 14: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 | |
openstack | Meeting ended Tue Dec 15 14:25:35 2020 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 14:25 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/qa/2020/qa.2020-12-15-14.02.html | 14:25 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/qa/2020/qa.2020-12-15-14.02.txt | 14:25 |
openstack | Log: http://eavesdrop.openstack.org/meetings/qa/2020/qa.2020-12-15-14.02.log.html | 14:25 |
gmann | amotoki: give me 10 min I will fix the placement l-c failure and then we can discuss the stackviz thing | 14:26 |
amotoki | gmann: np. I am in the neutron meeting now :) | 14:26 |
gmann | k | 14:26 |
artom | sean-k-mooney, have time to review some whitebox patches please? | 14:32 |
sean-k-mooney | i can make time sure | 14:33 |
artom | I'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/+/716042 | 14:33 |
sean-k-mooney | cool ill take a look at them start with ^ | 14:33 |
artom | Cheers! | 14:34 |
sean-k-mooney | so one issue with the readme git clone https://opendev.org/x/whitebox-tempest-plugin | 14:35 |
sean-k-mooney | it now under openstack namespace | 14:35 |
artom | Doh, yeah | 14:36 |
sean-k-mooney | we could leave that to a later patch if you want | 14:36 |
sean-k-mooney | the rest looks fine to me | 14:37 |
sean-k-mooney | definetly an improvement over what we had before | 14:37 |
artom | Nah, lemme update it | 14:39 |
*** ralonsoh has quit IRC | 14:40 | |
*** ralonsoh has joined #openstack-qa | 14:41 | |
openstackgerrit | Artom Lifshitz proposed openstack/whitebox-tempest-plugin master: Update README https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/716042 | 14:41 |
openstackgerrit | Lee Yarwood proposed openstack/tempest master: compute: Wait for volume snapshots when creating image from server https://review.opendev.org/c/openstack/tempest/+/767165 | 14:42 |
*** sboyron has quit IRC | 14:56 | |
*** sboyron has joined #openstack-qa | 15:14 | |
sean-k-mooney | artom: i think i got the 3? if i missed one let me know | 15:25 |
artom | sean-k-mooney, I think you did, cheers! | 15:25 |
artom | I'm also currently wrangling https://review.rdoproject.org/r/#/c/31116/6/ (the packaging review) | 15:26 |
artom | What's the etiquette around listing requirements? Even if it's transitive we still have to list it, yeah? | 15:26 |
artom | So, 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-mooney | i think we only have to list direct requirements but for spec files i honestly dont know | 15:27 |
artom | K, I'll figure it out in the review | 15:28 |
sean-k-mooney | looks like we should be listing oslo.config in our requriements too | 15:28 |
sean-k-mooney | its currently coming in via test requiremetns as a transitive dep | 15:29 |
sean-k-mooney | either from tempest or oslo.log | 15:29 |
*** abdysn has quit IRC | 15:32 | |
*** chaconpiza has quit IRC | 15:43 | |
*** chaconpiza has joined #openstack-qa | 15:43 | |
*** sboyron has quit IRC | 15:51 | |
*** sboyron has joined #openstack-qa | 15:52 | |
*** ralonsoh has quit IRC | 15:58 | |
*** ralonsoh has joined #openstack-qa | 15:59 | |
*** yamamoto has joined #openstack-qa | 16:05 | |
*** ralonsoh has quit IRC | 16:15 | |
*** ralonsoh has joined #openstack-qa | 16:15 | |
*** ralonsoh has quit IRC | 16:23 | |
*** yamamoto has quit IRC | 16:24 | |
*** ralonsoh has joined #openstack-qa | 16:29 | |
*** lseki has joined #openstack-qa | 16:30 | |
openstackgerrit | Ghanshyam proposed openstack/tempest master: Use victoria stable constraint in tox to release 26.0.0 https://review.opendev.org/c/openstack/tempest/+/767184 | 16:38 |
gmann | kopecmartin: masayukig ^^ we need to pin constraints also for 26.0.0 | 16:39 |
gmann | I am holding the 26.0.0 release until this | 16:39 |
openstackgerrit | Artom 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/+/767185 | 17:02 |
*** hamalq has joined #openstack-qa | 17:25 | |
*** hamalq_ has joined #openstack-qa | 17:27 | |
*** gfidente is now known as gfidente|afk | 17:28 | |
*** dtantsur is now known as dtantsur|afk | 17:29 | |
*** hamalq has quit IRC | 17:31 | |
gmann | kopecmartin: masayukig seems like tempest-all is all broken - https://zuul.openstack.org/builds?job_name=tempest-all&job_name=tempest-full-oslo-master&pipeline=periodic | 17:44 |
*** rpittau is now known as rpittau|afk | 17:46 | |
openstackgerrit | Ghanshyam proposed openstack/stackviz master: Add py2 tempest-full job for stable rocky testing https://review.opendev.org/c/openstack/stackviz/+/767193 | 18:04 |
gmann | amotoki: rocky job on stackviz gate is based on tempest-full-py3 not tempest-full which is failing, adding that ^^ | 18:06 |
gmann | with 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 side | 18:07 |
openstackgerrit | Merged openstack/whitebox-tempest-plugin master: create_test_server(): don't clobber passed `wait_until` https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/747787 | 18:13 |
*** jpena is now known as jpena|off | 18:14 | |
*** yamamoto has joined #openstack-qa | 18:24 | |
openstackgerrit | Merged openstack/whitebox-tempest-plugin master: Stop installing crudini and iniparse from source https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/763040 | 18:29 |
openstackgerrit | Merged openstack/whitebox-tempest-plugin master: Unskip test_cpu_model_extra_flags https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/764042 | 18:29 |
openstackgerrit | Merged openstack/whitebox-tempest-plugin master: Update README https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/716042 | 18:29 |
*** yamamoto has quit IRC | 18:37 | |
*** artom has quit IRC | 19:25 | |
*** ccamposr has joined #openstack-qa | 19:46 | |
*** ccamposr__ has quit IRC | 19:49 | |
*** gcheresh has quit IRC | 19:49 | |
openstackgerrit | Radosław Piliszek proposed openstack/devstack master: fix is_fedora for centos 8 stream https://review.opendev.org/c/openstack/devstack/+/766366 | 19:58 |
openstackgerrit | Radosław Piliszek proposed openstack/devstack master: Check centos-8-stream https://review.opendev.org/c/openstack/devstack/+/759122 | 19:59 |
*** yamamoto has joined #openstack-qa | 20:36 | |
*** artom has joined #openstack-qa | 20:42 | |
*** lbragstad has quit IRC | 20:43 | |
*** ccamposr has quit IRC | 21:00 | |
openstackgerrit | Artom Lifshitz proposed openstack/whitebox-tempest-plugin master: Unskip test_rx_tx_queue_size https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/767218 | 21:01 |
*** sboyron has quit IRC | 21:02 | |
*** raildo has quit IRC | 21:03 | |
*** yamamoto has quit IRC | 21:03 | |
*** rfolco has quit IRC | 21:10 | |
*** rcernin has joined #openstack-qa | 21:25 | |
*** nweinber has quit IRC | 21:41 | |
*** ccamposr has joined #openstack-qa | 21:44 | |
*** ccamposr__ has joined #openstack-qa | 21:48 | |
*** ccamposr has quit IRC | 21:49 | |
*** lbragstad has joined #openstack-qa | 21:53 | |
*** trident has quit IRC | 21:56 | |
*** ccamposr has joined #openstack-qa | 21:56 | |
*** ccamposr__ has quit IRC | 21:56 | |
*** ccamposr has quit IRC | 21:59 | |
*** ccamposr has joined #openstack-qa | 21:59 | |
*** trident has joined #openstack-qa | 22:00 | |
*** yamamoto has joined #openstack-qa | 22:01 | |
*** ccamposr has quit IRC | 22:09 | |
*** ccamposr has joined #openstack-qa | 22:11 | |
*** ccamposr has quit IRC | 22:14 | |
*** ccamposr has joined #openstack-qa | 22:14 | |
*** ccamposr__ has joined #openstack-qa | 22:19 | |
*** ccamposr has quit IRC | 22:19 | |
*** ccamposr has joined #openstack-qa | 22:22 | |
*** ccamposr__ has quit IRC | 22:22 | |
*** ccamposr has quit IRC | 22:24 | |
*** yamamoto has quit IRC | 22:28 | |
*** yamamoto has joined #openstack-qa | 22:28 | |
masayukig | gmann: 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 |
gmann | masayukig: but that is from devstack which is working in all other jobs | 23:21 |
masayukig | gmann: hmm, is the ubuntu version is the same? | 23:22 |
gmann | did not check but it should be focal | 23:27 |
*** slaweq has quit IRC | 23:32 | |
masayukig | gmann: thanks. If so, using python3-guestfs should work in all other jobs, too? | 23:34 |
masayukig | gmann: pythong-guesfs is not listed in focal https://packages.ubuntu.com/search?lang=en&suite=default&arch=any&searchon=names&keywords=python-guestfs | 23:34 |
masayukig | python3-guestfs should be better? https://packages.ubuntu.com/search?lang=en&keywords=python3-guestfs | 23:35 |
masayukig | gmann: regarding the pinning constraints patch, we don't need a revert patch together? | 23:43 |
gmann | masayukig: for tox, yes but we need to be careful on releasing otherwise it can cause same issue what 25.0.0 is having | 23:47 |
gmann | masayukig: so once it is merged I will update 26.0.0 release patch and then merge the revert | 23:47 |
*** artom has quit IRC | 23:47 | |
gmann | masayukig: for python-guesfs, i thnk we need to check why it is failing in tempest-all only and not other jobs | 23:48 |
gmann | I will check that sometime next week | 23:48 |
*** artom has joined #openstack-qa | 23:48 | |
masayukig | gmann: thanks, +A for the tox patch. | 23:51 |
gmann | thansk | 23:51 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!