Monday, 2016-12-12

openstackgerritMerged openstack-infra/zuul: Re-enable requirement reject tests  https://review.openstack.org/40106300:22
*** bhavik has joined #zuul04:03
*** bhavik has quit IRC04:08
*** saneax-_-|AFK is now known as saneax04:23
*** bhavik has joined #zuul04:41
*** willthames has quit IRC06:18
*** openstackgerrit_ has joined #zuul06:24
*** openstackgerrit_ has quit IRC06:25
*** openstackgerrit_ has joined #zuul06:26
*** openstackgerrit_ has quit IRC06:27
*** openstackgerrit_ has joined #zuul06:35
*** openstackgerrit_ has quit IRC06:35
*** yolanda has joined #zuul06:58
*** openstackgerrit_ has joined #zuul06:59
*** openstackgerrit_ has quit IRC07:00
*** abregman has joined #zuul07:51
*** hashar has joined #zuul08:55
*** Cibo_ has quit IRC09:20
*** Cibo_ has joined #zuul10:08
*** bhavik has quit IRC11:07
*** hashar is now known as hasharLunch11:35
*** abregman is now known as abregman|mtg12:14
*** abregman_ has joined #zuul12:22
*** abregman_ has quit IRC12:25
*** abregman|mtg has quit IRC12:25
*** abregman has joined #zuul12:25
*** saneax is now known as saneax-_-|AFK12:33
*** abregman is now known as abregman|mtg12:39
*** hasharLunch is now known as hashar13:39
*** abregman|mtg has quit IRC13:53
*** abregman has joined #zuul13:54
*** abregman is now known as abregman|mtg14:08
*** yolanda has quit IRC14:11
*** yolanda has joined #zuul14:13
*** saneax-_-|AFK is now known as saneax14:13
*** yolanda has quit IRC14:15
*** yolanda has joined #zuul14:15
*** jamielennox is now known as jamielennox|away14:38
*** Cibo_ has quit IRC14:44
*** abregman|mtg is now known as abregman14:44
*** jamielennox|away is now known as jamielennox14:45
*** saneax is now known as saneax-_-|AFK15:08
*** bhavik1 has joined #zuul15:19
*** saneax-_-|AFK is now known as saneax15:32
*** abregman has quit IRC15:45
*** saneax is now known as saneax-_-|AFK16:01
*** saneax-_-|AFK is now known as saneax16:16
*** Cibo_ has joined #zuul16:55
*** saneax is now known as saneax-_-|AFK17:06
*** Shuo has joined #zuul17:11
jeblairShrews, pabelanger, clarkb, mordred: i think the main thing i would like to address before we merge the branch that wasn't on our production blocker list is what to do about identifying the image uploads.  during dev, we realized that we can't say "image-delete 1234" anymore, we have to say "image delete <image name> <build id> <provider> <upload id>"  which is not super convenient.17:15
jeblairShrews, pabelanger, clarkb, mordred: if we care about that enough to come up with another solution, that would be good to do before merging17:16
jeblairsolutions which jump out at me are: a) generate uuids for uploads.  b) use a global sequence generator to get unique sequential ids for uploads.  c) decide that we probably won't delete individual uploads that much anyway, so leave it as is.17:17
mordredjeblair: role spec update looks good17:18
jeblairmordred: w00t17:19
mordredjeblair: I tend towards c in my thinking- as the usual reason for deleting an image is bad content which usually applies across the board and is not specific to a single upload17:19
jeblairmordred: yeah17:22
*** Shuo has quit IRC17:25
jeblairmordred: can you take a lookt at https://review.openstack.org/223333 when you have a chance?17:44
mordredjeblair: I have 2 concerns that feel more like unimportant quibbles ... one being addeding sqlalchemy as a dep across the board instead of just adding it to the mysql_reporter extras entry - the second is that String(255) seems big for zuul_def and ref, which really should have a well-known number of characters - but I'm pretty sure those are just nitpicky and not important17:53
*** openstack has joined #zuul18:01
jeblairmordred: i agree we could probably constrain zuul_ref though18:01
jeblairmordred: oh, zuul_ref might also contain a branch18:02
mordredjeblair: so maybe just leaving well enough alone for now18:03
jeblairmordred: yeah, maybe so.  it uses alembic.  :)18:04
mordredjeblair: bombs away then18:04
jeblairmordred: as for deps, yeah... we could probably do some conditional imports to fix that... but maybe we can do that later.18:04
jeblairmordred: (and my WIP patch for drivers should make that easier in v3)18:05
mordred\o/18:06
clarkbjeblair: all that info is available in the default output for dib-image-list right?18:06
clarkbor is it image-list? as long as the info is readily available the extra typing doesn't bother me too much since its rare that we need it18:06
jeblairclarkb: yes: image-list18:07
*** harlowja has joined #zuul18:20
*** Shuo has joined #zuul18:30
*** bhavik1 has quit IRC19:37
*** jamielennox is now known as jamielennox|away19:46
*** Shuo has quit IRC19:52
*** jamielennox|away is now known as jamielennox19:53
adam_gis it correct that BuildSet.commit is only ever set after a merge?20:50
adam_gor rather: it is not expected to be set after a launcher merge, only after an upstream merge20:53
*** Cibo_ has quit IRC21:30
*** Cibo_ has joined #zuul21:30
morganI will try and be on for the meeting21:30
morganmight be a little late dropping someone off at the train. and finishing packing.21:30
jeblairadam_g: in v2, it was set by the merger so it would be set before a job ran for any kind of change... we may want to think about removing it entirely if we can get away with it not being used.21:52
jeblairit's zuul meeting time in #openstack-meeting-alt22:00
jheskethMorning22:01
adam_gjeblair: yeah. not sure what hte uses would be for it being attached to the merge event22:01
*** dmsimard has quit IRC22:26
*** rcarrillocruz has quit IRC23:05
*** Shuo has joined #zuul23:15
openstackgerritAdam Gandelman proposed openstack-infra/zuul: Move and re-enable test_build_configuration_*  https://review.openstack.org/40937623:17
*** willthames has joined #zuul23:19
*** rcarrillocruz has joined #zuul23:20
pabelangerjeblair: mordred: Shrews: clarkb: personally, I think I'll be using dib-image-delete if I wanted to nuke an upload to all providers, since that was easy to use on Thursday of last week23:24
pabelangerusing the 4 args from image-list is just too hard for me to parse quickly23:24
openstackgerritPaul Belanger proposed openstack-infra/nodepool: Make diskimage-builder command configurable for testing  https://review.openstack.org/40497623:30
openstackgerritPaul Belanger proposed openstack-infra/nodepool: Properly cleanup failed diskimage builds  https://review.openstack.org/40932723:30
*** rcarrillocruz has quit IRC23:38

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