15:01:01 #startmeeting RDO meeting - 2019-02-20 15:01:01 Meeting started Wed Feb 20 15:01:01 2019 UTC. 15:01:01 This meeting is logged and archived in a public location. 15:01:01 The chair is PagliaccisCloud. Information about MeetBot at http://wiki.debian.org/MeetBot. 15:01:01 Useful Commands: #action #agreed #halp #info #idea #link #topic. 15:01:01 The meeting name has been set to 'rdo_meeting_-_2019-02-20' 15:01:02 Meeting started Wed Feb 20 15:01:01 2019 UTC and is due to finish in 60 minutes. The chair is PagliaccisCloud. Information about MeetBot at http://wiki.debian.org/MeetBot. 15:01:03 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:01:05 The meeting name has been set to 'rdo_meeting___2019_02_20' 15:01:27 #topic rollcall 15:02:15 o/ 15:02:23 #chair baha 15:02:23 Current chairs: PagliaccisCloud baha 15:02:24 Current chairs: PagliaccisCloud baha 15:03:36 o/ 15:04:11 #chair jpena 15:04:11 Current chairs: PagliaccisCloud baha jpena 15:04:12 Current chairs: PagliaccisCloud baha jpena 15:06:24 ready to jump into the first topic? 15:07:30 I'd say go for it 15:07:48 #topic A quick question on some jinja2 issues 15:07:52 #link https://review.rdoproject.org/r/#/c/18819/ 15:08:00 o/ 15:08:07 @chair mjturek 15:08:12 h*ck lol 15:08:16 It's like we summoned him 15:08:22 #chair mjturek 15:08:22 Current chairs: PagliaccisCloud baha jpena mjturek 15:08:23 :) 15:08:23 Current chairs: PagliaccisCloud baha jpena mjturek 15:09:14 alright baha, you're up :D 15:09:59 This is something that's been causing mjturek and I some confusion. Basically, when the two expressions we put into the upstream-builders .yml file ( {{ ansible_distribution|lower }} {{ ansible_distribution_major_version }} ) are run, rather than getting "centos" and "7", we get "centos" and "" out the other end. 15:10:44 I'm wondering if it's a syntax error, or if it might be an environment error, or if it's just in the wrong place... or what a proposed solution might be 15:11:28 yeah we could really use a fresh set of eyes here 15:12:26 not sure about it (since it's ansible inside jjb), but have you tried putting the whols $WORKSPACE... thing between quotes? 15:12:49 like script: "$WORKSPACE .... _major_version }}" 15:13:12 hmmm might be worth a shot! 15:13:42 buuuuut 15:13:43 I think jjb did some mangling to curly brackets... That's another alternative 15:14:27 hmmm we'll play around with the parsing I suppose... but not sure why it didn't just use the defaults that baha set 15:14:59 Yeah, I would have expected the defaults set in the script file in the same patch, or else some strangely garbled URL 15:16:08 let me grab the review.rdoproject.org script it hits 15:17:13 https://github.com/rdo-infra/review.rdoproject.org-config/blob/master/ci-scripts/tripleo-upstream/build-containers-images.sh#L26 15:17:31 Sorin Sbarnea proposed rdo-jobs master: Adds tripleo-build-containers-fedora-28 non voting https://review.rdoproject.org/r/18913 15:18:22 so distro seems to be built wrong 15:18:32 $DISTRO* 15:23:01 it's not ansible 15:23:22 http://paste.openstack.org/show/745473/ 15:23:28 output is "centos" 15:24:08 mjturek: oh, of course 15:24:20 that's using DISTRO_VERSION instead of DISTRO_RELEASE 15:24:25 see line 9 and 12 15:24:36 ...oh my gosh 15:24:41 baha: we're dumb ^ 15:24:52 That makes a load of sense 15:25:00 Thank you very much for the catch jpena 15:25:01 thanks jpena... sorry for that :) 15:25:19 no prob, it's the kind of issue that needs a fresh pair of eyes 15:25:26 teamwork! \o/ 15:25:42 indeed :) thanks for letting us debug in the meeting!! 15:25:48 Sorin Sbarnea proposed rdo-jobs master: Adds linting job https://review.rdoproject.org/r/17691 15:26:49 sweet, next topic 15:27:26 #topic Hash GC and invalidating hashes less than 60 days old 15:27:37 jschlueter, ^ 15:27:53 #chair amoralej 15:27:53 Current chairs: PagliaccisCloud amoralej baha jpena mjturek 15:27:54 Current chairs: PagliaccisCloud amoralej baha jpena mjturek 15:29:20 So if I understand issue correctly, the hash for a promoted hash from earlier in the month was invalidated after we had several promotions and Garbage Collection removed several hashes (real files from last year) 15:29:28 Adam Kimball created rdo-infra/ci-config master: Fix DISTRO_VERSION variable for upstream ppc64le containers job https://review.rdoproject.org/r/18924 15:29:46 #chair jschlueter 15:29:46 Current chairs: PagliaccisCloud amoralej baha jpena jschlueter mjturek 15:29:47 Current chairs: PagliaccisCloud amoralej baha jpena jschlueter mjturek 15:30:17 jschlueter, yes, so current purging mechanism can lead to invalid hash repos 15:30:42 if they are not symlinked to a set of known *protected* symlinks 15:30:43 I realize the current model works and is intended to cleanup unused builds but it also can result in hashes that are recently created being invalid for any type of regression testing 15:30:59 * jschlueter nods 15:31:36 short term, the easiest way to protect a hash is to create a symlink pointing to it and add it to the list of protected 15:31:50 but yes, having inconsistent hash repos is not good 15:32:00 and something to look for better alternatives 15:32:07 s/inconsistent/incomplete/ 15:32:14 yes, correct 15:32:48 we could look for a more smart cleaning or move to hardlinks 15:32:53 that's all from me, just wanted to raise the issue 15:33:30 #action jpena to groom a DLRN story to avoid unconsistent repos due to purges 15:33:45 thanks jpena for taking care 15:34:43 this may have collateral damage, so we need to be careful 15:35:28 amoralej, jpena: just a thought can we keep a longer series of symlinks to promoted hashes, that get's pruned as they go past 30 or 60 days? 15:35:49 or total number of them ... right now we keep promoted hash -1 15:36:20 maybe keep promoted hash back through -10 15:36:55 should only be a big difference if we have long time between promotions 15:37:09 jschlueter: that we have today (current-tripleo and previous-current-tripleo). It's easy to extend that, for example creating a current-import symlink for the repo being imported now, that only changes once we start a new import 15:37:32 * jschlueter nods 15:40:05 ready for open floor? 15:41:23 oh wait let's do next week's chair first 15:41:35 #topic chair for next meeting 15:42:20 i can take it 15:42:47 schweet thanks amoralej 15:43:11 #action amoralej to chair next week's meeting 15:43:43 #topic Open floor 15:44:40 would be nice if we could get this merged! https://review.rdoproject.org/r/#/c/18924/ (thanks for the quick patch baha) 15:45:07 It just fixes the variable name. D'oh 15:48:24 Thank you jpena 15:48:53 Merged rdo-infra/ci-config master: Fix DISTRO_VERSION variable for upstream ppc64le containers job https://review.rdoproject.org/r/18924 15:49:00 apevec, ykarel|pto let's merge https://review.rdoproject.org/r/#/c/18919/ 15:50:31 yes +2 15:51:52 ykarel|pto: jpena amoralej https://review.rdoproject.org/r/#/c/18917/ 15:53:17 anything else before we close out? 15:53:59 also don't forget to add notes for anything you'd like to discuss at next week's meeting https://etherpad.openstack.org/p/RDO-Meeting 15:57:11 alright, giving you all a few minutes back. see everyone next week 15:57:15 #endmeeting