17:00:33 #startmeeting Bodhi stakeholders (2018-12-18) 17:00:33 Meeting started Tue Dec 18 17:00:33 2018 UTC. 17:00:33 This meeting is logged and archived in a public location. 17:00:33 The chair is bowlofeggs. Information about MeetBot at http://wiki.debian.org/MeetBot. 17:00:33 Useful Commands: #action #agreed #halp #info #idea #link #topic. 17:00:33 The meeting name has been set to 'bodhi_stakeholders_(2018-12-18)' 17:00:35 #meetingname bodhi_stakeholders 17:00:35 The meeting name has been set to 'bodhi_stakeholders' 17:00:38 #topic salutations 17:00:39 .hello adamwill 17:00:39 #chair bowlofeggs adamw kparal masta mboddu nirik puiterwijk Kellin 17:00:39 Current chairs: Kellin adamw bowlofeggs kparal masta mboddu nirik puiterwijk 17:00:39 adamw: adamwill 'Adam Williamson' 17:00:51 morning 17:02:11 .hello2 17:02:12 abompard: abompard 'Aurelien Bompard' 17:02:30 thanks for coming everyone, let's get this party started 17:02:44 #topic announcements and information 17:02:45 * abompard will have to leave in about 30 min, sorry 17:02:46 #info Bodhi 3.12.0 is the latest release https://bodhi.fedoraproject.org/docs/user/release_notes.html#v3-12-0 17:02:52 #info abompard has been working on adding a CI test suite for Bodhi to streamline Bodhi's release process https://github.com/fedora-infra/bodhi/projects/5 17:03:02 it might not go much longer than that 17:03:19 i actually just deployed 3.12.0 to production about 30 minutes ago or so 17:03:42 it's really a bugfix release, but technically i added a feature to fix a bug (BZs weren't getting updated reliably) 17:03:59 i'm actually not 100% sure this will fix that BZ issue - it was just a suggestion from the BZ maintainer 17:04:20 so it's a featurebug release 17:04:42 to test that, can I remove a bug from a update and re-add it? 17:05:08 nirik: yeah i think that would do it, but the problem is that it worked sometimes before anyway 17:05:38 so if it works, that doesn't necessarily mean the problems was fixed :/ 17:05:45 we'll just have to wait and see if it keeps working 17:05:58 oterhwise i'll have to talk with the BZ folks again to see if they have other ideas 17:06:14 i personally feel there is a 70% chance this fixed it or so 17:06:22 and even if it didn't, it's a better way to auth anyway 17:06:42 yep 17:07:07 FWIW, it did work 17:07:13 cool, that's good to know ☺ 17:07:14 ...and there was much rejoicing 17:07:28 i'm very excited about the integration suite work that abompard has been doing 17:07:55 bodhi has a pretty decent unit test suite (with 100% line coverage and i think 97-98% branch coverage [working on getting that to 100 too]) 17:07:57 thanks :-) 17:08:23 but that doesn't catch some kinds of problems, so abompard has created an integration suite that runs a bodhi server and tests with with other components 17:08:45 i think it currently tests the cli against the server for read requests, and uses the server with a live PG server 17:08:54 it's early in the process, but very exciting 17:09:07 i'm looking forward to be able to trust the tests more when i do releases 17:09:11 no it runs PG in a container but downloads the latest DB dump 17:09:25 yeah, i'd call that a live pg server ☺ 17:09:30 ah ok :-) 17:09:40 the unit tests don't use PG at all - they use an in-memory sqlite 17:09:49 so this is the only thing that tests us against PG 17:09:59 alright 17:10:27 anyways, abompard++ for taking that on - it's a huge project and he's made a lot of progress 17:10:27 bowlofeggs: Karma for abompard changed to 2 (for the current release cycle): https://badges.fedoraproject.org/tags/cookie/any 17:10:33 getting started is the hardest part anyway ☺ 17:10:36 thanks 17:11:10 I thought the waiting was the hardest part... did tom petty lie to me? 17:11:42 nirik: tom petty would never lie to you, but he might not have known much about software development 17:11:48 and i'm freeeeeeee 17:12:02 abompard++ 17:12:02 adamw: Karma for abompard changed to 3 (for the current release cycle): https://badges.fedoraproject.org/tags/cookie/any 17:12:02 alright, let's talk about what i see in my crystal ball 17:12:17 #info A Bodhi 4 is on the horizon, with backwards incompatible changes: https://github.com/fedora-infra/bodhi/projects/6 17:12:25 so i actually started working on this one today 17:12:40 it's a good time to do it, because it will let us KILL a lot of junk code in bodhi 17:12:59 and that should help us go faster with the rawhide gating goal (we will talk about that in a few min) 17:13:16 dropping python 2 is going to be so good (that's the ticket i'm working on today so far) 17:13:26 amen to that 17:13:35 i can finally use some of those cool python 3 features i've been drooling over for the past 10 years 17:13:54 but there are a ton of backwards incompatible changes in there 17:14:11 i wrote about this on the devel list, and so far nobody has objected to anything other than dropping critpath karma 17:14:17 i'm fine with keeping critpath karma 17:14:27 just want to make sure people think things we keep are useful 17:15:02 i will be making backwards incompatible changes to the REST interface, because it doesn't actually follow REST ideaologies 17:15:03 * nirik isn't sure that is, but yeah, some people think so... 17:15:17 i don't personally think it's useful 17:15:27 but it doesn't cost me much to keep it honestly 17:15:31 so it doesn't bother me too much 17:15:50 I'd very much like to do away with manual +1's 17:16:04 if we use it via automation for ci testing, fine 17:16:12 but too many people give bogus +1 17:16:40 the +1s do serve some useful purposes at times, and there would not be a workaround if we removed it 17:17:08 for example, adamw cited a process during branched composes by which people use +1s to make sure updates are marked stable that are in the compsoes 17:17:21 I don't think they can be removed until we have better/mandatory automated testin in place 17:17:23 they are especially important during the freeze / release cycle, yes. 17:17:31 we could make an admin button to force it, but it would be much more work to remove +1 and add that button than it would be to keep +1 17:17:32 Evolution: this is not *remotely* a short-term goal, let's be clear on that. 17:17:37 absolutely 17:18:10 i also do feel better about updates that have some +1s than i do about updates that just pass automated tests 17:18:17 doesn't always mean much 17:18:24 but warm feelings 17:18:44 yeah, but we all know the "worksforme" comments 17:18:52 hell, I'm guilty of leaving them 17:19:01 and been asked for them by devs looking to push something out quickly 17:19:03 i actually have a topic on the agenda related to this for later, so i guess we could switch to that 17:19:15 ah, no if I'm jumping topics, I'm happy to wait 17:19:20 #topic I plan to submit a proposal to update the updates policy 17:19:23 I just saw karma mentioned and jumped 17:19:37 if people are exchanging +1s in Bodhi for services, it means they are using them as a digital currency and maybe then we can call lmacken back 17:19:51 bodhi-coin! 17:19:55 .... 17:20:05 NEGATIVE BONUS MONEYS FOR nirik 17:20:06 so i interviewed adamw a few weeks ago, and he and i talked about some ideas to improve the fedora updates policy 17:20:23 i've been soliciting feedback from various stakeholders and have some notes on some ideas 17:20:44 i haven't written it nicely yet for fesco, but i plan to open a fesco ticket in 2019 to see what we can do 17:21:12 get ready for the flames. ;) But yeah, please do... 17:21:12 one big thing i want to add is that autokarma will autopush when the update hits time in testing 17:21:34 so for most packagers, you can just make an update and forget it unless someone -1's it 17:21:46 -1's do disable autokarma 17:22:01 +1 to bodhi-coin 17:22:16 i've been trying to find a way to use the blockchain hammer on bodhi 17:22:24 we need AI too of course 17:22:37 ai-generated gating policies! 17:22:38 👍 is autopush on autokarmaed updates that hit the time. 17:22:59 of course, gating is also going to be part of the proposal 17:23:05 that still works terribly 17:23:15 i have plans to just rip out the code that does that and do it again 17:23:26 waiving is still very bad UX wise 17:23:52 is that something abompard could help with? 17:24:11 I can help with implementing the UX, but we need someone to design it 17:24:41 definitely, though we do need to make a decision about whether we want to keep using greenwave or not before working on that. honestly the separate services is a lot of why it's so hard to get this right 17:24:59 i don't think it's necessarily bad design wise, it actually just doesn't work 17:25:08 like it doesn't waive updates 17:25:20 minor details! 17:25:22 and it's so hard to work on because $microservices 17:25:29 do we have anyone from that team here for this? 17:25:52 giulia_ seems to be hopping in and out of the channel 17:25:56 i think she's from factory 2? 17:25:57 adamw: you're using greenwave for other things right? 17:26:12 well, define 'using'. 17:26:25 I think this stuff only works if you have a very reliable tasks queuing system that will retry stuff that fails and store status 17:26:50 my concern is that if we nuke greenwave from bodhi, but it's still being used by something else for gating, then we've fragmented systems 17:26:56 there is a long-standing plan to use it for Rawhide *compose* gating (note: different from gating builds into Rawhide; this is about gating when we take a Rawhide compose and have it overwrite the 'live' content on the mirror network for 'rawhide') 17:27:12 adamw: so plan, but not implementation? 17:27:22 let me verbate damnit :P 17:27:30 NEVAR 17:27:32 :-P 17:27:33 abompard: i plan to do that too for bodhi 4! https://github.com/fedora-infra/bodhi/issues/2851 17:28:08 the current status is that the greenwave policy exists and, as of last week or so, actually 'works', and my 'check-compose' thing that sends 'compose status report' mails to the mailing lists tells you whether the given compose passed the gating check 17:28:27 bowlofeggs: nice! 17:28:29 however, we are not actually *doing the gating*. we still just sync every rawhide compose that succeeds. 17:29:08 but yeah, the intent is that we actually will do that gating. of course, if we decide to throw greenwave out, the compose scripts could just do that work themselves, like bodhi would have to do the update gating work itself. 17:29:33 it's not that much work, which is why i was thinking about just doing it in bodhi 17:29:38 bodhi actually already has the code to do it 17:29:44 right now the idea is i think that there'll basically be a fedmsg listener which listens out for greenwave 'compose decision' fedmsgs 17:29:45 and it's not a lot of code 17:30:01 and when greenwave says 'oh hey a compose just passed the rawhide gating check!', it'll sync it. 17:31:02 we should def talk more about this later, but i'd like to move on the next topic for this meeting 17:31:05 it's hard to do the compose gating without the package gating. 17:31:07 bowlofeggs: thoughts on that? something you and adamw could agree on? 17:31:17 without greenwave, i guess we'd have to write a new thing in releng which knew the policy, and a fedmsg listener that listened out for 'ci' messages indicating a test on a rawhide compose had just completed, and re-run the policy check every time that happens. 17:31:47 Evolution: we do have a dedicated meeting to talk abotu this between you and adamw and I (and anyone else who is interested, let me know and i can invite you) 17:31:49 * abompard has to leave but will read the minutes 17:31:54 so yeah, we can move on. 17:32:08 thanks abompard! 17:32:29 we don't necessarily have to use the same implementation of a thing here 17:32:38 but yeah, let's talk more in a dedicated meeting 17:33:01 but gating is the next topic! 17:33:02 #info CI gating work, including Rawhide gating: https://github.com/fedora-infra/bodhi/projects/3 17:33:13 so this has been hard to make progress on, due to resources 17:33:23 i have gotten a few cards to move, but not much 17:33:37 some of the work i plan for bodhi 4 is intended to support this effort 17:34:13 for example, reworking the API to be RESTy will make it much easier to do an API for creating side tags 17:34:38 i actually did start working on teh side tag API last week and was disgusted with bodhi's API code and just realized it'd be better to get it fixed first 17:35:13 i don't plan bodhi 4.0.0 to have rawhide gating, to be clear. bodhi uses semantic versioning, so the 4 just means "watch out, things are changing and you will get wet, you may get soaked" 17:35:25 so gating will probably happen in a later 4.y release 17:35:34 but 4.0 will make it so much easier 17:36:22 btw, that kanban is about more than rawhide - it's about all the things that are wrong with test gating that i know of so far 17:36:27 rawhide cards are in there too 17:38:32 any thoughts on gating stuff? shall i move on? 17:39:31 * nirik just wants the rawhide gating however we get there. ;) 17:39:43 yeah i want it too 17:39:49 i wish i had like 3 more abompards 17:39:52 or 10 17:40:11 yeah. 17:40:19 i guess this is the one true plan for rawhide gating now, right? 17:40:32 i recall there was some idea about doing it in pagure with co-ordinated pull requests, but i don't think i heard anything about that lately. 17:40:35 i honestly spend a huge amount of time doing the boring maintenance work that isn't glorious, so i just don't have a ton of unused time to work on new features :/ 17:40:46 that's a lot of the goal of bodhi 4 to kill a lot of dumb code 17:40:50 should speed me up a bit 17:40:53 bowlofeggs: i think we can all say the same thing. :P 17:41:04 adamw: yeah this is the plan afaik 17:41:08 adamw: we def can 17:41:19 (i just wonder why some people have enough time to write the new features that cause the rest of us to have to do all the boring maintenace...:D) 17:41:43 EXACTLY! 17:42:20 i was talking to a coder friend recently about how much time i spend just doing boring maitenance stuff, and in particular code review uses a lot of my time 17:42:28 and he suggested it was kinda like a DOS 17:42:35 you can DOS me by sending me features! 17:42:38 hahaha 17:42:53 it's the blessing and the curse of FOSS 17:43:08 it's really awesome that people do this stuff, really 17:43:30 people do some really cool stuff too 17:43:44 mattia has been sending me lots of patches to fix up the new update form and i'm excited about that 17:43:54 it's a nice improvemebnt 17:44:10 alright, next topic 17:44:21 #info Bodhi's high priority issues: https://github.com/fedora-infra/bodhi/issues?q=is%3Aopen+is%3Aissue+label%3A%22High+priority%22 17:44:24 Are there any items that are not on that list that should be? Anything on that list that should not be? 17:45:11 was there still one for the automating pushes? (which we already did) 17:45:31 oh yeah that is done 17:45:35 i dunno, lemme see 17:45:59 https://github.com/fedora-infra/bodhi/pull/2670 17:46:03 and it's merged 17:46:13 cool 17:46:26 ha no, it was cllosed due to inactivity 17:47:20 but it's not clear to me why we needed it 17:47:39 oh yeah 17:47:43 so i do still want that 17:47:56 basically bodhi-push --resume will resume ones that are currently running, which is not great 17:48:07 but mboddu's automation does check for running composes 17:48:12 true, but thats only run by a human, who we can yell at 17:48:14 so it won't be bad given his implementation 17:48:21 but i still think it should not be willing to do that 17:48:26 his thing doesn't resume at all I don't think 17:48:28 let's call it 'human ai' 17:48:30 sounds better that way 17:48:32 yeah it doesn't 17:48:34 adamw: haha 17:48:48 i don't think we need it for the automated pushes thing 17:48:55 i just want it for the "this is wrong if you do that" thing 17:49:00 ok. yeah, agreed 17:49:15 i did think we needed it before i saw mboddu's implementation 17:49:27 but he does query to see if there are compsoes before starting any, so that's ok 17:49:45 i guess there's a tiny tiny race condition there, but meh 17:50:12 #topic open floor 17:50:17 anything else? 17:52:25 #endmeeting