| *** gregwork has quit IRC | 00:42 | |
| *** Liang__ has joined #openstack-qa | 01:09 | |
| *** tkajinam has quit IRC | 01:29 | |
| *** tkajinam has joined #openstack-qa | 01:29 | |
| openstackgerrit | Colleen Murphy proposed openstack/devstack master: Fix pip distro package removal for focal https://review.opendev.org/726994 | 01:41 |
|---|---|---|
| openstackgerrit | Ian Wienand proposed openstack/devstack stable/train: Add ensure-virtualenv role https://review.opendev.org/727000 | 02:07 |
| *** viks____ has joined #openstack-qa | 02:25 | |
| *** paras333 has joined #openstack-qa | 02:58 | |
| *** hongbin has joined #openstack-qa | 03:00 | |
| *** paras333 has quit IRC | 03:28 | |
| *** rh-jelabarre has quit IRC | 03:47 | |
| *** yamamoto has joined #openstack-qa | 03:53 | |
| *** gcheresh_ has joined #openstack-qa | 04:31 | |
| *** evrardjp has quit IRC | 04:36 | |
| *** evrardjp has joined #openstack-qa | 04:36 | |
| *** yamamoto has quit IRC | 04:43 | |
| *** hongbin has quit IRC | 05:04 | |
| *** udesale has joined #openstack-qa | 05:35 | |
| *** brinzhang has quit IRC | 06:11 | |
| *** abdysn has joined #openstack-qa | 06:11 | |
| *** brinzhang has joined #openstack-qa | 06:12 | |
| *** nightmare_unreal has joined #openstack-qa | 06:14 | |
| *** brinzhang has quit IRC | 06:14 | |
| *** brinzhang has joined #openstack-qa | 06:15 | |
| *** tkajinam has quit IRC | 06:35 | |
| *** tkajinam has joined #openstack-qa | 06:36 | |
| *** slaweq has joined #openstack-qa | 07:11 | |
| *** vishakha has joined #openstack-qa | 07:28 | |
| *** ralonsoh has joined #openstack-qa | 07:33 | |
| *** tosky has joined #openstack-qa | 07:35 | |
| openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/tempest master: Prevent raising exception if IP address is set in _hotplug_server https://review.opendev.org/716355 | 07:35 |
| openstackgerrit | Rajat Dhasmana proposed openstack/tempest master: Add flexibility to set volume size from conf https://review.opendev.org/727091 | 07:47 |
| *** dtantsur|afk is now known as dtantsur | 07:54 | |
| *** jpena|off is now known as jpena | 07:56 | |
| *** rpittau|afk is now known as rpittau | 07:58 | |
| *** lucasagomes has joined #openstack-qa | 08:09 | |
| *** yamamoto has joined #openstack-qa | 08:22 | |
| *** yamamoto has quit IRC | 08:24 | |
| abdysn | Hi all, tried to deploy devstack on a fresh centos8.0 machine, and i get this error http://paste.openstack.org/show/793416/, any ideas? | 08:28 |
| abdysn | thanks | 08:29 |
| tosky | I would try to remove the RPM package of PyYAML which is probably installed and retry | 08:30 |
| abdysn | tosky, ok, will check | 08:45 |
| abdysn | tosky, i think it passed the point, thanks for the help :) | 08:50 |
| tosky | :) | 08:51 |
| *** yamamoto has joined #openstack-qa | 09:04 | |
| *** yamamoto has quit IRC | 09:09 | |
| dtantsur | folks, it seems that flake8 3.8.0 started breaking projects | 09:24 |
| dtantsur | should we maybe release hacking with a cap for it to give people time to adapt? | 09:24 |
| *** gfidente has joined #openstack-qa | 09:25 | |
| dtantsur | ping stephenfin since you last touched this code ^^^ | 09:30 |
| *** jhesketh has joined #openstack-qa | 09:31 | |
| stephenfin | I'd be hoping people were capping stuff themselves. What's the break? | 09:31 |
| dtantsur | stephenfin: 3.8.0 pulled in new pycodestyle with new rules | 09:33 |
| dtantsur | since hacking caps flake8<4.0, many projects started seeing pep8 failures on master and ussuri | 09:34 |
| dtantsur | it's especially sad since E741 is pretty silly | 09:34 |
| stephenfin | Ah, so it's code style checks that are failing rather than them not following semver. That's better at least | 09:34 |
| dtantsur | well, we could argue about the definition of semver here | 09:35 |
| dtantsur | but we better see what can be done :) | 09:35 |
| dtantsur | an example: https://zuul.opendev.org/t/openstack/build/f9af3924c00649558fec37314afbb60d | 09:35 |
| stephenfin | yeah, maybe a new patch release to cap the flake8 version followed by a new minor version to bump it | 09:35 |
| dtantsur | I'd say the latter should be major | 09:36 |
| stephenfin | e741 has been there for a long time | 09:36 |
| dtantsur | yeah, but it has never been reported before | 09:36 |
| stephenfin | at least I recognise the error message | 09:36 |
| dtantsur | if I understood right, because flake8 was capping pycodestyle | 09:36 |
| stephenfin | Yeah, I suspect they improved their parser to catch stuff they previously missed | 09:37 |
| stephenfin | so yeah, bugfix really | 09:37 |
| dtantsur | sigh | 09:37 |
| stephenfin | but f522 is new | 09:37 |
| dtantsur | F522 is the only one in this run that looks helpful to me | 09:37 |
| stephenfin | If you want to submit a patch to pin flake8 to a given minor (vs. major) version, I'd be happy to review | 09:39 |
| *** Liang__ has quit IRC | 09:45 | |
| openstackgerrit | Dmitry Tantsur proposed openstack/hacking master: Cap flake8 < 3.8.0 https://review.opendev.org/727133 | 09:49 |
| dtantsur | stephenfin: something like ^^ | 09:49 |
| stephenfin | dtantsur: Ideal. Could I get a follow-up to bump that to 3.9.0 and I'll +2 both and sort out the release paperwork? | 09:50 |
| dtantsur | sure | 09:50 |
| openstackgerrit | Dmitry Tantsur proposed openstack/hacking master: Enable flake8 3.8.* https://review.opendev.org/727134 | 09:51 |
| dtantsur | stephenfin: ^^ | 09:51 |
| stephenfin | Oh, wdyk, I can't +2 since I'm not core there. I thought I was :-\ Looks like you need bnemec and gmann | 09:52 |
| dtantsur | sigh | 09:54 |
| dtantsur | SIGH | 09:54 |
| dtantsur | we're working on fixing the issues in ironic projects meanwhile.. but I suspect many projects may be broken | 09:55 |
| dtantsur | E741 is easy to violate | 09:55 |
| dtantsur | and multi-line #noqa are broken now | 09:55 |
| stephenfin | Yeah, nova is anyway | 09:55 |
| stephenfin | ngl, I don't agree with E741 in the context of list comprehensions | 09:55 |
| dtantsur | we're adding it to the ignore list fwiw | 09:55 |
| stephenfin | given their extremely narrow scope | 09:56 |
| dtantsur | I understand the motivation, but it brings more harm IMO | 09:56 |
| stephenfin | probably wise | 09:58 |
| openstackgerrit | Luigi Toscano proposed openstack/devstack master: New TEMPEST_VOLUME_REVERT_TO_SNAPSHOT setting https://review.opendev.org/727142 | 10:08 |
| *** udesale_ has joined #openstack-qa | 10:18 | |
| *** rpittau is now known as rpittau|bbl | 10:19 | |
| *** udesale has quit IRC | 10:21 | |
| tosky | stephenfin: there was a call for hacking maintainer a few weeks ago; if you want, just ask gmann | 10:34 |
| *** gcheresh_ has quit IRC | 10:52 | |
| *** gtema has joined #openstack-qa | 10:53 | |
| *** lucasagomes is now known as lucas-hungry | 11:01 | |
| *** rfolco has joined #openstack-qa | 11:16 | |
| frickler | stephenfin: dtantsur: I'd be willing to fast-approve 727133, but I'm unsure about the nova failure, is that unrelated and will be fixed differently? | 11:26 |
| *** samueldmq_ has joined #openstack-qa | 11:28 | |
| *** gcheresh_ has joined #openstack-qa | 11:28 | |
| dtantsur | it's suspicious | 11:33 |
| *** jpena is now known as jpena|lunch | 11:33 | |
| dtantsur | although the way the test is running is weird | 11:34 |
| dtantsur | frickler, stephenfin, do you know why the nova job doesn't use tox? | 11:34 |
| *** samueldmq_ has quit IRC | 11:34 | |
| dtantsur | H210 was introduced earlier, not in 3.8.0 | 11:34 |
| dtantsur | frickler: I *think* the breakage is pre-existing, but I'll let stephenfin comment | 11:35 |
| *** samueldmq_ has joined #openstack-qa | 11:36 | |
| *** rh-jelabarre has joined #openstack-qa | 11:36 | |
| *** samueldmq_ is now known as samueldmq | 11:40 | |
| AJaeger | dtantsur: which nova job are you talking about? | 11:41 |
| AJaeger | oh, the integration one? | 11:42 |
| AJaeger | dtantsur: failing also in https://review.opendev.org/#/c/725500/ | 11:42 |
| AJaeger | dtantsur: and it uses tox, see https://zuul.opendev.org/t/openstack/build/8f457a5b17414b1aaa9da41210cfcfdf/console#3/0/10/ubuntu-bionic | 11:43 |
| *** raildo has joined #openstack-qa | 11:44 | |
| dtantsur | okay, so we can assume the failure unrelated to the patch? | 11:47 |
| dtantsur | I guess it's not blacklisting H210 yet | 11:47 |
| AJaeger | dtantsur: it runs hacking with all only H* enabled to see what the hacking changes would do on nova. | 11:48 |
| dtantsur | right | 11:48 |
| AJaeger | dtantsur: I prefer passing tests as well | 11:49 |
| dtantsur | who doesn't? :) but I wonder if nova wants to fix H210 in the near future. it's plenty of work. | 11:50 |
| *** nweinber has joined #openstack-qa | 11:52 | |
| *** lucas-hungry is now known as lucasagomes | 11:55 | |
| AJaeger | yeah, 11757 lines ;( | 12:01 |
| *** vishalmanchanda has quit IRC | 12:07 | |
| *** gfidente is now known as gfidente|pto | 12:11 | |
| *** abdysn has quit IRC | 12:12 | |
| *** rpittau|bbl is now known as rpittau | 12:21 | |
| *** rfolco is now known as rfolco|rover | 12:27 | |
| stephenfin | yeah, that won't be fixed | 12:30 |
| stephenfin | :) | 12:30 |
| stephenfin | I've no idea why it's ignored though | 12:31 |
| stephenfin | oh, it's off by default | 12:31 |
| stephenfin | dtantsur, frickler: yeah, that's definitely pre-existing. We need to figure out a way to enable hacking checks while keeping the off by default checks switched off https://github.com/openstack/hacking/blob/7b7ba01d5bcb82b1c4e4dda3bafb4edcabefa08c/integration-test/test.sh#L50 | 12:33 |
| *** jpena|lunch is now known as jpena | 12:40 | |
| *** vishalmanchanda has joined #openstack-qa | 12:41 | |
| *** elod_pto is now known as elod | 12:42 | |
| openstackgerrit | Merged openstack/hacking master: Cap flake8 < 3.8.0 https://review.opendev.org/727133 | 12:45 |
| *** paras333 has joined #openstack-qa | 13:18 | |
| *** spotz has joined #openstack-qa | 13:27 | |
| gmann | dtantsur: stephenfin but we need to release the hacking new version and then use that otherwise it is still broken on project side | 13:36 |
| gmann | office hour time | 13:37 |
| gmann | #startmeeting qa | 13:37 |
| openstack | Meeting started Tue May 12 13:37:27 2020 UTC and is due to finish in 60 minutes. The chair is gmann. Information about MeetBot at http://wiki.debian.org/MeetBot. | 13:37 |
| openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 13:37 |
| *** openstack changes topic to " (Meeting topic: qa)" | 13:37 | |
| openstack | The meeting name has been set to 'qa' | 13:37 |
| gmann | who all here today ? | 13:37 |
| masayukig | hi | 13:37 |
| paras333 | Hi!! | 13:37 |
| soniya29 | hello | 13:37 |
| tosky | hello | 13:38 |
| gmann | #link https://wiki.openstack.org/wiki/Meetings/QATeamMeeting#Agenda_for_next_Office_hours | 13:38 |
| gmann | agenda for today ^^ | 13:38 |
| gmann | #topic Announcement and Action Item | 13:39 |
| *** openstack changes topic to "Announcement and Action Item (Meeting topic: qa)" | 13:39 | |
| gmann | no AI from last meeting | 13:39 |
| *** redrobot has quit IRC | 13:39 | |
| gmann | I am skipping the ussuri progress things | 13:39 |
| gmann | #topic OpenStack Events Updates and Planning | 13:40 |
| *** openstack changes topic to "OpenStack Events Updates and Planning (Meeting topic: qa)" | 13:40 | |
| gmann | #link https://etherpad.opendev.org/p/qa-victoria-ptg | 13:40 |
| gmann | masayukig: did you see the room change for QA ? | 13:40 |
| masayukig | gmann: yeah, I just saw that. | 13:42 |
| gmann | thanks for updating etherpad | 13:42 |
| gmann | anything to share, update on PTG ? | 13:42 |
| masayukig | np :) | 13:42 |
| masayukig | nothing so far | 13:42 |
| gmann | ok | 13:42 |
| gmann | we need to plan topic schedule so that we can utilize the time in much better way | 13:43 |
| gmann | we have time to do that. | 13:43 |
| masayukig | yeah, I'll make a draft plan | 13:44 |
| gmann | thanks | 13:44 |
| gmann | #topic Sub Teams highlights | 13:44 |
| *** openstack changes topic to "Sub Teams highlights (Meeting topic: qa)" | 13:44 | |
| gmann | Tempest | 13:44 |
| gmann | #link https://review.opendev.org/#/q/project:openstack/tempest+status:open | 13:44 |
| gmann | open reviews ^^ | 13:44 |
| gmann | One update is - we have merged the cleanup CLI running in gate. it runs in tempest-full-parallel job | 13:45 |
| gmann | thanks kopecmartin for making it working | 13:45 |
| masayukig | kopecmartin++ :) | 13:46 |
| gmann | we will discuss this in PTG also to make it default in all jobs based on its stability. | 13:46 |
| gmann | and to capture the resources leakage report to fix the tests | 13:46 |
| gmann | anything on Tempest side ? | 13:47 |
| gmann | Patrole | 13:48 |
| gmann | nothing much to share on Patrole from my side | 13:48 |
| gmann | stable jobs setup is done for Patrole also | 13:48 |
| gmann | Hacking | 13:48 |
| paras333 | I am preparing the list where we can add the most common/useful checks in hacking itself | 13:49 |
| paras333 | https://etherpad.opendev.org/p/hacking | 13:49 |
| gmann | we got the breakage due to flake8 new version. either we can say they did not follow the version or we were optimize of capping it with <4.0.0. anyways our capping was obvious wrong | 13:49 |
| gmann | we should have cap with exact working version not with future things | 13:50 |
| gmann | patch is merged in hacking but i think we need to release it to fix the gate. I will check after meeting | 13:51 |
| gmann | paras333: thanks for that | 13:51 |
| masayukig | gmann: thanks | 13:51 |
| gmann | paras333: once flake8 things are done then we can start looking into those rules | 13:52 |
| paras333 | gmann: ack | 13:52 |
| gmann | #topic Community goal tracking | 13:52 |
| *** openstack changes topic to "Community goal tracking (Meeting topic: qa)" | 13:52 | |
| gmann | #link https://etherpad.opendev.org/p/qa-community-wide-goals-tracking | 13:53 |
| *** openstackstatus has quit IRC | 13:53 | |
| gmann | ussuri goals are completed and we will start Victoria goal soon | 13:53 |
| gmann | #topic Bug Triage | 13:53 |
| *** openstack changes topic to "Bug Triage (Meeting topic: qa)" | 13:53 | |
| gmann | #link https://etherpad.opendev.org/p/qa-bug-triage-ussuri | 13:54 |
| gmann | kopecmartin: any new news, critical bug other than hacking one | 13:54 |
| *** openstackstatus has joined #openstack-qa | 13:54 | |
| *** ChanServ sets mode: +v openstackstatus | 13:54 | |
| tosky | I'd say: https://review.opendev.org/#/c/726885/ | 13:55 |
| gmann | ok, let's keep review the bugs/patches on etherpad | 13:55 |
| gmann | #topic Critical Reviews | 13:55 |
| *** openstack changes topic to "Critical Reviews (Meeting topic: qa)" | 13:55 | |
| gmann | tosky thanks, i will check. I think we did move every test to use that conf | 13:56 |
| tosky | all but that one, it seems - a slip | 13:56 |
| gmann | +2 | 13:57 |
| gmann | any other review need more attension ? | 13:57 |
| gmann | #topic Open Discussion | 13:57 |
| *** openstack changes topic to "Open Discussion (Meeting topic: qa)" | 13:57 | |
| gmann | anything else to discuss today ? | 13:57 |
| paras333 | gmann: https://bugs.launchpad.net/tempest/+bug/1676207 | 13:57 |
| openstack | Launchpad bug 1676207 in tempest "test_create_router_set_gateway_with_fixed_ip is flaky" [High,In progress] - Assigned to Paras Babbar (pbabbar) | 13:57 |
| tosky | this one seems to fix a bug: https://review.opendev.org/#/c/725812/ | 13:58 |
| soniya29 | gmann: I don't have updates on scenario manager for now | 13:58 |
| gmann | paras333: this is fix right - https://review.opendev.org/#/c/713151/ | 13:58 |
| gmann | #link https://review.opendev.org/#/c/713151/ | 13:58 |
| paras333 | gmann: correct | 13:59 |
| gmann | soniya29: ok, I think we have not review the proposal. I will check that in this week and comment | 13:59 |
| gmann | paras333: ok, added in list | 13:59 |
| soniya29 | gmann: sure | 13:59 |
| paras333 | gmann: thanks! | 13:59 |
| gmann | tosky: yeah, we need to check it on ceph job also. I will add patch to unckip the test on ceph side and see no other issue | 14:00 |
| tosky | I was going to say that the "make the ceph job voting" also requires attention, but you proposed it, so you can't vote again :) | 14:00 |
| gmann | ah it there #link https://review.opendev.org/#/c/725819/1 | 14:00 |
| gmann | tosky: that is not merged ? | 14:00 |
| *** brinzhang_ has joined #openstack-qa | 14:01 | |
| gmann | masayukig: please review this https://review.opendev.org/#/c/724948/ | 14:01 |
| gmann | #link https://review.opendev.org/#/c/724948/ | 14:01 |
| tosky | yep | 14:01 |
| gmann | anything else to discuss? | 14:01 |
| masayukig | gmann: sure, I'll put them on my list | 14:01 |
| gmann | thanks | 14:02 |
| gmann | let's close for today. thanks everyone for joining | 14:02 |
| gmann | #endmeeting | 14:02 |
| *** 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:02 | |
| masayukig | thanks! | 14:02 |
| openstack | Meeting ended Tue May 12 14:02:19 2020 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 14:02 |
| openstack | Minutes: http://eavesdrop.openstack.org/meetings/qa/2020/qa.2020-05-12-13.37.html | 14:02 |
| openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/qa/2020/qa.2020-05-12-13.37.txt | 14:02 |
| openstack | Log: http://eavesdrop.openstack.org/meetings/qa/2020/qa.2020-05-12-13.37.log.html | 14:02 |
| *** brinzhang has quit IRC | 14:04 | |
| kopecmartin | gmann: ah, sorry, i missed the meeting :/ | 14:04 |
| tosky | just add +2 to all open reviews | 14:05 |
| tosky | :) | 14:05 |
| gmann | kopecmartin: np! | 14:05 |
| *** brinzhang_ has quit IRC | 14:06 | |
| gmann | masayukig: can you +1 this need on the urgency for new release - https://review.opendev.org/#/c/727191/1 | 14:07 |
| kopecmartin | tosky: :D .. anything you want me to look right away? | 14:08 |
| soniya29 | gmann, kopecmartin, paras333, https://bugs.launchpad.net/tempest/+bug/1613819 this bug is too old and we don't have any new update - can we close this? | 14:09 |
| openstack | Launchpad bug 1613819 in tempest "v3 credentials client does not honour the configured domain" [High,New] | 14:09 |
| kopecmartin | soniya29: it has a very high heat .. i'd really verify first if it's a bug or not | 14:10 |
| kopecmartin | soniya29: it's old and the discussion is quite long there .. if you have some time could you look into it? maybe the situation got changed over the years and it's not a bug anymore .. | 14:11 |
| soniya29 | kopecmartin: okay, I will look into it | 14:13 |
| gmann | soniya29: we do pass configured admin domain i think but it will be better check in code if we do pass domain for keystone or domain tests ? | 14:14 |
| soniya29 | gmann, okay | 14:15 |
| gmann | soniya29: or I can check that as sometime ago we removed passing it for scope things? | 14:16 |
| gmann | soniya29: is this bug on etherpad ? | 14:16 |
| soniya29 | gmann: its on launchpad https://bugs.launchpad.net/tempest/+bug/1551218 | 14:17 |
| openstack | Launchpad bug 1551218 in tempest "tempest uses compute network client to discover fixed_network" [Medium,Confirmed] | 14:17 |
| masayukig | gmann: done | 14:18 |
| soniya29 | gmann: no its not there on etherpad | 14:19 |
| gmann | soniya29: please add on etherpad too just in case we miss | 14:20 |
| gmann | masayukig: thanks | 14:20 |
| soniya29 | gmann: sure | 14:20 |
| *** tkajinam has quit IRC | 14:37 | |
| *** ralonsoh has quit IRC | 14:40 | |
| *** ralonsoh has joined #openstack-qa | 14:40 | |
| *** ralonsoh has quit IRC | 14:44 | |
| *** rcernin has quit IRC | 14:48 | |
| *** paras333 has quit IRC | 15:03 | |
| *** paras333 has joined #openstack-qa | 15:04 | |
| *** dtantsur is now known as dtantsur|afk | 15:08 | |
| *** dasp_ has quit IRC | 15:14 | |
| *** dasp has joined #openstack-qa | 15:16 | |
| openstackgerrit | Lee Yarwood proposed openstack/devstack-plugin-ceph master: DNM: Test RBD image download from Glance https://review.opendev.org/727225 | 15:17 |
| openstackgerrit | Lee Yarwood proposed openstack/devstack-plugin-ceph master: DNM: Test RBD image download from Glance https://review.opendev.org/727225 | 15:34 |
| *** Guest49293 has joined #openstack-qa | 15:37 | |
| *** Guest49293 is now known as redrobot | 15:38 | |
| *** dasp has quit IRC | 15:41 | |
| *** dasp has joined #openstack-qa | 15:42 | |
| openstackgerrit | Lee Yarwood proposed openstack/devstack-plugin-ceph master: DNM: Test RBD image download from Glance https://review.opendev.org/727225 | 15:55 |
| clarkb | gmann: not all projects had set ignore_basepython_conflict that is why I sent the email | 15:58 |
| clarkb | gmann: I'm trying to remember who hit it a few weeks ago, octavia maybe? but ironic had a few repos without it set that got fixed yesterday | 15:58 |
| clarkb | but most have had it set | 15:59 |
| gmann | clarkb: humm, I remember doing that as part of py2 drop patches but yes few repos are always possible | 15:59 |
| *** rpittau is now known as rpittau|afk | 16:10 | |
| *** lucasagomes has quit IRC | 16:17 | |
| *** gcheresh_ has quit IRC | 16:31 | |
| *** gcheresh_ has joined #openstack-qa | 16:33 | |
| *** evrardjp has quit IRC | 16:36 | |
| *** evrardjp has joined #openstack-qa | 16:36 | |
| *** udesale_ has quit IRC | 16:41 | |
| *** gtema has quit IRC | 16:53 | |
| *** gtema has joined #openstack-qa | 16:54 | |
| *** gtema has quit IRC | 16:55 | |
| *** vishalmanchanda has quit IRC | 16:57 | |
| AJaeger | clarkb: in openstack namespace, we have 701 repos with a tox.ini file and ~360 use ignore_basepython_conflict = True | 16:58 |
| openstackgerrit | Ghanshyam Mann proposed openstack/tempest master: Bump hacking min version to 3.0.1 https://review.opendev.org/727276 | 17:07 |
| *** jpena is now known as jpena|off | 17:14 | |
| openstackgerrit | Lee Yarwood proposed openstack/devstack-plugin-ceph master: DNM: Test RBD image download from Glance https://review.opendev.org/727225 | 17:26 |
| *** iurygregory has quit IRC | 17:27 | |
| *** gcheresh_ has quit IRC | 17:32 | |
| *** viks____ has quit IRC | 17:43 | |
| *** nightmare_unreal has quit IRC | 17:54 | |
| openstackgerrit | Martin Kopec proposed openstack/tempest master: Fix check_floating_ip_status utility's output https://review.opendev.org/704293 | 17:58 |
| *** vishalmanchanda has joined #openstack-qa | 18:04 | |
| *** dustinc has joined #openstack-qa | 18:05 | |
| *** iurygregory has joined #openstack-qa | 18:31 | |
| openstackgerrit | Merged openstack/devstack stable/train: Add ensure-virtualenv role https://review.opendev.org/727000 | 19:21 |
| openstackgerrit | Merged openstack/devstack master: Fix pip distro package removal for focal https://review.opendev.org/726994 | 19:21 |
| *** camelCaser has quit IRC | 19:35 | |
| *** camelCaser has joined #openstack-qa | 19:35 | |
| *** slaweq has quit IRC | 19:57 | |
| *** slaweq has joined #openstack-qa | 20:01 | |
| *** slaweq has quit IRC | 20:06 | |
| *** nweinber has quit IRC | 20:14 | |
| *** slaweq has joined #openstack-qa | 20:35 | |
| *** vishalmanchanda has quit IRC | 20:37 | |
| openstackgerrit | Lee Yarwood proposed openstack/devstack-plugin-ceph master: DNM: Test RBD image download from Glance https://review.opendev.org/727225 | 20:48 |
| *** vishakha has quit IRC | 20:51 | |
| *** rfolco|rover is now known as rfolco|rover|off | 21:06 | |
| *** slaweq has quit IRC | 21:13 | |
| *** ccamposr__ has joined #openstack-qa | 21:21 | |
| *** ccamposr has quit IRC | 21:23 | |
| *** slaweq has joined #openstack-qa | 21:25 | |
| *** slaweq has quit IRC | 21:30 | |
| *** paras333 has quit IRC | 22:08 | |
| *** rh-jelabarre has quit IRC | 22:13 | |
| *** ccamposr has joined #openstack-qa | 22:32 | |
| *** ccamposr__ has quit IRC | 22:35 | |
| openstackgerrit | Lee Yarwood proposed openstack/devstack-plugin-ceph master: DNM: Test RBD image download from Glance https://review.opendev.org/727225 | 22:36 |
| *** tkajinam has joined #openstack-qa | 22:54 | |
| *** raildo_ has joined #openstack-qa | 22:57 | |
| *** raildo has quit IRC | 23:00 | |
| *** tosky has quit IRC | 23:14 | |
| *** rcernin has joined #openstack-qa | 23:19 | |
| *** gfidente|pto has quit IRC | 23:27 | |
| *** raildo_ has quit IRC | 23:33 | |
| *** arif-ali has quit IRC | 23:51 | |
| *** arif-ali has joined #openstack-qa | 23:51 | |
| *** paras333 has joined #openstack-qa | 23:51 | |
| *** paras333 has quit IRC | 23:56 | |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!