/srv/irclogs.ubuntu.com/2020/02/10/#juju.txt

thumpervery quiet monday here03:02
ec0now you've done it03:29
hpidcockwallyworld: for the grade field in the snapcraft.yaml, should this be stable or devel depending on if it's a release snap? see https://snapcraft.io/docs/snapcraft-yaml-reference and also your pr https://github.com/juju/juju/pull/11138/files04:50
hpidcockdo we currently just manually build the dev snaps?04:51
hpidcockcurrent release scripts just use default grade: to stable04:52
hpidcockI guess I could sed the snapcraft.yaml to change it04:52
achilleasacan I get a quick CR on this tiny PR? https://github.com/juju/charmrepo/pull/16009:18
nammn_deachilleasa: can take a look09:56
nammn_destickupkid: up for a 5 min hangout regarding the race conditions a mentioned? May need a pointer or an idea09:57
stickupkidnammn_de, daily09:57
stickupkidachilleasa, we should ping wgrant about this09:58
achilleasastickupkid: I will when the change lands in juju 2.7 branch09:59
achilleasastickupkid: have you brought in your charmrepo changes from last week?10:04
achilleasastickupkid: arghh.. 2.7 still uses charmrepo.v3; gotta backport the change10:08
nammn_destickupkid: https://github.com/juju/juju/pull/1119810:35
stickupkidnammn_de, done10:46
nammn_destickupkid: ta! I see you are working on the not finding artefacts thing on lxd. Any updates on that one? This one seems to be a great help to me.  Need a helping hand?10:51
stickupkidnammn_de, ah, not actively atm10:52
nammn_destickupkid: small pointers for me, so that I can take that over?10:52
stickupkidnammn_de, when the test suite bombs, we need to work out why we don't create a output tar.gz file10:53
nammn_destickupkid: got it, lookin10:54
achilleasanammn_de: or stickupkid quick CR for bringing charmrepo changes into juju: https://github.com/juju/juju/pull/11199 and https://github.com/juju/juju/pull/1120011:07
nammn_deachilleasa: approved11:08
achilleasastickupkid: have you seen this error before? https://github.com/juju/juju/pull/11200/checks?check_run_id=43591995411:11
achilleasais charmrepo.v4 gomod-only now?11:13
stickupkidachilleasa, why does dep care about gomod though11:14
stickupkidachilleasa, shouldn't it just be a code repo?11:14
achilleasastickupkid: yeah... don't get it. The juju .lock file has been updated but the digest looks empty: https://github.com/juju/juju/pull/11200/files#diff-bd247e83efc3c45ae9e8c47233249f18R143611:17
stickupkidhaha, lol wat11:17
stickupkidcan you rebuild it?11:18
achilleasaLet me try with modules off...11:18
achilleasastickupkid: second time worked... go figure11:30
rick_hmorning party folks13:15
manadartMorning rick_h13:24
achilleasanammn_de: I think we have a flaky test (TestConstraintsOpsForSpaceNameChange). Was that added by the recent work for space renaming? If that's yours you may want to throw in a strings.Sort prior to comparing https://paste.ubuntu.com/p/pnmnxrdBpQ/13:29
nammn_deachilleasa: yeah thanks! Added that in the next spaces patch13:30
manadartachilleasa nammn_de: Or use jc.SameContents.13:30
achilleasamanadart: thanks for the tip; didn't know that was a thing!13:31
nammn_demanadart achilleasa: sorted it was put in the bigger patch here: https://github.com/juju/juju/pull/11186/files if pressuring I can exclude and put in seperate patch13:31
nammn_demanadart: ohh did not know that one13:31
=== narindergupta is now known as narinderguptamac
=== icey_ is now known as icey
stickupkidrick_h, so the schema tests won't work because both juju 2.7 and develop target the pylib master branch and we don't know if there are breaking changes15:23
stickupkidrick_h, the easy fix is to add branches back to pylib15:24
rick_hstickupkid:  boooooo, maybe15:24
stickupkidmanadart, nammn_de maybe we should just push all artifacts to s316:17
stickupkidbe done with it16:17
manadartstickupkid: Sounds like a plan.16:22
nammn_destickupkid: that sounds like something great.  I can look into that next ci day (may need here and there some consideration points)16:22
stickupkidnammn_de, we'll still need to get it out of the container though...16:23
nammn_destickupkid: yeah thats something i am looking today, if not next week =D16:23
stickupkidrick_h, ho?16:56
rick_hstickupkid:  /me jumps in17:21
rick_hoh wait, that was 30min ago sorry17:21
rick_hstickupkid:  what's up?17:21
stickupkidin ho:)17:21
timClicksmorning juju20:11
rick_hmorning timClicks20:11
hmlhowdy timClicks20:12
timClicksit looks like we're starting to see more and more lively discussions on discourse20:15
rick_hchit-chat20:15
timClickswhere is the source code for the k8s charms in https://jaas.ai/u/juju/#charms? we should flesh out their readmes21:30
babbageclunkeasy review for someone? https://github.com/juju/juju/pull/1120222:03
timClicksbabbageclunk: love those22:03
timClicksbabbageclunk: the old shortwait to longwait switcheroo22:04
babbageclunktimClicks: ha, thanks!22:08
timClicksremind me again why there's no default model provided with k8s clouds? I did know once23:28
hpidcockdefault is a namespace that exists in a kube cluster23:29
hpidcockand may be used by stuff already deployed in a cluster23:29
hpidcockso we23:29
hpidcockwould need a new name23:29
hpidcockeasier to just not create one atm23:30
hpidcockor if we did, the default model would need special behaviour so it doesn't create the namespace nor delete it. It would also have to be able to play nice with what is already in there/share with another juju controller etc23:31
hpidcockjust too much to deal with.23:31
timClickshpidcock: I thought it was to do with the namespace issue23:31
hpidcockyeah, thats the root of the issue23:32
hpidcockbut whatever way you try to work around it isn23:32
hpidcock't nice23:32
hpidcocka user could delete the namespace then create a model called default23:33
hpidcockbut that still has issues23:33

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!