dhellmann | fungi : we think so, yeah | 00:00 |
---|---|---|
dhellmann | the output from the job doesn't actually say "this was triggered from tag X" | 00:00 |
dhellmann | I wonder if there's a way to make it say that? | 00:00 |
fungi | can you reiterate the link to the specific build log you're looking at? | 00:03 |
*** kumarmn has quit IRC | 00:03 | |
*** kumarmn has joined #openstack-release | 00:04 | |
dhellmann | http://logs.openstack.org/52/525513cbeac183ec4ec88ba08dd8b220c31a9ce1/release/release-openstack-python-without-pypi/15fa138/ | 00:05 |
dhellmann | I was looking first in job_output... | 00:05 |
dhellmann | but eventually found it in zuul-info/inventory.yaml | 00:05 |
dhellmann | as the "checkout" value associated with the repository | 00:05 |
dhellmann | oh, and I see it now as "tag" there, too | 00:05 |
*** yamamoto has joined #openstack-release | 00:08 | |
*** kumarmn has quit IRC | 00:09 | |
*** pbandark has quit IRC | 00:13 | |
*** yamamoto has quit IRC | 00:14 | |
*** lbragstad has quit IRC | 00:18 | |
fungi | you can git show that id, probably | 00:22 |
fungi | newrev: 525513cbeac183ec4ec88ba08dd8b220c31a9ce1 | 00:22 |
fungi | checkout: '2010.1' | 00:22 |
fungi | from the zuul-info/inventory.yaml | 00:22 |
fungi | though, yeah, git show says | 00:23 |
fungi | fatal: bad object 525513cbeac183ec4ec88ba08dd8b220c31a9ce1 | 00:23 |
fungi | i'm guessing that predates when we tagged releases | 00:23 |
fungi | ref: refs/tags/2010.1 | 00:24 |
fungi | i'm definitely not finding that in nova's tag list though | 00:24 |
fungi | dhellmann: oh! gerrit has tags for added new tags not on git.o.o :/ | 00:27 |
fungi | * [new tag] 2010.1 -> 2010.1 | 00:27 |
fungi | * [new tag] 2011.1 -> 2011.1 | 00:27 |
fungi | i'm guessing it can't replicate them for some reason | 00:27 |
dhellmann | fungi : the value in the URL within the log file didn't show up when I ran git show in my nova clone | 00:28 |
fungi | but after i remote update from gerrit i can git show those | 00:28 |
fungi | both the 525513cbeac183ec4ec88ba08dd8b220c31a9ce1 id and the 2010.1 tag | 00:28 |
dhellmann | "Job release-openstack-python-without-pypi triggered from https://git.openstack.org/cgit/openstack/nova/commit/?id=525513cbeac183ec4ec88ba08dd8b220c31a9ce1" | 00:28 |
dhellmann | that URL appears to refer to a bad commit | 00:28 |
dhellmann | maybe I didn't actually run git show of that | 00:28 |
fungi | http://paste.openstack.org/show/680745 | 00:29 |
clarkb | that shows up as a new tag for me too :/ | 00:29 |
fungi | and http://paste.openstack.org/show/680747 | 00:29 |
fungi | both have Wed Feb 21 for their date | 00:30 |
dhellmann | oh, so it did actually add those tags? | 00:30 |
fungi | 2018 i should say | 00:30 |
fungi | yeah, it pushed them to gerrit at least | 00:30 |
clarkb | might check the gerrit task queue, replication may just be behind | 00:30 |
dhellmann | I wonder why those tags wouldn't have existed already | 00:31 |
fungi | especially if it had to conjure up a bunch of old commits to replicate | 00:31 |
fungi | dhellmann: they might predate us tagging releases in git | 00:31 |
fungi | like, predate our migration from bzr to git? | 00:31 |
dhellmann | hmm | 00:31 |
fungi | mordred: ^ ? | 00:31 |
clarkb | 2010 would certainly be in that time frame | 00:31 |
dhellmann | that one is from the austin series, I think | 00:31 |
dhellmann | so it could be | 00:32 |
dhellmann | well, that's fun | 00:32 |
fungi | we've repaired gaps in our history? ;) | 00:32 |
dhellmann | yay? | 00:32 |
fungi | yeah, http://tarballs.openstack.org/nova/ shows a bunch of "bzr" snapshots for 2010.1 and 2011.1 | 00:33 |
fungi | better late than never, i guess | 00:34 |
dhellmann | ok. well, we had a bunch of jobs fail because the repos didn't match so we don't have the build artifacts, so I hope we at least tagged the right commits | 00:35 |
fungi | it's only been delayed for... 8 years | 00:35 |
fungi | see those pastes. at least the commits they tagged were of the appropriate vintage | 00:35 |
fungi | probably good enough. after nearly a decade, tagging something from the right year sounds like it's about as accurate as anybody's likely to care anyway | 00:36 |
fungi | of course, if these are in the process of replicating to git.o.o, anyone doing a git remote update of an existing nova clone will be getting a longer delay than usual | 00:38 |
fungi | mine sat and churned pulling ew refs from gerrit for a couple minutes solid | 00:38 |
fungi | er, pulling new refs | 00:38 |
fungi | though git.o.o _should_ be faster for that than gerrit | 00:42 |
fungi | for the record, the change of snapshot tarball naming patterns on 2011-06-01 makes me suspect that's the day we switched from bzr to git | 00:43 |
fungi | during diablo milestone 1 | 00:44 |
*** d0ugal has quit IRC | 00:47 | |
annabelleB | smcginnis: thanks for getting to those cycle-highlights so fast today! | 00:56 |
*** d0ugal has joined #openstack-release | 00:58 | |
*** kumarmn has joined #openstack-release | 01:02 | |
*** stevebaker has joined #openstack-release | 01:03 | |
dhellmann | fungi : cool, thanks for that | 01:07 |
dhellmann | fungi : if I proposed a series of 38 patches would zuul fall over? | 01:08 |
dhellmann | I did a bunch of refactoring of the validation code in the releases repo and I'm trying to keep the patches small because of how complicated that code became | 01:08 |
dhellmann | (before the refactor) | 01:08 |
dhellmann | ideally we could review the changes separately then I could land them all | 01:09 |
dhellmann | maybe we have to do the reviews in smaller batches though | 01:09 |
dhellmann | *land them all at the same time | 01:09 |
dhellmann | though I guess I could squash the series after it has been reviewed | 01:09 |
*** kumarmn has quit IRC | 01:10 | |
*** yamamoto has joined #openstack-release | 01:10 | |
*** kumarmn has joined #openstack-release | 01:10 | |
fungi | dhellmann: if it's a series of 38 patches with zuul configuration changes then maybe, but a series of 38 patches of normal diff content should be fine | 01:12 |
*** kumarmn has quit IRC | 01:15 | |
*** claudiub has quit IRC | 01:15 | |
*** kumarmn has joined #openstack-release | 01:16 | |
*** yamamoto has quit IRC | 01:16 | |
dhellmann | fungi : ok, yeah, it's just a bunch of small changes to openstack/releases and none of it touches any zuul files | 01:18 |
dhellmann | I'm going to run all of the tests locally before I propose the series to avoid having to send it multiple times | 01:19 |
dhellmann | my computer has nothing better to do tonight anyway :-) | 01:19 |
fungi | alternative would be to record the git log shas for your series and then do a checkout of each in order and push those with a sleep in between if you really wanted | 01:21 |
fungi | but honestly i'd just push them all (bonus points if you can figure out in advance that they probably won't need rebasing or commit edits neat the start of the series) | 01:22 |
fungi | s/neat/near/ | 01:22 |
dhellmann | yeah, git rebase -x is letting me run the test jobs individually | 01:25 |
*** kumarmn has quit IRC | 01:25 | |
dhellmann | assuming those all pass, I will try to find a quiet time to push the series. Like maybe saturday morning. | 01:25 |
dhellmann | or "late" one evening | 01:25 |
*** kumarmn has joined #openstack-release | 01:26 | |
*** kumarmn has quit IRC | 01:30 | |
*** kumarmn has joined #openstack-release | 01:31 | |
*** kumarmn has quit IRC | 01:33 | |
*** kumarmn has joined #openstack-release | 01:33 | |
*** esberglu has quit IRC | 01:35 | |
*** kumarmn has quit IRC | 01:38 | |
fungi | even this time of day is likely fine. check and gate pipelines are already pretty short. nothing waiting in post which is the usual giveaway that we're backlogged | 01:42 |
fungi | and if the repo doesn't call a ton of long-running jobs, it won't really suck up much resource-wise | 01:42 |
fungi | at least not for long | 01:42 |
*** ykarel|afk has joined #openstack-release | 01:52 | |
*** lbragstad has joined #openstack-release | 01:56 | |
*** kumarmn has joined #openstack-release | 01:57 | |
openstackgerrit | Lance Bragstad proposed openstack/releases master: Release keystone 13.0.0.0rc2 https://review.openstack.org/546841 | 01:57 |
openstackgerrit | Lance Bragstad proposed openstack/releases master: Release keystone 13.0.0.0rc2 https://review.openstack.org/546841 | 01:58 |
*** kumarmn has quit IRC | 02:01 | |
*** kumarmn has joined #openstack-release | 02:05 | |
*** kumarmn has quit IRC | 02:07 | |
*** yamamoto has joined #openstack-release | 02:12 | |
*** kumarmn has joined #openstack-release | 02:12 | |
*** hongbin has joined #openstack-release | 02:13 | |
*** annabelleB has quit IRC | 02:13 | |
*** kumarmn has quit IRC | 02:13 | |
*** yamamoto has quit IRC | 02:18 | |
*** inc0 has quit IRC | 02:21 | |
*** inc0 has joined #openstack-release | 02:21 | |
*** dave-mccowan has joined #openstack-release | 02:27 | |
*** kumarmn has joined #openstack-release | 02:27 | |
*** zhongjun has joined #openstack-release | 02:27 | |
*** kumarmn has quit IRC | 02:29 | |
*** ykarel|afk has quit IRC | 02:31 | |
*** mriedem has quit IRC | 02:32 | |
*** zhenguo has joined #openstack-release | 02:33 | |
*** yamahata has quit IRC | 02:34 | |
*** kumarmn has joined #openstack-release | 02:40 | |
*** ricolin has joined #openstack-release | 02:40 | |
*** kumarmn has quit IRC | 02:45 | |
*** dave-mccowan has quit IRC | 02:58 | |
*** wolverineav has quit IRC | 03:00 | |
*** andymccr has quit IRC | 03:00 | |
*** andymccr has joined #openstack-release | 03:03 | |
*** kumarmn has joined #openstack-release | 03:03 | |
*** lbragstad has quit IRC | 03:04 | |
*** kumarmn has quit IRC | 03:06 | |
*** kumarmn has joined #openstack-release | 03:06 | |
*** yamamoto has joined #openstack-release | 03:14 | |
*** yamamoto has quit IRC | 03:20 | |
*** kumarmn has quit IRC | 03:20 | |
*** mriedem has joined #openstack-release | 03:23 | |
*** kumarmn has joined #openstack-release | 03:30 | |
*** kumarmn has quit IRC | 03:33 | |
*** wolverineav has joined #openstack-release | 03:33 | |
*** kumarmn has joined #openstack-release | 03:36 | |
*** kumarmn has quit IRC | 03:37 | |
*** yamamoto has joined #openstack-release | 03:37 | |
*** wolverineav has quit IRC | 03:37 | |
*** dave-mccowan has joined #openstack-release | 03:38 | |
*** wolverineav has joined #openstack-release | 03:40 | |
*** wolverineav has quit IRC | 03:44 | |
*** kumarmn has joined #openstack-release | 03:51 | |
*** wolverineav has joined #openstack-release | 03:51 | |
openstackgerrit | Tom Barron proposed openstack/releases master: Release Manila 6.0.0.0rc3 https://review.openstack.org/546859 | 03:54 |
*** mriedem has quit IRC | 03:57 | |
*** wolverineav has quit IRC | 03:57 | |
*** kumarmn has quit IRC | 03:58 | |
openstackgerrit | zhurong proposed openstack/releases master: Release Murano 5.0.0.0rc2 https://review.openstack.org/546860 | 03:58 |
*** kumarmn has joined #openstack-release | 03:58 | |
*** kumarmn has quit IRC | 04:00 | |
*** d0ugal has quit IRC | 04:00 | |
openstackgerrit | Brian Rosmaita proposed openstack/releases master: Release Glance 16.0.0.0rc3 https://review.openstack.org/546861 | 04:00 |
openstackgerrit | zhurong proposed openstack/releases master: Release Murano-dashboard 5.0.0.0rc2 https://review.openstack.org/546862 | 04:01 |
*** udesale has joined #openstack-release | 04:04 | |
*** ykarel|afk has joined #openstack-release | 04:04 | |
*** udesale_ has joined #openstack-release | 04:07 | |
openstackgerrit | zhurong proposed openstack/releases master: Release Murano 5.0.0.0rc2 https://review.openstack.org/546860 | 04:08 |
*** dave-mccowan has quit IRC | 04:09 | |
openstackgerrit | zhurong proposed openstack/releases master: Release Murano-dashboard 5.0.0.0rc2 https://review.openstack.org/546862 | 04:10 |
*** wolverineav has joined #openstack-release | 04:17 | |
*** wolverineav has quit IRC | 04:22 | |
*** sree_ has joined #openstack-release | 04:25 | |
*** sree_ is now known as Guest96947 | 04:26 | |
*** d0ugal has joined #openstack-release | 04:27 | |
*** udesale_ has quit IRC | 04:31 | |
*** udesale_ has joined #openstack-release | 04:31 | |
*** udesale has quit IRC | 04:32 | |
*** zhenguo has quit IRC | 04:42 | |
openstackgerrit | Merged openstack/releases master: Release Cloudkitty-dashboard 7.0.0 for Queens https://review.openstack.org/546722 | 04:49 |
*** ykarel|afk is now known as ykarel | 04:54 | |
*** hongbin has quit IRC | 05:02 | |
*** rosmaita has quit IRC | 05:06 | |
*** wolverineav has joined #openstack-release | 05:21 | |
*** wolverineav has quit IRC | 05:27 | |
*** claudiub has joined #openstack-release | 05:47 | |
*** alexchadin has joined #openstack-release | 06:41 | |
*** jtomasek has joined #openstack-release | 06:47 | |
*** jtomasek has quit IRC | 06:47 | |
openstackgerrit | Akihiro Motoki proposed openstack/releases master: Release neutron FWaaS/VPNaaS dashboards for queens https://review.openstack.org/546890 | 06:50 |
*** jtomasek has joined #openstack-release | 06:56 | |
*** ianychoi has quit IRC | 07:01 | |
*** ianychoi has joined #openstack-release | 07:01 | |
*** armax has quit IRC | 07:27 | |
*** ykarel is now known as ykarel|lunch | 07:34 | |
*** pcaruana has joined #openstack-release | 07:37 | |
*** slaweq has joined #openstack-release | 07:45 | |
*** slaweq has quit IRC | 07:48 | |
*** slaweq has joined #openstack-release | 07:49 | |
*** lvdombrkr has joined #openstack-release | 07:59 | |
*** lvdombrkr has quit IRC | 07:59 | |
*** lvdombrkr has joined #openstack-release | 07:59 | |
openstackgerrit | Ghanshyam Mann proposed openstack/releases master: Release Tempest 18.0.0 https://review.openstack.org/546906 | 08:02 |
*** ykarel|lunch is now known as ykarel | 08:28 | |
*** electrofelix has joined #openstack-release | 08:40 | |
openstackgerrit | Spyros Trigazis (strigazi) proposed openstack/releases master: Release magnum-ui queens 4.0.0 https://review.openstack.org/546922 | 08:49 |
*** pbandark has joined #openstack-release | 08:59 | |
*** jpich has joined #openstack-release | 09:02 | |
*** alexchadin has quit IRC | 09:03 | |
*** pbandark has quit IRC | 09:03 | |
openstackgerrit | Spyros Trigazis (strigazi) proposed openstack/releases master: Release magnum-ui queens 4.0.0 https://review.openstack.org/546922 | 09:05 |
*** pbandark has joined #openstack-release | 09:07 | |
*** amoralej|off is now known as amoralej | 09:13 | |
*** dtantsur|afk is now known as dtantsur | 09:17 | |
*** e0ne has joined #openstack-release | 09:38 | |
*** jpich_ has joined #openstack-release | 10:03 | |
*** yamamoto has quit IRC | 10:06 | |
*** jpich has quit IRC | 10:07 | |
*** jpich_ is now known as jpich | 10:15 | |
*** yamahata has joined #openstack-release | 10:32 | |
*** alexchadin has joined #openstack-release | 10:34 | |
*** ricolin_ has joined #openstack-release | 10:49 | |
*** ricolin has quit IRC | 10:52 | |
*** witek has quit IRC | 10:59 | |
*** EmilienM has quit IRC | 10:59 | |
*** witek has joined #openstack-release | 10:59 | |
*** EmilienM has joined #openstack-release | 11:00 | |
*** yamahata has quit IRC | 11:00 | |
*** Qiming has quit IRC | 11:01 | |
*** Qiming has joined #openstack-release | 11:05 | |
*** yamamoto has joined #openstack-release | 11:06 | |
*** pcaruana has quit IRC | 11:07 | |
*** yamamoto has quit IRC | 11:13 | |
*** tbarron_ has joined #openstack-release | 11:23 | |
*** tbarron has quit IRC | 11:24 | |
*** Qiming_ has joined #openstack-release | 11:26 | |
*** Faster-Fanboi_ has joined #openstack-release | 11:32 | |
*** Qiming has quit IRC | 11:34 | |
*** Faster-Fanboi has quit IRC | 11:34 | |
*** shardy has quit IRC | 11:42 | |
*** udesale_ has quit IRC | 11:50 | |
*** BryanS68 has joined #openstack-release | 12:02 | |
*** yamamoto has joined #openstack-release | 12:09 | |
*** pcaruana has joined #openstack-release | 12:09 | |
*** yamamoto has quit IRC | 12:14 | |
*** pkovar has joined #openstack-release | 12:21 | |
*** dave-mccowan has joined #openstack-release | 12:26 | |
*** yamamoto has joined #openstack-release | 12:27 | |
*** pkovar has quit IRC | 12:38 | |
*** zul has quit IRC | 12:51 | |
*** tbarron_ is now known as tbarron | 12:52 | |
*** rosmaita has joined #openstack-release | 12:52 | |
*** ekcs_ has quit IRC | 12:54 | |
*** ekcs_ has joined #openstack-release | 12:54 | |
*** zul has joined #openstack-release | 12:55 | |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack/releases master: Release tripleo-ipsec microversion https://review.openstack.org/546976 | 13:04 |
rosmaita | pretty quiet in here this morning | 13:11 |
*** amoralej is now known as amoralej|lunch | 13:13 | |
*** electrofelix has quit IRC | 13:14 | |
*** betherly has quit IRC | 13:15 | |
*** betherly has joined #openstack-release | 13:15 | |
*** ying_zuo has quit IRC | 13:16 | |
*** ying_zuo has joined #openstack-release | 13:17 | |
smcginnis | rosmaita: Hopefully that's a good sign. | 13:23 |
rosmaita | smcginnis: hope so! here is something for your reading pleasure: https://review.openstack.org/#/c/546861/1 | 13:24 |
smcginnis | rosmaita: Excellent, I was just about to take a look at what came in over night. | 13:24 |
smcginnis | rosmaita: That's a good place to start. ;) | 13:24 |
rosmaita | :) | 13:24 |
smcginnis | rosmaita: Which reminds me... might want to put your name on here now: https://wiki.openstack.org/wiki/CrossProjectLiaisons#Release_management | 13:25 |
rosmaita | smcginnis thanks ... let me verify with jokke that that fits in with his plans | 13:27 |
*** udesale has joined #openstack-release | 13:32 | |
openstackgerrit | Merged openstack/releases master: Release Glance 16.0.0.0rc3 https://review.openstack.org/546861 | 13:33 |
*** yamamoto has quit IRC | 13:34 | |
*** ykarel is now known as ykarel|away | 13:35 | |
*** mriedem has joined #openstack-release | 13:42 | |
dtantsur | JFYI smcginnis: we're waiting for 1-2 patches to merge before tagging a queens bugfix release for ironic | 13:42 |
*** yamamoto has joined #openstack-release | 13:44 | |
*** yamamoto has quit IRC | 13:44 | |
openstackgerrit | Merged openstack/releases master: Release Manila 6.0.0.0rc3 https://review.openstack.org/546859 | 13:45 |
*** pkovar has joined #openstack-release | 13:46 | |
*** shardy has joined #openstack-release | 13:48 | |
dhellmann | o/ | 13:49 |
*** kumarmn has joined #openstack-release | 13:49 | |
*** kumarmn has quit IRC | 13:53 | |
*** mwhahaha has quit IRC | 13:54 | |
*** mwhahaha has joined #openstack-release | 13:56 | |
*** BryanS68_ has joined #openstack-release | 13:57 | |
*** robcresswell has quit IRC | 13:57 | |
*** amoralej|lunch is now known as amoralej | 13:58 | |
*** BryanS68 has quit IRC | 13:59 | |
*** robcresswell has joined #openstack-release | 14:00 | |
*** zhongjun has quit IRC | 14:01 | |
*** zhongjun has joined #openstack-release | 14:01 | |
*** alexchadin has quit IRC | 14:08 | |
*** lbragstad has joined #openstack-release | 14:10 | |
*** kumarmn has joined #openstack-release | 14:11 | |
smcginnis | dtantsur: OK, thanks! | 14:13 |
smcginnis | Morning dhellmann | 14:13 |
* dhellmann has Weird Al's "Eat It" stuck in his head this morning for some reason and is sobbing into his tea as a result | 14:15 | |
smcginnis | I feel very sorry for you. :) | 14:17 |
smcginnis | Maybe move on to this one https://www.youtube.com/watch?v=lOfZLb33uCg | 14:18 |
dhellmann | I'm trying a Fountains of Wayne album to clear my head | 14:18 |
openstackgerrit | Merged openstack/releases master: Release Murano 5.0.0.0rc2 https://review.openstack.org/546860 | 14:26 |
openstackgerrit | Alfredo Moralejo proposed openstack/releases master: Release puppet-ceph 2.5.0 https://review.openstack.org/547002 | 14:26 |
*** esberglu has joined #openstack-release | 14:31 | |
*** ykarel|away has quit IRC | 14:35 | |
*** alexchadin has joined #openstack-release | 14:35 | |
*** Guest96947 has quit IRC | 14:36 | |
openstackgerrit | Michał Dulko proposed openstack/releases master: Release kuryr-kubernetes 0.4.1 for Queens https://review.openstack.org/547005 | 14:36 |
openstackgerrit | Spyros Trigazis (strigazi) proposed openstack/releases master: Release magnum-ui queens 4.0.0 https://review.openstack.org/546922 | 14:36 |
*** sree_ has joined #openstack-release | 14:36 | |
*** sree_ is now known as Guest64810 | 14:37 | |
*** dtantsur is now known as dtantsur|brb | 14:38 | |
*** Guest64810 has quit IRC | 14:41 | |
*** yamamoto has joined #openstack-release | 14:45 | |
*** yamamoto has quit IRC | 14:51 | |
openstackgerrit | Merged openstack/releases master: Release Murano-dashboard 5.0.0.0rc2 https://review.openstack.org/546862 | 14:52 |
*** annabelleB has joined #openstack-release | 14:54 | |
*** e0ne has quit IRC | 14:57 | |
*** cmurphy has quit IRC | 14:57 | |
fungi | smcginnis: dhellmann: i find they might be giants capable of clearing most songs from my head (at the risk of replacing them with something even more insidious) | 14:59 |
fungi | dead milkmen or camper van beethoven are probably close seconds though | 14:59 |
dhellmann | fungi : I would rather have Red Dragon Tatoo in my head than Eat It *any day* | 14:59 |
fungi | also, those ancient nova tags did eventually replicate to git.o.o: https://git.openstack.org/cgit/openstack/nova/refs/tags | 14:59 |
*** e0ne has joined #openstack-release | 14:59 | |
dhellmann | heh | 14:59 |
*** ykarel|away has joined #openstack-release | 14:59 | |
fungi | so anybody doing a remote update will end up getting some new history | 15:00 |
fungi | it apparently took gerrit many hours to replicate all the refs necessary to represent them | 15:00 |
smcginnis | But no branches, right. | 15:00 |
fungi | yeah, no new branches | 15:01 |
smcginnis | So I guess the scripts just saw tags that were not present and kind of did the right thing? | 15:01 |
smcginnis | Glance too: https://git.openstack.org/cgit/openstack/glance/refs/tags | 15:01 |
*** wolverineav has joined #openstack-release | 15:01 | |
openstackgerrit | Merged openstack/releases master: Release keystone 13.0.0.0rc2 https://review.openstack.org/546841 | 15:02 |
fungi | yeah, all in all, i'm happy we have tags for those now even if the dates on the tags themselves aren't representative (the commits they tagged still look like the correct era) | 15:02 |
smcginnis | Looks like it was a good thing. Though just a bit scary because of it being unexpected. | 15:03 |
amotoki | dhellmann: re: https://review.openstack.org/#/c/546890/, do we need to bump the minor version when only test-requirements.txt is updated? (requirements.txt is not updated) | 15:04 |
dhellmann | amotoki : we usually do, yes | 15:05 |
mnaser | smcginnis: puppet-ceph ready for release, thanks for the rechecks | 15:05 |
smcginnis | mnaser: ack, will take another look shortly. | 15:05 |
*** wolverineav has quit IRC | 15:05 | |
amotoki | dhellmann: i am a bit confused. In a stable branch, we usually only bump a patch version as we only accept bug fixes. I think my case is same. can global-requirements update in stable branches cause minor version bump? | 15:08 |
dhellmann | amotoki : we're in a special period of time between when the stable branch has been created and when no releases have been done on master | 15:09 |
*** thingee has joined #openstack-release | 15:09 | |
dhellmann | during that time, we do update the minor version on the stable branch to make it as accurate as possible | 15:09 |
dhellmann | the minimums for the stable branch are frozen now, so there should not be future updates of that sort | 15:09 |
amotoki | dhellmann: I see. makes sense. | 15:10 |
dhellmann | after the first release on master, then there will be an upper bound for the version numbers we can use on the stable branch, so we just update the patch level | 15:10 |
amotoki | thanks for clarification | 15:11 |
openstackgerrit | Merged openstack/releases master: Release tripleo-ipsec microversion https://review.openstack.org/546976 | 15:16 |
openstackgerrit | Akihiro Motoki proposed openstack/releases master: Release neutron FWaaS/VPNaaS dashboards for queens https://review.openstack.org/546890 | 15:17 |
*** mlavalle has joined #openstack-release | 15:18 | |
*** udesale has quit IRC | 15:19 | |
smcginnis | dhellmann: Should I get those presentation patches merged, then we can make any updates with follow ups? | 15:24 |
*** dtantsur|brb is now known as dtantsur | 15:26 | |
*** alexchadin has quit IRC | 15:26 | |
*** alexchadin has joined #openstack-release | 15:27 | |
openstackgerrit | Merged openstack/releases master: Release magnum-ui queens 4.0.0 https://review.openstack.org/546922 | 15:29 |
*** slaweq has quit IRC | 15:30 | |
*** slaweq has joined #openstack-release | 15:30 | |
dhellmann | smcginnis : good thinking; I forgot about those | 15:30 |
dhellmann | smcginnis : let me know if you have any trouble making the presentation stuff work on your system. It can be finiky. | 15:31 |
*** alexchadin has quit IRC | 15:31 | |
smcginnis | Will do. | 15:32 |
openstackgerrit | melanie witt proposed openstack/releases master: nova: release queens RC3 https://review.openstack.org/547031 | 15:34 |
*** e0ne has quit IRC | 15:34 | |
*** slaweq has quit IRC | 15:35 | |
*** e0ne has joined #openstack-release | 15:35 | |
*** alexchadin has joined #openstack-release | 15:37 | |
*** yamahata has joined #openstack-release | 15:40 | |
*** alexchadin has quit IRC | 15:42 | |
openstackgerrit | melanie witt proposed openstack/releases master: nova: release queens RC3 https://review.openstack.org/547031 | 15:42 |
*** armax has joined #openstack-release | 15:46 | |
*** hongbin has joined #openstack-release | 15:46 | |
*** yamamoto has joined #openstack-release | 15:47 | |
*** yamamoto has quit IRC | 15:51 | |
openstackgerrit | Eric Berglund proposed openstack/releases master: Release ceilometer-powervm Queens RC2 (6.0.0.0rc2) https://review.openstack.org/547040 | 15:53 |
*** BryanS68_ has quit IRC | 15:59 | |
*** BryanS68 has joined #openstack-release | 15:59 | |
*** lvdombrkr has quit IRC | 16:03 | |
openstackgerrit | Merged openstack-infra/release-tools master: stub in presentation for rocky ptg https://review.openstack.org/545066 | 16:06 |
openstackgerrit | Merged openstack-infra/release-tools master: draft of presentation for rocky ptg https://review.openstack.org/545105 | 16:06 |
openstackgerrit | Merged openstack/releases master: Release puppet-ceph 2.5.0 https://review.openstack.org/547002 | 16:06 |
openstackgerrit | Claudiu Belu proposed openstack/releases master: Release oswin-tempest-plugin 0.1.0 https://review.openstack.org/547057 | 16:26 |
*** d0ugal has quit IRC | 16:35 | |
*** slaweq has joined #openstack-release | 16:40 | |
*** d0ugal has joined #openstack-release | 16:41 | |
*** slaweq has quit IRC | 16:45 | |
*** e0ne has quit IRC | 16:46 | |
*** yamamoto has joined #openstack-release | 16:48 | |
*** cmurphy has joined #openstack-release | 16:48 | |
*** yamamoto has quit IRC | 16:52 | |
*** wolverineav has joined #openstack-release | 16:55 | |
*** wolverineav has quit IRC | 16:55 | |
*** wolverineav has joined #openstack-release | 16:55 | |
openstackgerrit | Merged openstack/releases master: Release neutron FWaaS/VPNaaS dashboards for queens https://review.openstack.org/546890 | 17:03 |
*** BryanS68 has quit IRC | 17:03 | |
*** BryanS68 has joined #openstack-release | 17:03 | |
*** jpich has quit IRC | 17:04 | |
openstackgerrit | Matt Riedemann proposed openstack/releases master: nova: release queens RC3 https://review.openstack.org/547031 | 17:06 |
mriedem | melwitt: ^ | 17:06 |
*** annabelleB has quit IRC | 17:09 | |
openstackgerrit | Claudiu Belu proposed openstack/releases master: Release oswin-tempest-plugin 0.1.0 https://review.openstack.org/547057 | 17:15 |
*** ricolin_ has quit IRC | 17:17 | |
openstackgerrit | Monty Taylor proposed openstack/releases master: Release 1.27.0 for queens https://review.openstack.org/546240 | 17:18 |
openstackgerrit | Monty Taylor proposed openstack/releases master: Release shade 1.27.0 for queens https://review.openstack.org/546240 | 17:18 |
*** annabelleB has joined #openstack-release | 17:20 | |
prometheanfire | glance 0.1.7 and 2011.2? | 17:20 |
openstackgerrit | Witold Bedyk proposed openstack/releases master: Release monasca-ui 1.12.1 https://review.openstack.org/547076 | 17:23 |
prometheanfire | smcginnis: what's with all the old releases? | 17:26 |
smcginnis | prometheanfire: Doug posted something to the ML, but basically we were updating some of the old deliverable files and the automation found a few releases that didn't actually have tags. | 17:27 |
prometheanfire | ah, ok | 17:28 |
prometheanfire | found it | 17:28 |
openstackgerrit | Dmitry Tantsur proposed openstack/releases master: Release ironic 10.1.1 for Queens https://review.openstack.org/547078 | 17:30 |
dtantsur | smcginnis: ^^^ | 17:30 |
smcginnis | dtantsur: Thanks! | 17:30 |
smcginnis | prometheanfire: It scared us a little when we saw some of the project's release jobs kick off, but apparently other than creating the tag, nothing else was affected. | 17:30 |
* dtantsur checks if he has tagged everything he's been responsible for | 17:31 | |
mordred | smcginnis, prometheanfire: https://review.openstack.org/546240 should be good to go | 17:32 |
smcginnis | mordred: Looks like the highlights will need to be removed from there. | 17:32 |
mordred | smcginnis: oh yeah? | 17:32 |
smcginnis | mordred: If you rebase you will see the rest are gone. | 17:32 |
mordred | kk. fixing | 17:32 |
smcginnis | mordred: We had deprecated them and now finally removed them. | 17:32 |
mordred | smcginnis: ah! neat | 17:33 |
prometheanfire | mordred: smcginnis does the location for the queens branch need to be updated? | 17:33 |
smcginnis | prometheanfire: Is that shade release granted a FFE? | 17:33 |
prometheanfire | iirc it was | 17:33 |
openstackgerrit | Dmitry Tantsur proposed openstack/releases master: Release virtualbmc 1.3.0 https://review.openstack.org/547079 | 17:33 |
openstackgerrit | Monty Taylor proposed openstack/releases master: Release shade 1.27.0 for queens https://review.openstack.org/546240 | 17:33 |
smcginnis | prometheanfire: No, the branch is created from that point. Subsequent releases are just off of that branch. | 17:33 |
prometheanfire | ok | 17:34 |
melwitt | mriedem: what is that new hash? | 17:34 |
smcginnis | melwitt: Yeah, I'm not seeing that on stable/queens. | 17:36 |
mriedem | merge commit, in git.o.o | 17:36 |
mriedem | since it wasn't mirrored to github yet | 17:36 |
mriedem | and actually, | 17:37 |
openstackgerrit | Dmitry Tantsur proposed openstack/releases master: Release sushy-tools 0.3.0 https://review.openstack.org/547080 | 17:37 |
mriedem | it looks like github mirrors are broken | 17:37 |
smcginnis | OK, makes sense. I only looked on github. | 17:37 |
mriedem | https://github.com/openstack/nova/commits/stable/queens | 17:37 |
mriedem | ^ is old | 17:37 |
smcginnis | Yeah, checks on http://git.openstack.org/cgit/openstack/nova/commit/?h=stable/queens&id=a4a53bfa31e22bf1c377dca539ee1c7c7c05847c | 17:37 |
melwitt | urgh, okay | 17:40 |
melwitt | thanks | 17:40 |
openstackgerrit | Witold Bedyk proposed openstack/releases master: Release monasca-tempest-plugin 0.1.0 https://review.openstack.org/547081 | 17:46 |
*** yamamoto has joined #openstack-release | 17:48 | |
openstackgerrit | Claudiu Belu proposed openstack/releases master: Release oswin-tempest-plugin 0.1.0 https://review.openstack.org/547057 | 17:51 |
openstackgerrit | Graham Hayes proposed openstack/releases master: Release Designate Dashboard 6.0.0.0rc2 https://review.openstack.org/547083 | 17:54 |
*** yamamoto has quit IRC | 17:54 | |
openstackgerrit | Merged openstack/releases master: nova: release queens RC3 https://review.openstack.org/547031 | 18:02 |
*** pbandark has quit IRC | 18:07 | |
*** dulek has joined #openstack-release | 18:09 | |
*** ykarel|away has quit IRC | 18:16 | |
*** dulek_ has joined #openstack-release | 18:21 | |
*** annabelleB has quit IRC | 18:22 | |
*** yamahata has quit IRC | 18:22 | |
openstackgerrit | Eric Kao proposed openstack/releases master: Congress Queens RC2 https://review.openstack.org/547093 | 18:24 |
*** annabelleB has joined #openstack-release | 18:25 | |
*** dulek__ has joined #openstack-release | 18:26 | |
*** ekcs has joined #openstack-release | 18:27 | |
*** dulek_ has quit IRC | 18:31 | |
*** openstackgerrit has quit IRC | 18:33 | |
*** slaweq has joined #openstack-release | 18:39 | |
*** claudiub has quit IRC | 18:41 | |
*** slaweq has quit IRC | 18:43 | |
*** openstackgerrit has joined #openstack-release | 18:49 | |
openstackgerrit | Dmitry Tantsur proposed openstack/releases master: Release ironic-ui 3.1.1 for Queens https://review.openstack.org/547103 | 18:49 |
*** yamamoto has joined #openstack-release | 18:50 | |
*** dtantsur is now known as dtantsur|afk | 18:52 | |
*** yamamoto has quit IRC | 18:56 | |
*** yamamoto has joined #openstack-release | 18:59 | |
*** BryanS68 has quit IRC | 19:00 | |
*** BryanS68 has joined #openstack-release | 19:00 | |
*** slaweq has joined #openstack-release | 19:00 | |
*** yamamoto has quit IRC | 19:04 | |
*** slaweq has quit IRC | 19:05 | |
*** amoralej is now known as amoralej|off | 19:12 | |
*** wolverineav has quit IRC | 19:12 | |
*** wolverineav has joined #openstack-release | 19:13 | |
*** wolverineav has quit IRC | 19:13 | |
*** wolverineav has joined #openstack-release | 19:14 | |
*** yamamoto has joined #openstack-release | 19:14 | |
openstackgerrit | Merged openstack/releases master: Release shade 1.27.0 for queens https://review.openstack.org/546240 | 19:15 |
*** wolverineav has quit IRC | 19:16 | |
*** wolverineav has joined #openstack-release | 19:17 | |
*** yamamoto has quit IRC | 19:19 | |
*** annabelleB has quit IRC | 19:21 | |
dhellmann | smcginnis : are you approving things one at a time? | 19:23 |
dhellmann | seems like the safe thing to do, but maybe you weren't doing it on purpose | 19:23 |
smcginnis | dhellmann: I have been metering things through, just to be safe. | 19:23 |
smcginnis | Probably not really necessary. | 19:23 |
dhellmann | ok | 19:23 |
dhellmann | *shrug* | 19:23 |
smcginnis | But there hasn't been a huge rush of patches either, so meh. | 19:24 |
dhellmann | I just didn't want to slam a bunch of stuff in if you were going slowly on purpose | 19:24 |
*** annabelleB has joined #openstack-release | 19:24 | |
openstackgerrit | Ifat Afek proposed openstack/releases master: Release vitrage 2.2.1 https://review.openstack.org/547116 | 19:24 |
smcginnis | Looking at what's out there - it's probably fine to just approve them all. | 19:24 |
smcginnis | I was just enjoying a deadline day without spending so much time in -infra. ;) | 19:25 |
dhellmann | I'm OK with going slowly in support of that goal :-) | 19:26 |
dhellmann | I've reviewed all of the open items for queens and independent that pass the tests | 19:26 |
smcginnis | Not that I don't enjoy spending time with those folks, but just for a change of pace. | 19:26 |
smcginnis | Do you agree with my comment here: https://review.openstack.org/547040 | 19:26 |
smcginnis | Doesn't look like any reason for that one. | 19:26 |
openstackgerrit | Merged openstack/releases master: Release monasca-ui 1.12.1 https://review.openstack.org/547076 | 19:28 |
openstackgerrit | Doug Hellmann proposed openstack/releases master: Release oswin-tempest-plugin 0.1.0 https://review.openstack.org/547057 | 19:29 |
openstackgerrit | Doug Hellmann proposed openstack/releases master: Release oswin-tempest-plugin 0.1.0 https://review.openstack.org/547057 | 19:29 |
*** yamamoto has joined #openstack-release | 19:29 | |
dhellmann | looking... | 19:30 |
dhellmann | smcginnis : yeah, those are CI changes and shouldn't trigger a new RC | 19:31 |
*** yamamoto has quit IRC | 19:34 | |
openstackgerrit | Merged openstack/releases master: Release ironic 10.1.1 for Queens https://review.openstack.org/547078 | 19:36 |
smcginnis | dhellmann: Oh, I keep forgetting to ask you - our process says to notify docs team to create a new series at this point. | 19:37 |
smcginnis | dhellmann: Is that still valid with the docs changes? | 19:37 |
dhellmann | smcginnis : yes. I think pkovar has already done that, let me look | 19:38 |
smcginnis | And if so, what does that entail - or is reminding that team all that is necessary. | 19:38 |
smcginnis | ack | 19:38 |
dhellmann | yes, https://docs.openstack.org/ takes you to queens and that page says it is the current series | 19:39 |
dhellmann | they have the process documented on their side, so all we need to do is notify them | 19:39 |
openstackgerrit | Merged openstack/releases master: Release sushy-tools 0.3.0 https://review.openstack.org/547080 | 19:41 |
*** yamamoto has joined #openstack-release | 19:44 | |
openstackgerrit | Merged openstack/releases master: Congress Queens RC2 https://review.openstack.org/547093 | 19:48 |
*** yamamoto has quit IRC | 19:52 | |
*** BryanS68 has quit IRC | 19:53 | |
*** mriedem has left #openstack-release | 19:56 | |
*** mriedem has joined #openstack-release | 19:57 | |
dhellmann | smcginnis : let me know if you want to chat about the presentation today or tomorrow | 19:59 |
*** slaweq has joined #openstack-release | 20:01 | |
openstackgerrit | Merged openstack/releases master: Release ironic-ui 3.1.1 for Queens https://review.openstack.org/547103 | 20:02 |
openstackgerrit | Merged openstack/releases master: Release virtualbmc 1.3.0 https://review.openstack.org/547079 | 20:02 |
smcginnis | dhellmann: OK, hoping to devote some cycles to that later today, but tomorrow for sure. | 20:02 |
dhellmann | wfm | 20:02 |
*** yamahata has joined #openstack-release | 20:03 | |
*** BryanS68 has joined #openstack-release | 20:03 | |
*** slaweq has quit IRC | 20:06 | |
*** BryanS68 has quit IRC | 20:10 | |
prometheanfire | mordred: smcginnis: shade needs 1.27.0 to hit master too | 20:10 |
*** BryanS68 has joined #openstack-release | 20:11 | |
prometheanfire | mordred: smcginnis: I've -1'd the shade UC bump til it hits master unless it's really needed in queens quickly | 20:13 |
openstackgerrit | Merged openstack/releases master: Release Designate Dashboard 6.0.0.0rc2 https://review.openstack.org/547083 | 20:15 |
*** annabelleB has quit IRC | 20:20 | |
smcginnis | prometheanfire: How do we do that? I didn't think we enforced that in the past. dhellmann, how has this been handled before? | 20:20 |
dhellmann | normally we don't want things from stable branches to end up in master, but since we're in this special period in the cycle where we don't do releases from master we probably do want it | 20:21 |
dhellmann | we could release shade from master and land that constraint update there, then land the one for queens | 20:21 |
dhellmann | or we could just propose a constraint update on master to include the new shade | 20:21 |
dhellmann | if we did nothing except approve the existing queens u-c update, we would end up with a bot-proposed patch to add the same version to master | 20:22 |
smcginnis | The latter sounds better. | 20:22 |
prometheanfire | master should always be latest (unless capped), sometimes the latest is also a tag in a stable branch | 20:22 |
prometheanfire | that's my understanding | 20:22 |
prometheanfire | ya, just proposing a one-off is fine with me | 20:22 |
dhellmann | yeah, there's a relatively small window of time where we expect stable to be newer than master | 20:22 |
smcginnis | What if more things have landed in master not intended for stable/queens. Seems like it would be best to just raise master to the last stable/queens. | 20:22 |
smcginnis | That's basically how it would be if this was done pre-branchign. | 20:23 |
smcginnis | *branching | 20:23 |
dhellmann | yeah, the idea is to propose a u-c update for that same stable version but on master | 20:23 |
prometheanfire | that's true, sometimes the branch diverges and should NOT be included in master | 20:23 |
smcginnis | I can propose that to master for the u-c bump. | 20:23 |
prometheanfire | generally not true in openstack though | 20:23 |
prometheanfire | sure | 20:23 |
dhellmann | prometheanfire : well, in a week or two when mordred releases from master again we won't want that version of shade going to the stable branch. and then if he does backport any changes to the stable branch we won't want *that* going to master. | 20:24 |
*** slaweq_ has joined #openstack-release | 20:24 | |
dhellmann | this case only comes up when we freeze releases of libs on master | 20:24 |
prometheanfire | sure, I was thinking on ongoing dev in a stable branch is all | 20:24 |
dhellmann | right | 20:25 |
*** annabelleB has joined #openstack-release | 20:25 | |
dhellmann | normally we want releases from a branch to stick to that branch in CI | 20:25 |
smcginnis | OK, u-c bump proposed to master. | 20:27 |
openstackgerrit | Dougal Matthews proposed openstack/releases master: Release Mistral 6.0.0.0rc2 https://review.openstack.org/547129 | 20:29 |
*** slaweq_ has quit IRC | 20:29 | |
prometheanfire | ya, already voted | 20:29 |
openstackgerrit | Doug Hellmann proposed openstack/releases master: add a script to examine the gerrit acls for issues https://review.openstack.org/541931 | 20:29 |
prometheanfire | just neuton nova and heat left to go | 20:29 |
* prometheanfire hates how heat has all the clients in it's requirements file... | 20:29 | |
smcginnis | That seems a little odd. | 20:30 |
dhellmann | they do talk to everything, right? | 20:30 |
smcginnis | Oh, right. | 20:30 |
prometheanfire | dhellmann: they do, but I'd think they'd use the extras stuff | 20:32 |
prometheanfire | just makes me want to drop them as a package is all | 20:32 |
dhellmann | prometheanfire : yeah, I don't know if the code is structured to have different resource types be optional, but I hear you | 20:33 |
prometheanfire | I've started complaining in their irc :D | 20:33 |
prometheanfire | you know, just being a helper lol | 20:33 |
smcginnis | osc does basically the same thing, IIRC. | 20:34 |
clarkb | fwiw as a user one of my biggest annoyances is having to hunt down what to install so that certain functionality works | 20:39 |
prometheanfire | https://github.com/openstack/python-openstackclient/blob/stable/queens/requirements.txt is quite a bit better | 20:39 |
clarkb | I kinda wish more things would just install all the necessary deps upfront then I'm not hunting 2 weeks later when some random piece of functionality doesn't work | 20:39 |
prometheanfire | and https://github.com/openstack/python-openstacksdk/blob/stable/queens/requirements.txt to be complete | 20:40 |
prometheanfire | clarkb: the extras stuff should call it out | 20:40 |
prometheanfire | https://github.com/openstack/glance_store/blob/master/setup.cfg#L54 | 20:40 |
clarkb | sure the problem is you don't magically get extras just by installing something | 20:41 |
clarkb | so pip install foo doesn't work | 20:41 |
clarkb | you have to rtfs | 20:41 |
prometheanfire | pip install glance_store[cinder] | 20:41 |
prometheanfire | something like that works | 20:41 |
clarkb | ya but the only way to know that that is a thing is to rtfs | 20:41 |
clarkb | is my complaint | 20:41 |
clarkb | so you miss it upfront | 20:41 |
prometheanfire | I prefer minimal by default | 20:42 |
prometheanfire | guess it is somewhat a preferance thing | 20:42 |
prometheanfire | I wonder if you can 'pip install glance_store[*]' | 20:42 |
clarkb | and some things are definitely more annoying than others. swift doesn't explicitly dep on keystone auth middleware it just only happens to magically work because we also install everything else with devstack | 20:43 |
openstackgerrit | Merged openstack-infra/release-tools master: Add StoryBoard filter and tag tools https://review.openstack.org/534808 | 20:43 |
clarkb | but it completely does not work with keystone without it aiui | 20:43 |
prometheanfire | ya, it's in their extras | 20:44 |
clarkb | as of last week :) | 20:44 |
clarkb | we had to fix this to get python2 swift working in python3 everything else devstack | 20:45 |
prometheanfire | ah, fun | 20:45 |
dhellmann | clarkb : where do things stand with devstack and python 3? do you know if everything except swift is running under 3? | 20:46 |
clarkb | dhellmann: my understanding is that most things work with python3 in devstack at this point | 20:46 |
clarkb | dhellmann: there is talk of making the python3 tempest job our default job rather than python2 | 20:46 |
clarkb | I htink we want to get swift working in there under python2 though | 20:46 |
dhellmann | do you think we're ready to move to from "python2 first" to "python3 first" | 20:47 |
clarkb | ++ | 20:47 |
clarkb | er | 20:47 |
clarkb | yes | 20:47 |
dhellmann | excellent | 20:47 |
dhellmann | I'm starting to get worried about the number of distros talking about dropping 2 earlier than I expected | 20:47 |
smcginnis | python3 first would be great. | 20:47 |
*** yamamoto has joined #openstack-release | 20:48 | |
smcginnis | Crap, looks like I missed virtualbmc as a lib. | 20:48 |
clarkb | we probably don't want to completely drop python2 because a lot of places still use it but I think we should start getting into the mode of writing python3 first and new jobs should be python3 first | 20:48 |
dhellmann | smcginnis : nothing actually lists it as a dependency | 20:49 |
dhellmann | it's in the constraints list, but not in any other dependencies | 20:49 |
smcginnis | dhellmann: Just got surprised by the poroposal patch since it's in u-c. | 20:49 |
dhellmann | clarkb : we're going to need to figure out our upgrade strategy for 2->3 at some point soon, because new LTS editions are going to start not having 2 to avoid supporting something for an extended period when it's not supported upstream | 20:50 |
clarkb | and ya for rhel8 I'm a little surprised that they aren't going to do a transition on single distro like every other distro seems to have done | 20:50 |
dhellmann | we're in the usual "don't talk about features of the next RHEL" phase of planning | 20:50 |
dhellmann | smcginnis : yeah, we could probably remove it from that list | 20:51 |
dhellmann | although it shows up for rpm-packaging, too, and I don't know the story there. maybe the packaging stuff wants it to be in u-c? | 20:51 |
clarkb | since most projects don't store state directly but instead use databases the transition should basically just be turn off old daemon turn on new daemon | 20:51 |
openstackgerrit | Ifat Afek proposed openstack/releases master: Release vitrage-tempest-plugin 1.0.0 https://review.openstack.org/546652 | 20:51 |
clarkb | this is why swift has a harder time of switching, they use pickle and other things that are a lot more tightly coupled to python for state | 20:52 |
prometheanfire | clarkb: https://github.com/pypa/pip/issues/5039 | 20:52 |
prometheanfire | now we wait | 20:52 |
dhellmann | clarkb : how will we test grenade updating on a system where we don't have a python 2 package to start with the old version? | 20:52 |
clarkb | dhellmann: I don't think we will | 20:52 |
dhellmann | I guess we just test on the old system where we have 2.7 and 3.5? | 20:52 |
clarkb | dhellmann: we basically know that python 2 and 3 work today | 20:52 |
clarkb | then eventually we just go to 3 only | 20:52 |
clarkb | and your transition period is nowish | 20:52 |
*** tellesnobrega has quit IRC | 20:52 | |
smcginnis | prometheanfire: I'll be interested to see where that goes. | 20:53 |
dhellmann | that feels like a big gap in testing | 20:53 |
clarkb | we are testing it today? | 20:53 |
dhellmann | I don't think so | 20:53 |
dhellmann | that's what I was asking; I assumed not | 20:53 |
prometheanfire | smcginnis: yep, would be a nice QoL improvement | 20:53 |
clarkb | we don't do an explicit in place upgrade from 2 to 3 | 20:53 |
clarkb | but we test that both 2 and 3 work on the same code base | 20:53 |
dhellmann | hmm | 20:54 |
dhellmann | I should give more thought to whether that's enough at some point earlier in a day when I have brain left to use to think | 20:54 |
clarkb | I think it is unless you are in the swift situation | 20:54 |
clarkb | where python stores state directly | 20:55 |
smcginnis | Can you pickle something in 2 and unpickly in 3? | 20:55 |
dhellmann | yes | 20:55 |
dhellmann | you have to configure pickle correctly, but you can | 20:55 |
dhellmann | it is possible to pickle something in 3 that you can't unpickle in 2 | 20:55 |
*** yamamoto has quit IRC | 20:55 | |
dhellmann | but it is also possible to configure 3 to work for both versions | 20:55 |
clarkb | I don't fully grok the swift problem but it has to do with array + pickle | 20:55 |
dhellmann | oh, that's a new one | 20:56 |
clarkb | and so they've apparently hit some corner case wher you can't reliably unpickle? | 20:56 |
dhellmann | last I heard they were blocked on some sort of issue with rfc822 header parsing | 20:56 |
notmyname | https://gist.github.com/tipabu/833b03a865dba96e9fa2230b82f5d075 | 20:56 |
dhellmann | notmyname : cool, thanks | 20:56 |
notmyname | it's a bit dated, ie we havent' been looking at it lately, but all or most of the issues listed are yet to be solved | 20:57 |
dhellmann | it's good to have the list | 20:57 |
dhellmann | I'm just coming back up to speed on the state of this stuff so you've saved me bugging you about it :-) | 20:57 |
smcginnis | Not sure this needs an RC2 just for a docs update: http://logs.openstack.org/29/547129/1/check/releases-tox-list-changes/e7cbb45/job-output.txt.gz#_2018-02-22_20_38_41_763038 | 21:03 |
*** slaweq_ has joined #openstack-release | 21:09 | |
*** slaweq_ has quit IRC | 21:14 | |
dhellmann | smcginnis : I wouldn't say so, no | 21:15 |
*** tellesnobrega has joined #openstack-release | 21:17 | |
*** iyamahat has joined #openstack-release | 21:22 | |
*** jtomasek has quit IRC | 21:27 | |
*** dulek__ has quit IRC | 21:31 | |
*** pcaruana has quit IRC | 21:37 | |
*** iyamahat_ has joined #openstack-release | 21:40 | |
*** iyamahat has quit IRC | 21:41 | |
*** slaweq_ has joined #openstack-release | 21:46 | |
*** dave-mcc_ has joined #openstack-release | 21:46 | |
*** dave-mccowan has quit IRC | 21:49 | |
*** slaweq_ has quit IRC | 21:50 | |
*** yamamoto has joined #openstack-release | 21:53 | |
*** yamamoto has quit IRC | 21:57 | |
*** yamamoto has joined #openstack-release | 22:01 | |
*** pkovar has quit IRC | 22:03 | |
*** tellesnobrega has quit IRC | 22:18 | |
*** slaweq_ has joined #openstack-release | 22:18 | |
*** slaweq_ has quit IRC | 22:23 | |
*** esberglu has quit IRC | 22:32 | |
*** tonyb has quit IRC | 22:35 | |
*** tonyb has joined #openstack-release | 22:36 | |
*** dave-mcc_ has quit IRC | 22:44 | |
*** BryanS68 has quit IRC | 22:44 | |
openstackgerrit | Antoni Segura Puimedon proposed openstack/releases master: Release kuryr-kubernetes 0.4.1 for Queens https://review.openstack.org/547005 | 22:48 |
*** annabelleB has quit IRC | 22:57 | |
*** kumarmn has quit IRC | 22:58 | |
*** yamamoto has quit IRC | 23:02 | |
*** celebdor has joined #openstack-release | 23:03 | |
celebdor | dhellmann: smcginnis: I know it was done a bit late, but we found some critical bugs last week that we worked hard to fix https://review.openstack.org/#/c/547005/ | 23:03 |
* celebdor is exhausted | 23:03 | |
* celebdor -> bed | 23:03 | |
dhellmann | celebdor : ok, I'll take a look | 23:05 |
smcginnis | celebdor: Is dmellado around to ack that? | 23:14 |
smcginnis | dhellmann: A couple there look like this would be more appropriate as 0.5.0. Maybe? | 23:15 |
dhellmann | let me look again | 23:15 |
smcginnis | The two "Services: * haproxy provider" ones. | 23:16 |
dhellmann | that's not a bug fix? | 23:17 |
dhellmann | I didn't look at the actual code change | 23:17 |
dhellmann | is it a feature? | 23:17 |
smcginnis | I couldn't really tell from the commit message. | 23:17 |
smcginnis | They both have bugs linked in the commit, so good enough for me I guess. | 23:18 |
dhellmann | looking at the code change I see a new argument to a driver base class method | 23:18 |
dhellmann | so maybe that is a feature | 23:18 |
smcginnis | OK, hopefully someone can respond to that. | 23:19 |
smcginnis | dhellmann: I get an error trying with npm start for that presentation. | 23:21 |
smcginnis | dhellmann: Any steps missing from the README? | 23:21 |
dhellmann | did you run "npm install"? | 23:23 |
dhellmann | that part of it is a bit of a black box to me :-/ | 23:24 |
smcginnis | Oh, sorry. Double checked and I'm actually getting that on the npm install step, not the start one. | 23:24 |
dhellmann | ah | 23:24 |
dhellmann | bad package version? | 23:24 |
dhellmann | I got that on linux, but it worked ok on macos | 23:24 |
dhellmann | we might have to update a version number in the npm deps list | 23:24 |
smcginnis | Here's the error: http://paste.openstack.org/show/682671/ | 23:25 |
*** ekcs has quit IRC | 23:28 | |
*** ekcs__ has joined #openstack-release | 23:28 | |
dhellmann | hmm | 23:29 |
dhellmann | yeah, I think that's what I saw | 23:29 |
dhellmann | I think that's saying there's an issue with node-sass version 3.13.1 | 23:30 |
dhellmann | I might have to look at this tomorrow, but let me see if I can figure out where the version number is | 23:31 |
smcginnis | I probably should run too. We can pick it up tomorrow. | 23:31 |
dhellmann | oh, way up at the top of that error I get "node: not found" | 23:31 |
openstackgerrit | Luigi Toscano proposed openstack/releases master: sahara-tests: release 0.6.0 https://review.openstack.org/547164 | 23:32 |
dhellmann | well, installing node didn't help | 23:32 |
smcginnis | Where is that? It shows a node version in that error output. | 23:32 |
smcginnis | Or this is what you are getting on yours? | 23:32 |
*** ekcs has joined #openstack-release | 23:32 | |
dhellmann | oh, wait, it did | 23:32 |
dhellmann | sudo apt-get install nodejs-legacy | 23:33 |
*** ekcs__ has quit IRC | 23:33 | |
*** slaweq has joined #openstack-release | 23:33 | |
smcginnis | That did it. | 23:34 |
*** hongbin has quit IRC | 23:34 | |
smcginnis | I just get a blank page after starting. | 23:34 |
smcginnis | Oh well, that's at least progress. | 23:35 |
smcginnis | I'll maybe play around with it later tonight if I can, or tomorrow morning. | 23:35 |
smcginnis | Thanks for the help getting it going. | 23:35 |
dhellmann | there doesn't seem to be a way to tell it to listen anywhere other than localhost so I can't test that it's working on my remote server, but it does seem to start | 23:35 |
smcginnis | That's what lynx if for. ;) | 23:37 |
clarkb | or ssh -L 8080:localhost:$portitlistenson | 23:37 |
dhellmann | ok the check queue is nearly empty, I'm going to submit this patch series refactoring | 23:37 |
smcginnis | clarkb: Oh yeah, even better. | 23:38 |
dhellmann | the releases code | 23:38 |
dhellmann | clarkb : yeah, I should do that | 23:38 |
smcginnis | clarkb: I used to have a really nice reverse tunnel into my old work lab way back. | 23:38 |
dhellmann | wow, the check queue is very empty, did zuul restart? :-) | 23:38 |
clarkb | yes I just restarted it | 23:38 |
clarkb | we think there is a bug in handling full configuration reloads after an error | 23:38 |
clarkb | which led to slowness in processing subsequent reloads | 23:38 |
*** slaweq has quit IRC | 23:39 | |
dhellmann | so, I've asked a few times if we still have that issue with very long patch chains | 23:39 |
dhellmann | and everyone thinks it's OK | 23:39 |
dhellmann | do you want one more time to say "no" before I propose this series? :-) | 23:39 |
clarkb | I don't think this was caused by a very long patch chain. It started right around when fungi fixed the osa configuration issue | 23:39 |
clarkb | and it was slowness in configuration so seems tightly related to that | 23:40 |
dhellmann | there was a thing a while back where ian proposed a zillion patches all in the same repo and zuul freaked out trying to figure out how to apply them all | 23:40 |
*** rosmaita has quit IRC | 23:40 | |
dhellmann | ian from cisco | 23:40 |
clarkb | ya because they were all zuul config updates iirc | 23:40 |
dhellmann | oh, were they? | 23:40 |
clarkb | are your patches all zuul config updates? | 23:40 |
dhellmann | no | 23:40 |
dhellmann | no zuul changes | 23:40 |
dhellmann | I thought that was just a bunch of code going into a new repo | 23:40 |
clarkb | ya pretty sure the chain issues were all related to telling zuul ot make 200 config change sall at once | 23:40 |
dhellmann | ok, well, let's see | 23:41 |
openstackgerrit | Doug Hellmann proposed openstack/releases master: move error and warning message collection into a class https://review.openstack.org/547170 | 23:41 |
openstackgerrit | Doug Hellmann proposed openstack/releases master: use deliverable model object to clone repositories https://review.openstack.org/547171 | 23:41 |
openstackgerrit | Doug Hellmann proposed openstack/releases master: delay loading governance data until it is needed https://review.openstack.org/547172 | 23:41 |
openstackgerrit | Doug Hellmann proposed openstack/releases master: use deliverable model object to validate bug tracker https://review.openstack.org/547173 | 23:41 |
openstackgerrit | Doug Hellmann proposed openstack/releases master: use deliverable model object to validate the team name https://review.openstack.org/547174 | 23:41 |
openstackgerrit | Doug Hellmann proposed openstack/releases master: use deliverable object model to validate the release notes links https://review.openstack.org/547175 | 23:41 |
openstackgerrit | Doug Hellmann proposed openstack/releases master: use deliverable object model to validate the release-model setting https://review.openstack.org/547176 | 23:41 |
openstackgerrit | Doug Hellmann proposed openstack/releases master: use deliverable model object to validate the release type https://review.openstack.org/547177 | 23:41 |
openstackgerrit | Doug Hellmann proposed openstack/releases master: use deliverable object model to validate pypi permissions https://review.openstack.org/547178 | 23:41 |
openstackgerrit | Doug Hellmann proposed openstack/releases master: fix require_release_jobs_for_repo use of messages object https://review.openstack.org/547179 | 23:41 |
openstackgerrit | Doug Hellmann proposed openstack/releases master: use deliverable model object to validate .gitreview files https://review.openstack.org/547180 | 23:41 |
openstackgerrit | Doug Hellmann proposed openstack/releases master: fix ReleaseProject model class for tarball-base https://review.openstack.org/547181 | 23:41 |
openstackgerrit | Doug Hellmann proposed openstack/releases master: add sorting to object models and fix list-deliverables https://review.openstack.org/547182 | 23:41 |
openstackgerrit | Doug Hellmann proposed openstack/releases master: add mitaka to the list of closed series https://review.openstack.org/547183 | 23:41 |
openstackgerrit | Doug Hellmann proposed openstack/releases master: cache the release objects created for a deliverable https://review.openstack.org/547184 | 23:41 |
openstackgerrit | Doug Hellmann proposed openstack/releases master: compare release objects by their version https://review.openstack.org/547185 | 23:41 |
openstackgerrit | Doug Hellmann proposed openstack/releases master: use deliverable model object to validate tarball-base settings https://review.openstack.org/547186 | 23:41 |
openstackgerrit | Doug Hellmann proposed openstack/releases master: change known_repo_names to only include values from repository-settings https://review.openstack.org/547187 | 23:41 |
openstackgerrit | Doug Hellmann proposed openstack/releases master: use deliverable model objects to implement validate_new_releases https://review.openstack.org/547188 | 23:41 |
openstackgerrit | Doug Hellmann proposed openstack/releases master: add Deliverable.read_file https://review.openstack.org/547189 | 23:41 |
openstackgerrit | Doug Hellmann proposed openstack/releases master: move validation for existing tags to its own function https://review.openstack.org/547203 | 23:41 |
openstackgerrit | Doug Hellmann proposed openstack/releases master: stop checking the repos in new releases against past releases https://review.openstack.org/547204 | 23:41 |
openstackgerrit | Doug Hellmann proposed openstack/releases master: move version number validation into its own function https://review.openstack.org/547205 | 23:41 |
openstackgerrit | Doug Hellmann proposed openstack/releases master: move check for release ordering to its own function https://review.openstack.org/547206 | 23:41 |
openstackgerrit | Doug Hellmann proposed openstack/releases master: replace validate_releases with validate_release_branch_membership https://review.openstack.org/547207 | 23:41 |
openstackgerrit | Doug Hellmann proposed openstack/releases master: use python 3 form of super for all validate tests https://review.openstack.org/547208 | 23:41 |
openstackgerrit | Doug Hellmann proposed openstack/releases master: move work directory handling into ValidationContext https://review.openstack.org/547209 | 23:41 |
openstackgerrit | Doug Hellmann proposed openstack/releases master: remove filename argument from validate_series_open https://review.openstack.org/547210 | 23:41 |
openstackgerrit | Doug Hellmann proposed openstack/releases master: let each validation function apply its own rules https://review.openstack.org/547211 | 23:41 |
openstackgerrit | Doug Hellmann proposed openstack/releases master: remove extraneous static data https://review.openstack.org/547212 | 23:41 |
openstackgerrit | Doug Hellmann proposed openstack/releases master: miscellaneous code and output format cleanups https://review.openstack.org/547213 | 23:41 |
openstackgerrit | Doug Hellmann proposed openstack/releases master: be consistent with use of log levels and print https://review.openstack.org/547214 | 23:41 |
openstackgerrit | Doug Hellmann proposed openstack/releases master: use the docstrings of the check functions for section headings https://review.openstack.org/547215 | 23:41 |
dhellmann | smcginnis : I don't want to land those until rocky starts so I get credit for all of them next cycle :-) | 23:42 |
smcginnis | Haha, sounds good. :) | 23:42 |
* dhellmann realizes he should have asked clarkb to hold his beer | 23:43 | |
clarkb | dhellmann: they appear to have queued up at least | 23:43 |
dhellmann | yeah, I see them starting to show up on the status page | 23:43 |
clarkb | oh I remeber what the issue you are thinking of was | 23:45 |
clarkb | its the n^2 merge queue effect | 23:45 |
clarkb | because we end up remerging the entire stack each time a new item on the stack comes through | 23:45 |
*** abelur has quit IRC | 23:45 | |
clarkb | so I think the thing to watch is the merge queue graph | 23:45 |
clarkb | http://grafana.openstack.org/dashboard/db/zuul-status bottom of that page | 23:46 |
clarkb | seems to be falling at a steady rate | 23:46 |
celebdor | smcginnis: I was the PTL for Queens | 23:47 |
celebdor | dmellado is the PTL for Rocky | 23:48 |
smcginnis | celebdor: Ah, OK. The validation logic looks at the latest state. | 23:48 |
smcginnis | celebdor: Did you see the comment about it probably needing to be 0.5.0? | 23:49 |
dhellmann | clarkb : so should we be careful when we approve them? we can do that in batches. | 23:49 |
clarkb | it will just re merge things against the new repo head and if it handles it ok on the check side I expect it will be ok on the gate side too | 23:50 |
clarkb | we have a lot of mergers now to help take on this burst load | 23:50 |
dhellmann | ok, cool | 23:50 |
dhellmann | I'm going to go offline, so if those patches cause problems just kill them or whatever and I'll resubmit them in batches | 23:50 |
mnaser | smcginnis: dhellmann https://github.com/jamiesnape/git-retry interesting tool for the git timeout issues | 23:51 |
smcginnis | mnaser: Oh nice. I will have to take a look at that one. | 23:51 |
dhellmann | mnaser : nice, thanks! | 23:53 |
*** kumarmn has joined #openstack-release | 23:59 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!