*** tosky has quit IRC | 00:19 | |
*** whoami-rajat has joined #openstack-release | 01:12 | |
*** mriedem has quit IRC | 01:35 | |
*** sdake has quit IRC | 01:44 | |
*** sdake has joined #openstack-release | 01:48 | |
*** hongbin has joined #openstack-release | 02:48 | |
*** sdake has quit IRC | 02:48 | |
*** sdake has joined #openstack-release | 02:48 | |
*** sdake has quit IRC | 02:57 | |
*** sdake has joined #openstack-release | 03:01 | |
*** spsurya has joined #openstack-release | 03:34 | |
*** udesale has joined #openstack-release | 03:51 | |
*** ianychoi has quit IRC | 04:31 | |
*** sdake has quit IRC | 04:50 | |
*** sdake has joined #openstack-release | 04:54 | |
*** hongbin has quit IRC | 05:04 | |
*** diablo_rojo has quit IRC | 05:05 | |
*** jtomasek has joined #openstack-release | 05:09 | |
*** sdake has quit IRC | 05:14 | |
*** sdake has joined #openstack-release | 05:16 | |
*** sdake has quit IRC | 05:48 | |
*** sdake has joined #openstack-release | 05:50 | |
*** lbragstad_ has joined #openstack-release | 05:53 | |
*** lbragstad has quit IRC | 05:55 | |
*** kmrchdn is now known as chandankumar | 06:01 | |
*** sdake has quit IRC | 06:03 | |
*** lbragstad has joined #openstack-release | 06:04 | |
*** lbragstad_ has quit IRC | 06:04 | |
*** sdake has joined #openstack-release | 06:06 | |
*** lbragstad_ has joined #openstack-release | 06:09 | |
*** lbragstad has quit IRC | 06:10 | |
*** lbragstad has joined #openstack-release | 06:16 | |
*** lbragstad_ has quit IRC | 06:18 | |
*** spsurya has quit IRC | 06:25 | |
*** sdake has quit IRC | 06:37 | |
*** egonzalez has quit IRC | 07:10 | |
*** egonzalez has joined #openstack-release | 07:11 | |
*** aojea has joined #openstack-release | 07:14 | |
*** spsurya has joined #openstack-release | 07:17 | |
*** pcaruana has joined #openstack-release | 07:19 | |
chandankumar | Hello | 08:04 |
---|---|---|
chandankumar | I need some help on this review https://review.openstack.org/#/c/638191/ | 08:04 |
chandankumar | i am trying to tag 0.0.1 for telemetry temepst plugin for queens but it is failing | 08:05 |
chandankumar | ERROR: Could not find 0.0.1: Command '['git', 'show', '0.0.1']' returned non-zero exit status 128 | 08:05 |
chandankumar | 2019-02-20 16:26:05.362815 | ubuntu-xenial | this rule only applies when tagging a series as end-of-lif | 08:05 |
chandankumar | please have a look. | 08:05 |
*** jaosorior has quit IRC | 08:08 | |
*** tesseract has joined #openstack-release | 08:18 | |
*** jpich has joined #openstack-release | 08:23 | |
*** lbragstad has quit IRC | 08:25 | |
*** tosky has joined #openstack-release | 08:26 | |
*** hberaud|gone is now known as hberaud | 08:36 | |
*** dtantsur|afk is now known as dtantsur\ | 08:53 | |
*** dtantsur\ is now known as dtantsur | 08:53 | |
*** electrofelix has joined #openstack-release | 09:08 | |
*** e0ne has joined #openstack-release | 09:14 | |
*** aojea has quit IRC | 09:14 | |
*** jaosorior has joined #openstack-release | 09:57 | |
*** spsurya has quit IRC | 10:22 | |
*** luizbag has joined #openstack-release | 10:41 | |
*** jaosorior has quit IRC | 10:55 | |
*** jaosorior has joined #openstack-release | 11:15 | |
*** udesale has quit IRC | 11:26 | |
*** sdake has joined #openstack-release | 12:02 | |
smcginnis | chandankumar: Those are just messages as it checks different things. | 12:16 |
smcginnis | chandankumar: The error is summarized at the end: http://logs.openstack.org/91/638191/2/check/openstack-tox-validate/18f609c/job-output.txt.gz#_2019-02-20_16_26_05_372217 | 12:16 |
smcginnis | chandankumar: And I forgot about that rule, so I don't think we are going to be able to do a queens release now. | 12:17 |
*** e0ne has quit IRC | 12:24 | |
*** e0ne has joined #openstack-release | 12:31 | |
*** hberaud is now known as hberaud|lunch | 12:39 | |
dhellmann | smcginnis, chandankumar : we've dealt with that in the past by making old releases from the "independent" directory. That ensures they don't show up as new deliverables on the series page, and should bypass that particular versioning rule | 13:09 |
tobias-urdin | does the releases repo ensure that it's impossible to create duplicates of versions? we have a post-run job that uploads the tarballs to puppet forge, does it make sense to check this or is the scenario impossible? | 13:13 |
chandankumar | dhellmann: if i move the queens telemetry tempest plugin to _independent it will work? | 13:14 |
dhellmann | chandankumar : I believe so, yes | 13:14 |
dhellmann | tobias-urdin : the releases repo refuses to allow you to tag a repo with a version if that version already exists on a different commit | 13:15 |
dhellmann | and if the tag exists, then no work is done when the file is imported into the repo (this lets us import historical releases) | 13:15 |
dhellmann | we do, however, have the ability to manually re-run release jobs when they fail, which could potentially trigger the job to upload to puppet forge a second time | 13:16 |
tobias-urdin | thanks, so the scenario where we somehow upload the same version number is impossible so it's probably no need for me to build more check jobs for that then | 13:16 |
dhellmann | we don't usually bother to trigger jobs that have already run, if we can avoid it | 13:16 |
tobias-urdin | the post-run job will fail since puppet forge doens't allow the same version number to be uploaded again | 13:16 |
dhellmann | yeah, so if puppet forge is already checking then you probably don't need to | 13:16 |
openstackgerrit | Chandan Kumar proposed openstack/releases master: Release telemetry-tempest-plugin 0.0.1 for queens https://review.openstack.org/638191 | 13:17 |
tobias-urdin | more that the ansible module we wrote that is executed in puppet release post-run will have POST_FAILURE if we try to upload the same version again | 13:17 |
tobias-urdin | instead of just skipping (or warn) when puppet forge refuses it, which might have been bad design, not sure | 13:17 |
*** sdake has quit IRC | 13:23 | |
*** sdake has joined #openstack-release | 13:24 | |
dhellmann | tobias-urdin : are there steps in that job that happen after the upload to puppet forge? | 13:27 |
dhellmann | if you think about how to make the job idempotent, for example, you might want to log the failure and ignore the error, to allow other steps to proceed | 13:27 |
dhellmann | if there are no other steps, then I wouldn't worry about it | 13:27 |
tobias-urdin | dhellmann: it's the last post-run logic so the tarballs (and signing) has already been performed by then | 13:28 |
tobias-urdin | so probably fine then, thanks! | 13:28 |
tobias-urdin | for reference https://github.com/openstack-infra/project-config/blob/master/zuul.d/jobs.yaml#L91 | 13:28 |
tobias-urdin | so if the release job continues with the collected artifacts, then we are fine | 13:29 |
*** mriedem has joined #openstack-release | 13:34 | |
*** sdake has quit IRC | 13:36 | |
dhellmann | yep, it sounds like it | 13:38 |
*** sdake has joined #openstack-release | 13:38 | |
*** hberaud|lunch is now known as hberaud | 13:42 | |
*** lbragstad has joined #openstack-release | 13:57 | |
*** jaosorior has quit IRC | 14:08 | |
*** sdake has quit IRC | 14:14 | |
*** udesale has joined #openstack-release | 14:22 | |
*** sdake has joined #openstack-release | 14:30 | |
*** jaosorior has joined #openstack-release | 14:30 | |
bnemec | We can't bump minimum requirements on stable branches, right? | 14:37 |
bnemec | Because requirements changes force a feature release, IIRC. | 14:37 |
*** trident has joined #openstack-release | 14:39 | |
smcginnis | bnemec: Correct. | 14:43 |
smcginnis | dhellmann: Thanks, I forgot about using independent for those. | 14:44 |
bnemec | smcginnis: Ack, thanks. | 14:48 |
*** dave-mccowan has joined #openstack-release | 14:48 | |
smcginnis | bnemec: Hopefully no one is using the minimums anyway. ;) | 14:48 |
bnemec | Yeah, there's just a pretty ugly bug with oslo.messaging and older versions of py-amqp. | 14:51 |
bnemec | But we can release note the problem and then at least people will know what they need to do to fix it. | 14:51 |
*** sdake has quit IRC | 14:51 | |
smcginnis | Sometimes documentation is the easiest fix. | 14:52 |
*** sdake has joined #openstack-release | 15:02 | |
*** mlavalle has joined #openstack-release | 15:06 | |
*** jaosorior has quit IRC | 15:08 | |
*** armstrong has joined #openstack-release | 15:13 | |
*** gsantomaggio has joined #openstack-release | 15:15 | |
*** dave-mccowan has quit IRC | 15:21 | |
*** dave-mccowan has joined #openstack-release | 15:41 | |
*** dave-mccowan has quit IRC | 15:45 | |
*** jaosorior has joined #openstack-release | 15:46 | |
*** sdake has quit IRC | 15:48 | |
*** sdake has joined #openstack-release | 15:51 | |
*** tosky has quit IRC | 15:53 | |
*** tosky has joined #openstack-release | 15:54 | |
*** diablo_rojo has joined #openstack-release | 16:00 | |
smcginnis | #startmeeting releaseteam | 16:01 |
openstack | Meeting started Thu Feb 21 16:01:09 2019 UTC and is due to finish in 60 minutes. The chair is smcginnis. Information about MeetBot at http://wiki.debian.org/MeetBot. | 16:01 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 16:01 |
*** openstack changes topic to " (Meeting topic: releaseteam)" | 16:01 | |
openstack | The meeting name has been set to 'releaseteam' | 16:01 |
smcginnis | Ping list: smcginnis ttx dhellmann diablo_rojo hberaud evrardjp fungi armstrong | 16:01 |
dhellmann | o/ | 16:01 |
smcginnis | #link https://etherpad.openstack.org/p/stein-relmgt-tracking Agenda | 16:01 |
* dhellmann is on a call but will lurk | 16:01 | |
diablo_rojo | o/ | 16:02 |
evrardjp | o/ | 16:02 |
smcginnis | Alright, guess we can get going. | 16:03 |
smcginnis | #topic Lib freeze and upcoming deadlines | 16:03 |
*** openstack changes topic to "Lib freeze and upcoming deadlines (Meeting topic: releaseteam)" | 16:03 | |
smcginnis | We are already hitting non-client lib freeze. | 16:03 |
smcginnis | It's been a longer cycle, but this always seems to come up quick. | 16:03 |
smcginnis | Especially for the new folks, the following week is a lot of deadlines. | 16:04 |
smcginnis | Stein-3 is also soft string freeze, feature freeze, client lib freeze, and probably some project specific deadlines too. | 16:04 |
smcginnis | I should check with prometheanfire if we are still planning in requirements freeze too. | 16:05 |
smcginnis | So next week might be a little more active with release activities. | 16:05 |
smcginnis | And the stein-3 week probably more so. | 16:06 |
smcginnis | Any questions on any of that? | 16:06 |
dhellmann | yeah, we should try to make sure we get those lib releases out quickly to allow for testing | 16:06 |
smcginnis | There does always seem to be a few surprise lib updates that break things in unexpected ways. | 16:07 |
smcginnis | So please do pay attention to reviewing those. | 16:07 |
smcginnis | The more time to recover from those situations, the better. | 16:07 |
prometheanfire | smcginnis: ya, freeze period is coming up | 16:07 |
smcginnis | prometheanfire: Anything changing there, or same as we have done in the past? | 16:07 |
prometheanfire | same as the past | 16:08 |
smcginnis | prometheanfire: Going to send out any new witty batman posts? :P | 16:08 |
evrardjp | ahah | 16:08 |
evrardjp | or A song of ice and fire/Game of throne memes | 16:08 |
smcginnis | Ooh, that could be the new theme. | 16:09 |
smcginnis | #topic Task follow up | 16:09 |
*** openstack changes topic to "Task follow up (Meeting topic: releaseteam)" | 16:09 | |
smcginnis | #link https://etherpad.openstack.org/p/stein-email-r6 Countdown email draft | 16:09 |
smcginnis | Pretty much all of the tasks for the week related to content for the countdown email | 16:09 |
smcginnis | Please take a look there and feel free to make any suggestions for content changes. | 16:10 |
smcginnis | Thanks evrardjp and diablo_rojo for getting the c-w-i project list and the good discussion on that yesterday. | 16:10 |
prometheanfire | smcginnis: I'll see if I can find a new theme | 16:10 |
smcginnis | I think I would like to keep that list limited to the non-client things this week and point out the client ones next week. | 16:11 |
diablo_rojo | Harry Potter? | 16:11 |
smcginnis | prometheanfire: ;) | 16:11 |
dhellmann | +1 to separating the lists to avoid overwhelming readers | 16:11 |
*** udesale has quit IRC | 16:11 | |
smcginnis | I did mention in there that folks need to be aware of the client feeze, so nothing should be too surprising. | 16:11 |
evrardjp | I didn't do anything -- just use the tooling. Great tooling, hard to have the whole overview of things in head though | 16:11 |
prometheanfire | GoT seems good, but I'll look into it | 16:11 |
smcginnis | evrardjp: Figuring out what tooling is there and how to use it is a good thing to go through though. | 16:12 |
evrardjp | mail looks good | 16:12 |
smcginnis | The other task was one for fungi for the signing artifact. | 16:12 |
smcginnis | Not sure if he's around right now though. | 16:12 |
dhellmann | prometheanfire : the "freeze is coming" lines write themselves | 16:12 |
hberaud | o/ | 16:12 |
smcginnis | Hey hberaud | 16:12 |
smcginnis | #topic Upcoming tasks | 16:13 |
*** openstack changes topic to "Upcoming tasks (Meeting topic: releaseteam)" | 16:13 | |
smcginnis | #link https://releases.openstack.org/reference/process.html#final-library-release-week-before-milestone-3 | 16:13 |
smcginnis | dhellmann: Do you know if we are still doing bullet 4 there? ^ | 16:13 |
dhellmann | looking | 16:14 |
fungi | i have not yet gotten to the signing key generation yet, but it is near the top of my to do list | 16:14 |
smcginnis | I seem to remember creating patches for that but them getting abandoned or something. | 16:14 |
smcginnis | Or the qa team already having taken care of it. | 16:14 |
dhellmann | as far as I know we do still need to do that | 16:14 |
smcginnis | fungi: ack, thanks! | 16:14 |
dhellmann | maybe that's what happened? | 16:14 |
dhellmann | would be good to coordinate with them | 16:14 |
smcginnis | Yeah, that might have been it. | 16:14 |
smcginnis | Any volunteers to ping in -qa about that task and make sure they are aware of it and see if they need us to do anything or if they have it covered? | 16:15 |
* smcginnis looks over in evrardjp and diablo_rojo's direction | 16:15 | |
* diablo_rojo reads bullet 4 | 16:15 | |
smcginnis | Basically just need to make sure they are aware of the end of cycle activities coming up and are ready for it. | 16:16 |
diablo_rojo | Oh sure | 16:16 |
diablo_rojo | I can do that | 16:16 |
smcginnis | Awesome, thanks diablo_rojo | 16:16 |
smcginnis | diablo_rojo: I've put it down in the etherpad for next weeks tasks as a reminder. | 16:17 |
smcginnis | #topic Open floor | 16:17 |
*** openstack changes topic to "Open floor (Meeting topic: releaseteam)" | 16:17 | |
diablo_rojo | smcginnis, got it! Thanks :) | 16:18 |
smcginnis | I think overall we're in good shape. | 16:18 |
smcginnis | Anything else anyone wants to talk about? | 16:18 |
evrardjp | how do you qualify good/bad shape? | 16:18 |
smcginnis | We haven't had to say "Oh crap, I forgot we were supposed to do that" yet. :) | 16:18 |
dhellmann | *yet :-) | 16:19 |
evrardjp | :D | 16:19 |
smcginnis | ;) | 16:19 |
diablo_rojo | Good documentation will help with that lol | 16:19 |
diablo_rojo | So long as you actually read the docs | 16:19 |
smcginnis | Yeah, as long as we are good about paying attention to process.rst, we should be fine. | 16:19 |
smcginnis | Great documentation of everything that needs to be done there. | 16:19 |
smcginnis | But if anyone comes across something that has been more tribal knowledge so far, please do add to that. | 16:20 |
dhellmann | ++ | 16:20 |
smcginnis | Ideally anyone could step in and just follow that guide to run a release. | 16:20 |
evrardjp | smcginnis: I think diablo_rojo and I should do that with your help | 16:20 |
smcginnis | That would be great! | 16:21 |
smcginnis | OK, anything else for today? | 16:21 |
evrardjp | you bring the beer, we bring the manpower | 16:21 |
evrardjp | nothing | 16:21 |
diablo_rojo | I got nothing | 16:21 |
smcginnis | evrardjp: How was the Westvleten? | 16:21 |
diablo_rojo | :D | 16:21 |
evrardjp | :D | 16:21 |
dhellmann | nothing here | 16:21 |
evrardjp | we should close the meeting first | 16:21 |
evrardjp | but it was amazing | 16:22 |
smcginnis | evrardjp: You don't want that logged for all time in the meeting logs? :) | 16:22 |
smcginnis | #endmeeting | 16:22 |
*** openstack changes topic to "OpenStack Release Managers office - Come here to discuss how to release OpenStack components - Logged at http://eavesdrop.openstack.org/irclogs/%23openstack-release/" | 16:22 | |
openstack | Meeting ended Thu Feb 21 16:22:12 2019 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 16:22 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/releaseteam/2019/releaseteam.2019-02-21-16.01.html | 16:22 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/releaseteam/2019/releaseteam.2019-02-21-16.01.txt | 16:22 |
openstack | Log: http://eavesdrop.openstack.org/meetings/releaseteam/2019/releaseteam.2019-02-21-16.01.log.html | 16:22 |
smcginnis | Thanks everyone for being part of the release team! | 16:22 |
evrardjp | I posted it online, which means it was no secret for anyone anymore. | 16:22 |
smcginnis | I saw that. | 16:22 |
evrardjp | It's still an amazing beer. Too bad it's hard to get. | 16:22 |
smcginnis | Not sure if I've had that one or not. I need to see if they carry it anywhere around here. | 16:23 |
*** e0ne has quit IRC | 16:23 | |
evrardjp | probably not ? :p | 16:23 |
smcginnis | Searching online, it did look like some US stores carry it. Just not sure if there any around here. | 16:24 |
evrardjp | You can't really buy it at regular shops, you have to go to the abbey to get it. And should someone get those and sell them they could lose their license I guess :p | 16:24 |
smcginnis | We have a couple good stores that have really good Belgian beer selections. | 16:24 |
evrardjp | I guess it's easier to export than to sell it in belgium | 16:24 |
smcginnis | Funny how that can be the case some times. | 16:25 |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack/releases master: TripleO: Minor release for queens https://review.openstack.org/637857 | 16:25 |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack/releases master: TripleO: minor release for rocky https://review.openstack.org/637858 | 16:26 |
chandankumar | dhellmann: still hitting the same error after moving to _independent folder http://logs.openstack.org/91/638191/3/check/openstack-tox-validate/021c185/job-output.txt.gz#_2019-02-21_13_29_39_137005 | 16:27 |
chandankumar | please have a look https://review.openstack.org/#/c/638191/ | 16:27 |
dhellmann | chandankumar : you can ignore that error. the real failure is at the end of that section of the report: http://logs.openstack.org/91/638191/3/check/openstack-tox-validate/021c185/job-output.txt.gz#_2019-02-21_13_29_39_137809 | 16:28 |
dhellmann | the earlier one is just us logging the output of a command we're running to see whether 0.0.1 is already tagged, and it isn't, so the command produces an error | 16:28 |
dhellmann | that error is expected though, so it's not a problem | 16:28 |
chandankumar | got it | 16:29 |
chandankumar | dhellmann: do i need to keep release-type with in a indepent release? | 16:30 |
chandankumar | *independent | 16:31 |
dhellmann | chandankumar : removing that field completely should fix the problem | 16:31 |
dhellmann | the model is implied by the file being in that directory | 16:31 |
openstackgerrit | Chandan Kumar proposed openstack/releases master: Release telemetry-tempest-plugin 0.0.1 for queens https://review.openstack.org/638191 | 16:32 |
chandankumar | doing independent release first time good to know that | 16:32 |
chandankumar | dhellmann: thanks :-) | 16:32 |
dhellmann | chandankumar : what you have now looks good; let's see what the validate job says :-) | 16:33 |
chandankumar | dhellmann: https://review.openstack.org/#/c/638118/ needs +w | 16:33 |
chandankumar | dhellmann: :-) | 16:33 |
dhellmann | chandankumar : we need a +1 from the PTL or release liaison for the telemetry team before we can approve the release | 16:35 |
dhellmann | your newer patch passes validation for me when I test it locally | 16:36 |
chandankumar | dhellmann: pinged the telemetry people , thanks :-) | 16:38 |
chandankumar | ++ | 16:38 |
chandankumar | I hope we should have unified karma bot for openstack! | 16:38 |
chandankumar | dhellmann: I have one more issue related to stackviz tarball | 16:40 |
chandankumar | dhellmann: currently there are two tarballs published on t.o.o | 16:40 |
chandankumar | http://tarballs.openstack.org/package-stackviz-element/ | 16:40 |
chandankumar | and http://tarballs.openstack.org/stackviz/ | 16:40 |
chandankumar | first one contains all the correct files including .py + html but second one only .py files | 16:41 |
*** hberaud is now known as hberaud|school-r | 16:41 | |
chandankumar | here is the paste paste.openstack.org/show/745627/ | 16:41 |
chandankumar | please have a look, can we remove the second one | 16:41 |
chandankumar | ? | 16:42 |
dhellmann | chandankumar : what makes the different tarballs? | 16:47 |
*** hberaud|school-r is now known as hberaud | 16:47 | |
*** dave-mccowan has joined #openstack-release | 16:47 | |
dhellmann | because the thing you're asking to remove appears newer than the other | 16:47 |
dhellmann | which makes me think either the packaging job is wrong, or the instructions to it are wrong | 16:48 |
dhellmann | like the manifest or whatever else is used to ensure files end up in the package | 16:48 |
chandankumar | dhellmann: first one is coming from hee https://git.openstack.org/cgit/openstack-infra/openstack-zuul-jobs/tree/zuul.d/zuul-legacy-jobs.yaml#n872 | 16:48 |
dhellmann | which job is currently being used by that repository? | 16:49 |
dhellmann | I guess what I'm trying to get at is that rather than deleting artfiacts, we should fix the job and publish a new release | 16:49 |
chandankumar | dhellmann: https://github.com/openstack/stackviz/blob/master/.zuul.yaml#L10 above job is called | 16:50 |
chandankumar | i am not sure from where second one is cominf | 16:50 |
chandankumar | *coming | 16:50 |
chandankumar | do we want to remove legacy jobs and move to publish to pypi job? | 16:51 |
dhellmann | it has a wheel file, so probably the publish-to-pypi stuff | 16:51 |
dhellmann | if the project is python based it should use the pypi job, yes | 16:51 |
chandankumar | http://tarballs.openstack.org/stackviz/ -? | 16:51 |
chandankumar | here whl file resides | 16:52 |
chandankumar | may be i need to look project config folder | 16:52 |
chandankumar | *project | 16:52 |
chandankumar | dhellmann: I am not sure this one is related https://github.com/openstack-infra/project-config/blob/f276269e54b0592a966159d973b3d490f9ee270d/nodepool/elements/cache-devstack/source-repository-stackviz ? | 16:53 |
chandankumar | sorry it is for cache stuff might be wrong somewhere else | 16:55 |
dhellmann | I would expect to see the job attached to the repo in openstack-infra/project-config/zuul.d/projects.yaml, but I don't see stackviz listed there at all | 16:56 |
chandankumar | dhellmann: may be I will take a look tomorrow, by remove legacy job and adding it to project config to see what happens | 16:57 |
dhellmann | unfortunately I have a meeting starting so I can't help you debug this right now -- perhaps someone in the #openstack-infra channel can help | 16:57 |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack/releases master: Release 9.1.0 for tripleo-ipsec https://review.openstack.org/638463 | 16:57 |
dhellmann | I think you probably do want to remove that legacy job, yes | 16:57 |
chandankumar | dhellmann: will do it tomorrow morning :-) | 17:00 |
dhellmann | sounds good :-) | 17:01 |
*** jpich has quit IRC | 17:06 | |
*** pcaruana has quit IRC | 17:07 | |
*** luizbag_ has joined #openstack-release | 17:21 | |
*** hberaud is now known as hberaud|gone | 17:23 | |
*** luizbag has quit IRC | 17:24 | |
*** luizbag_ has quit IRC | 17:26 | |
*** dtantsur is now known as dtantsur|afk | 17:29 | |
*** shardy has quit IRC | 17:49 | |
*** sdake has quit IRC | 18:05 | |
*** sdake has joined #openstack-release | 18:06 | |
*** electrofelix has quit IRC | 18:37 | |
*** whoami-rajat has quit IRC | 20:02 | |
*** e0ne has joined #openstack-release | 20:14 | |
*** e0ne has quit IRC | 20:37 | |
*** armstrong has quit IRC | 20:43 | |
*** tesseract has quit IRC | 21:39 | |
openstackgerrit | John Dickinson proposed openstack/releases master: swift stable backport releases https://review.openstack.org/638281 | 22:05 |
*** sdake has quit IRC | 22:27 | |
*** jtomasek has quit IRC | 22:37 | |
*** dave-mccowan has quit IRC | 22:40 | |
*** tosky has quit IRC | 23:11 | |
*** sdake has joined #openstack-release | 23:13 | |
*** mriedem has quit IRC | 23:14 | |
*** sdake has quit IRC | 23:33 | |
*** sdake has joined #openstack-release | 23:37 | |
*** sdake has quit IRC | 23:46 | |
*** sdake has joined #openstack-release | 23:48 | |
*** sdake has quit IRC | 23:51 | |
*** sdake_ has joined #openstack-release | 23:52 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!