Wednesday, 2023-07-05

elodillesvishalmanchanda: hi, sorry, one release related question: we see xstatic-angular-fileupload as a new thing in governance repo. do you want to release from it in 2023.2 bobcat series?12:45
elodillesvishalmanchanda: if yes, then a yaml file needs to be added under deliverables/bobcat in releases repository12:45
elodillesvishalmanchanda: the deadline is Bobcat-2 milestone until all the deliverables have to be added to the releases repo, and that milestone is in this week o:)12:47
vishalmanchandaelodilles: hello, I will check what  we do in other xstatic pypi , willfollow the same for xstatic-angular-fileupload pypi.12:47
vishalmanchandaelodilles: In case of pypi horizon is using, we only create a new release when we update it to next version or higher version otherwise we don't release it.12:49
elodillesvishalmanchanda: oh, yes i see that all of the *xstatic* deliverables are under deliverables/_independent/ in release repo12:51
elodillesvishalmanchanda: that means probably the bobcat deadline is not that strict, but i think that it is still worth a release soon, so that we see that releasing from the repo works and also it can be tested with Bobcat deliverables i guess12:53
elodillesvishalmanchanda: if i'm not mistaken nothing else is needed for a release, just a new yaml file has to be created with the proper details and release tools will handle the release to pypi (i.e. nothing needs to be done on pypi, if i remember correctly)12:55
vishalmanchandaelodilles: yes, right a new yaml files needs to be created.12:56
elodilles++12:56
vishalmanchandaI think i have to do the same thing for xstatic-angular-fileupload which was done here for other xstatic packages https://review.opendev.org/c/openstack/releases/+/71859312:59
elodillesvishalmanchanda: yepp, that will do13:03
opendevreviewVishal Manchanda proposed openstack/horizon master: [DNM] Test chromedriver with integartion job  https://review.opendev.org/c/openstack/horizon/+/88686714:25
vishalmanchanda#startmeeting horizon15:00
opendevmeetMeeting started Wed Jul  5 15:00:13 2023 UTC and is due to finish in 60 minutes.  The chair is vishalmanchanda. 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 'horizon'15:00
tmazuro/15:00
vishalmanchandahello everyone15:00
rdopierao/15:01
vishalmanchandalet's start the meeting15:02
vishalmanchandaagenda of meeting can be find here https://etherpad.opendev.org/p/horizon-release-priorities#L3215:02
vishalmanchanda#topic Notices15:03
vishalmanchandaI am not having any announcements for this week.15:03
vishalmanchandaJust a casual reminder about schedule.15:03
vishalmanchandaThis week is R-13 week. Bobcat-2 milestone15:04
vishalmanchandamoving to the next topic15:04
vishalmanchanda#topic Release priorities15:04
vishalmanchandaAny updates on integration job failure.15:05
rdopieraI have some good news15:05
vishalmanchandaI can see 3 tests are failing now in https://review.opendev.org/c/openstack/horizon/+/88686715:05
rdopierawe have found the reason for the javascript errors15:05
vishalmanchandaohh nice🙂)15:06
rdopierait's this patch https://review.opendev.org/c/openstack/requirements/+/88340215:06
rdopierathe problem is that jquery-migrate 3.x requires jquery 3.x or newer to work15:06
vishalmanchandaok15:06
rdopierabut only jquery-migrate was updated, jquery is still at 1.215:06
vishalmanchandaohh I missed that15:06
rdopierathe solution is either to rollback that rollback of a rollback again, or to upgrade jquery to 3.x 15:07
vishalmanchandabeacuse in my local env. the series of patch I purposed I updated jQuery version to 3.x15:07
rdopieraI tried to do that yesterday with some patches, but I hit a dependency cycle between the global requirements and horizon's requirements.txt15:08
vishalmanchandardopiera: ok that I will update15:08
rdopierabasically the patch to global requirements fails, becase horizon requires jquery < 215:08
vishalmanchandabut are you sure that will fix the issue, I mean upgrading jQuery version to 3.x?15:08
rdopieraand the patch to horizon fails, becase global requirements has the version pinned15:09
rdopierait will fix the issue with the menu not working on a click15:09
vishalmanchandaok15:09
rdopierathere might be further issues that we didn't see yet15:09
vishalmanchandayeah15:09
rdopierabut I guess we will handle them as they come15:09
vishalmanchandaok, one question here any specific reason you updated to XStatic-jQuery===2.2.4.115:11
vishalmanchandanot  3.3.2.115:11
vishalmanchanda?15:11
vishalmanchandaThis patch https://review.opendev.org/c/openstack/requirements/+/887607/1/upper-constraints.txt#80 I am talking about15:11
vishalmanchandardopiera: ^^15:14
rdopieravishalmanchanda: I wanted to upgrade it as little as possible, which in hindsight was a mistake15:19
rdopieravishalmanchanda: we should upgrade to the latest available, probably also upgrade the xstatic15:19
vishalmanchandaok15:19
vishalmanchandaI will purpose a patch to update Xstatic-Jquery version to 3.3.2.1 in openstack/requirements15:22
vishalmanchandaafter that let's see what more issue we get.15:26
vishalmanchandayour patch is failing due to version dependency issues15:29
vishalmanchandawe have to do that step by step15:29
vishalmanchandalike first we need to raise the version in ``gloabl-requirements.txt``15:30
vishalmanchandathen we can bump jQuery version in upper-constraints.txt`` file.15:31
rdopieraI see, thank you15:32
vishalmanchandaI just purposed a patch for that in openstack/requirements https://review.opendev.org/c/openstack/requirements/+/88772015:33
vishalmanchandalet see if CI is pass for that.15:34
vishalmanchandaif this pass https://review.opendev.org/c/openstack/requirements/+/88772015:37
vishalmanchandathen we will update jQuery version in horizon ``requirements.txt``15:39
vishalmanchandathen in ``upper.constraints.txt``15:39
vishalmanchandawe done the same when we bump django version in the past.15:40
vishalmanchandahttps://review.opendev.org/c/openstack/requirements/+/81340515:40
vishalmanchandahttps://review.opendev.org/c/openstack/horizon/+/81539315:41
vishalmanchandahttps://review.opendev.org/c/openstack/requirements/+/81509615:41
vishalmanchandaLet see15:42
vishalmanchandaI have one more update15:42
vishalmanchandaI missed to add "xstatic-angular-fileupload pypi" under Openstack release process.15:44
vishalmanchandaI got know it today from release team.15:45
vishalmanchandaI will push the patch to fix it asap.15:45
vishalmanchandaI have no other topic to discuss for today.15:45
vishalmanchanda#topic open-discussion15:45
vishalmanchandaDo we have any other topic to discuss?15:46
vishalmanchandaIf no other topic to discuss, let's end this meeting15:49
vishalmanchandathanks everyone for joining.15:49
vishalmanchanda#endmeeting15:49
opendevmeetMeeting ended Wed Jul  5 15:49:48 2023 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)15:49
opendevmeetMinutes:        https://meetings.opendev.org/meetings/horizon/2023/horizon.2023-07-05-15.00.html15:49
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/horizon/2023/horizon.2023-07-05-15.00.txt15:49
opendevmeetLog:            https://meetings.opendev.org/meetings/horizon/2023/horizon.2023-07-05-15.00.log.html15:49

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