zigo | vishalmanchanda: I still have the same problem that I'm getting logged-out with the new horizon. How do I debug it to find the root cause? | 09:37 |
---|---|---|
vishalmanchanda | fungi: Hi, I have assigned time slot for your topic https://etherpad.opendev.org/p/horizon-zed-ptg(at Line 75) | 11:39 |
fungi | thanks! | 11:40 |
vishalmanchanda | fungi: Please let me know if that's work you or I will try to move into another slots. | 11:40 |
vishalmanchanda | fungi: thanks:) | 11:40 |
fungi | that topic has been coming up more and more, and we've discussed it briefly in the security sig, so i want to see if we can come up with a better solution which isn't such a security foot-cannon | 11:41 |
vishalmanchanda | fungi: Could you drop some logs link what you have discussed so far or add some summary of that. | 11:42 |
fungi | will do once i'm done helping with release activity. and yes the scheduled time works great for me, thanks again | 11:43 |
vishalmanchanda | ok, yw. | 11:44 |
vishalmanchanda | zigo: Looking at IRC logs, Could You open a new bugs for issue you are facing and add more information about the steps to reproduce it because it is working fine for me. | 14:13 |
zigo | vishalmanchanda: I usually open bugs when I know what's going on, that's not the case right now. To reproduce: install a Debian unstable machine, and apt-get install openstack-dashboard-apache ... | 14:13 |
vishalmanchanda | zigo: Also horizon integration job are passing, so some issue with your env. I guess | 14:13 |
zigo | Probably my fault, I get that... :) | 14:14 |
vishalmanchanda | zigo: Unfortunately I not use Debian so can't help you much here. | 14:15 |
zigo | I'll try to find out, no worries, and thanks. | 14:15 |
vishalmanchanda | #startmeeting horizon | 15:00 |
opendevmeet | Meeting started Wed Mar 30 15:00:08 2022 UTC and is due to finish in 60 minutes. The chair is vishalmanchanda. Information about MeetBot at http://wiki.debian.org/MeetBot. | 15:00 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 15:00 |
opendevmeet | The meeting name has been set to 'horizon' | 15:00 |
tmazur | o/ | 15:00 |
vishalmanchanda | Hello everyone | 15:00 |
rdopiera | o/~ | 15:00 |
amotoki | hi | 15:00 |
vishalmanchanda | e0ne: ping for horizon weekly meeting. | 15:01 |
vishalmanchanda | ok Let's start | 15:01 |
vishalmanchanda | #topic Notices | 15:01 |
vishalmanchanda | few announcement for this week. | 15:02 |
vishalmanchanda | Today release team will cut the final release for Yoga Cycle and share the same on open-discuss ML. | 15:03 |
vishalmanchanda | Thanks Everyone for your contributions in the Yoga Cycle. | 15:03 |
vishalmanchanda | cheers:) | 15:03 |
vishalmanchanda | Next week is PTG week. | 15:04 |
vishalmanchanda | So there will be no weekly meeting next week. | 15:04 |
vishalmanchanda | #link https://etherpad.opendev.org/p/horizon-zed-ptg | 15:04 |
vishalmanchanda | I have added time Slots for all the topics, please take a look and let me know if you want to join any topic discussion and allotted time doesn't work for you. | 15:05 |
vishalmanchanda | I will try to move it to other available slots or you can add your thoughts about that topic on etherpad and I can discuss those points on your behalf. | 15:06 |
vishalmanchanda | Also, please add your name on the Zed PTG etherpad, so at least I know you are going to attend the PTG | 15:07 |
vishalmanchanda | So I can ping you when we start the discussion. | 15:07 |
vishalmanchanda | On Monday, April 4 we have PTL+TC interaction, you can also join. | 15:08 |
vishalmanchanda | More details you can find on etherpad. | 15:08 |
vishalmanchanda | Also, don't hesitate to add any topics which you want to raise in the PTG etherpad. | 15:10 |
vishalmanchanda | moving to next announcement | 15:10 |
vishalmanchanda | I cut a new release of the horizon for stable/yoga branch to include the Keystone admin endpoint and Hide System Scope Menu patch. | 15:11 |
vishalmanchanda | #link https://review.opendev.org/c/openstack/releases/+/835461 | 15:11 |
vishalmanchanda | that's all announcements from my side for this week. | 15:11 |
vishalmanchanda | If anyone has any announcements to make, please go ahead. | 15:12 |
vishalmanchanda | There is no topic added for disscusion to our agenda etherpad https://etherpad.opendev.org/p/horizon-release-priorities (at Line 32) | 15:14 |
vishalmanchanda | #topic open-discussion | 15:14 |
vishalmanchanda | Does anyone wants to discuss any topic, please go ahead. | 15:15 |
tmazur | I wanted to discuss the patch on integration tests | 15:16 |
tmazur | https://review.opendev.org/c/openstack/horizon/+/819725 | 15:16 |
tmazur | It seems that tests failures are consistent, it's always time out | 15:16 |
tmazur | And it's kinda logical, since the patch adds a bunch of new tests | 15:17 |
tmazur | So the question is: should we increase the time limit? And if yes, then how to do that? | 15:17 |
vishalmanchanda | I have no idea about it, I will check and share with you if found something. | 15:19 |
tmazur | vishalmanchanda: thanks! | 15:19 |
vishalmanchanda | maybe e0ne knows more about the time limit. | 15:20 |
amotoki | the job timeout can be set in zuul.yaml | 15:21 |
amotoki | I am not sure what causes the timeout but at least it sounds good to try to increate the timeout and see what changes. | 15:21 |
vishalmanchanda | amotoki: you mean here https://github.com/openstack/horizon/blob/master/.zuul.d/tempest-and-integrated.yaml#L2 | 15:22 |
vishalmanchanda | we can increase the time limit. | 15:22 |
amotoki | vishalmanchanda: yes | 15:22 |
amotoki | setting timeout to a bigger value means we need to wait more and more unfortunately :p | 15:23 |
vishalmanchanda | amotoki: ok, thanks I will also investigate that. | 15:23 |
amotoki | for example, https://opendev.org/openstack/neutron/src/branch/master/zuul.d/base.yaml#L5 | 15:24 |
vishalmanchanda | I don't see any issue with waiting for more time if jobs pass in the first attempt because in other OpenStack projects there are many jobs that take too much to run. | 15:25 |
amotoki | ideally it is better to explore a way to run the integration tests in parallel. | 15:26 |
tmazur | https://github.com/openstack/horizon/blob/master/.zuul.d/tempest-and-integrated.yaml | 15:27 |
vishalmanchanda | yeah good point. | 15:27 |
vishalmanchanda | tmazur: ok let's explore both options increase the time limit and run these tests in parallel. | 15:29 |
vishalmanchanda | I will also help you with that. | 15:29 |
tmazur | Yeah, I will tweak the time limit in my patch and we'll see how it goes | 15:29 |
vishalmanchanda | cool | 15:29 |
amotoki | I think the first step is to increase the timeout and see what changes. | 15:30 |
amotoki | running the tests in parallel would be the next step. | 15:30 |
vishalmanchanda | +1. | 15:30 |
vishalmanchanda | ok if nothing more to discuss, let's end this meeting. | 15:32 |
vishalmanchanda | Thanks everyone for joining, See you at the PTG. | 15:32 |
tmazur | Thanks everyone! | 15:32 |
vishalmanchanda | #endmeeting | 15:33 |
opendevmeet | Meeting ended Wed Mar 30 15:33:07 2022 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 15:33 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/horizon/2022/horizon.2022-03-30-15.00.html | 15:33 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/horizon/2022/horizon.2022-03-30-15.00.txt | 15:33 |
opendevmeet | Log: https://meetings.opendev.org/meetings/horizon/2022/horizon.2022-03-30-15.00.log.html | 15:33 |
opendevreview | Tatiana Ovchinnikova proposed openstack/horizon master: Integration test navigation machinery for Angular pages https://review.opendev.org/c/openstack/horizon/+/819725 | 15:51 |
opendevreview | Vishal Manchanda proposed openstack/horizon master: Address RemovedInDjango40Warning https://review.opendev.org/c/openstack/horizon/+/835885 | 18:43 |
opendevreview | Vishal Manchanda proposed openstack/horizon master: [doc] Add documentation about the release process in horizon https://review.opendev.org/c/openstack/horizon/+/834641 | 19:00 |
opendevreview | Tatiana Ovchinnikova proposed openstack/horizon master: Integration test navigation machinery for Angular pages https://review.opendev.org/c/openstack/horizon/+/819725 | 19:55 |
opendevreview | Sam Morrison proposed openstack/horizon master: Remove ability to filter instances by VCPUs https://review.opendev.org/c/openstack/horizon/+/835913 | 22:20 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!