*** stevebaker_ has quit IRC | 00:34 | |
*** CaptTofu has quit IRC | 01:06 | |
*** CaptTofu has joined #openstack-infra | 01:06 | |
*** CaptTofu has quit IRC | 01:10 | |
*** CaptTofu has joined #openstack-infra | 01:10 | |
*** michchap has joined #openstack-infra | 01:13 | |
*** michchap has quit IRC | 01:17 | |
*** michchap has joined #openstack-infra | 01:18 | |
*** stevebaker_ has joined #openstack-infra | 01:39 | |
*** CaptTofu has quit IRC | 01:45 | |
*** CaptTofu has joined #openstack-infra | 01:45 | |
clarkb | annegentle_: the comments from patchset 5 were not addressed | 01:49 |
---|---|---|
annegentle_ | clarkb: oh sorry didn't see that | 01:50 |
*** stevebaker_ has quit IRC | 01:50 | |
*** stevebaker_ has joined #openstack-infra | 01:51 | |
openstackgerrit | Anne Gentle proposed a change to openstack-infra/config: Update manual publishing to new directory layout https://review.openstack.org/45490 | 02:01 |
*** stevebaker_ has quit IRC | 02:03 | |
*** dims has quit IRC | 02:07 | |
*** dims has joined #openstack-infra | 02:07 | |
lifeless | why does keystone and global requirements have different constraints for SQLAlchemy? | 02:08 |
lifeless | SQLAlchemy>=0.7.8,<=0.7.99 | 02:08 |
lifeless | vs | 02:08 |
lifeless | SQLAlchemy>=0.7.8,<=0.7.9 (keystone) | 02:08 |
clarkb | lifeless: because we allow them to differ until you try changing the requirements in keystone | 02:09 |
lifeless | ah | 02:09 |
clarkb | keystone is actually tested with the global requirements version in the tempest tests | 02:09 |
lifeless | my image build blew up - No distributions matching the version for sqlalchemy>=0.7.8,<=0.7.9 (from -r /opt/stack/keystone/requirements.txt (line 12)) | 02:09 |
lifeless | Storingusing a mirror | 02:09 |
clarkb | but really global requirements should be <0.8 | 02:09 |
clarkb | annegentle_: I reviewed 45490, and pointed out how to make jenkins pass tests inline | 02:10 |
*** zhiyan has joined #openstack-infra | 02:13 | |
*** zhiyan has left #openstack-infra | 02:14 | |
openstackgerrit | Anne Gentle proposed a change to openstack-infra/config: Update manual publishing to new directory layout https://review.openstack.org/45490 | 02:15 |
annegentle_ | clarkb: thanks! | 02:15 |
annegentle_ | clarkb: dunno how I did branch branch branchety branch. guh. | 02:15 |
lifeless | clarkb: https://review.openstack.org/45555 | 02:16 |
clarkb | annegentle_: I think you missed a couple :) | 02:16 |
openstackgerrit | Anne Gentle proposed a change to openstack-infra/config: Update manual publishing to new directory layout https://review.openstack.org/45490 | 02:17 |
annegentle_ | clarkb: double guh :) | 02:17 |
openstackgerrit | lifeless proposed a change to openstack/requirements: Describe SQLAlchemy constraint more clearly. https://review.openstack.org/45556 | 02:18 |
clarkb | fungi: mordred jeblair ^ any chance someone else can review 45490? | 02:19 |
clarkb | annegentle_: does that need to be merged tonight or does tomorrow work as well? | 02:20 |
clarkb | annegentle_: if it is ok, I would prefer to wait and see if someone else can review it as well | 02:22 |
clarkb | then merge it if not tomorrow | 02:22 |
*** stevebaker_ has joined #openstack-infra | 02:25 | |
lifeless | argh | 02:27 |
lifeless | Downloading/unpacking requests>=1.1,<1.2.3 (from python-cinderclient>=1.0.4->-r /opt/stack/glance/requirements.txt (line 41)) | 02:27 |
lifeless | Could not find a version that satisfies the requirement requests>=1.1,<1.2.3 (from python-cinderclient>=1.0.4->-r /opt/stack/glance/requirements.txt (line 41)) (from versions: 1.2.3) | 02:28 |
annegentle_ | clarkb: yes absolutely. I'm on a flight with wifi in the morning so I'll be checking in. Thanks for the reviews! | 02:32 |
lifeless | clarkb: jeepyb bugs are on openstack-ci right ? | 02:32 |
clarkb | lifeless: yes | 02:32 |
clarkb | annegentle_: ok great, I will ping you to see where we are at tomorrow morning then | 02:33 |
annegentle_ | clarkb: ok sounds good | 02:33 |
lifeless | clarkb: https://bugs.launchpad.net/openstack-ci/+bug/1222309 for your edification | 02:35 |
uvirtbot | Launchpad bug 1222309 in openstack-ci "run-mirror does not populate enough versions" [Undecided,New] | 02:35 |
clarkb | lifeless: argle bargle | 02:37 |
clarkb | we shouldn't be doing that... | 02:37 |
clarkb | I am guessing that haven't updated requirements recently otherwise the change sto do so wouldn't pass tests | 02:38 |
*** michchap has quit IRC | 02:45 | |
lifeless | clarkb: not sure I follow | 02:45 |
clarkb | lifeless: the <1.2.3 must be old | 02:46 |
lifeless | clarkb: requests>=1.1,<1.2.3 | 02:47 |
lifeless | in python-cinderclient 1.0.5 | 02:47 |
lifeless | clarkb: do you happen to know how to set a package version constraint on the pip command line ? | 02:48 |
clarkb | pip install foo==1.2.3 or pip install foo>=1.1,<1.2.3 | 02:48 |
lifeless | doh | 02:49 |
lifeless | I was trying one = | 02:49 |
*** michchap has joined #openstack-infra | 03:15 | |
*** michchap has quit IRC | 03:24 | |
lifeless | clarkb: huh, heat-cfntools isn't in the pypi mirror ? | 03:24 |
lifeless | SpamapS: ./elements/rabbitmq-server/element-deps | 03:26 |
lifeless | bah | 03:26 |
clarkb | if nothing depends on it no | 03:30 |
clarkb | and cfn-tools is one of those weird things iirc. Like it isn't supposed to be a dependency but maybe a dev tooL? | 03:30 |
*** UtahDave has quit IRC | 03:30 | |
lifeless | clarkb: so we're going to suck a bunch of those things in as we get tripleo tests running | 03:32 |
lifeless | clarkb: because we use them in building images (as helpers, or as content in the image). | 03:32 |
lifeless | ah, os-apply-config too. | 03:35 |
*** stevebaker_ has quit IRC | 03:36 | |
openstackgerrit | lifeless proposed a change to openstack/requirements: Add TripleO for-heat modules. https://review.openstack.org/45564 | 03:37 |
*** stevebaker_ has joined #openstack-infra | 03:41 | |
*** stevebaker_ has quit IRC | 03:48 | |
*** dims has quit IRC | 03:52 | |
*** dims has joined #openstack-infra | 03:52 | |
*** stevebaker_ has joined #openstack-infra | 04:04 | |
*** vogxn has joined #openstack-infra | 04:04 | |
*** stevebaker_ has quit IRC | 04:13 | |
openstackgerrit | A change was merged to openstack-infra/jenkins-job-builder: Fix plot plugin support https://review.openstack.org/45280 | 04:26 |
*** stevebaker_ has joined #openstack-infra | 04:31 | |
openstackgerrit | A change was merged to openstack-infra/jenkins-job-builder: Added support for JaCoCo plugin Publisher https://review.openstack.org/44705 | 04:32 |
*** blamar has quit IRC | 04:51 | |
*** marun has joined #openstack-infra | 05:01 | |
*** stevebaker_ has quit IRC | 05:13 | |
*** michchap has joined #openstack-infra | 05:20 | |
*** michchap has quit IRC | 05:25 | |
*** thomasbiege1 has joined #openstack-infra | 05:41 | |
*** thomasbiege1 has quit IRC | 05:52 | |
openstackgerrit | Andreas Jaeger proposed a change to openstack-infra/config: Update manual publishing to new directory layout https://review.openstack.org/45490 | 06:07 |
*** dkliban has joined #openstack-infra | 06:18 | |
*** enikanorov-w has quit IRC | 06:32 | |
*** enikanorov-w has joined #openstack-infra | 06:32 | |
*** vogxn has quit IRC | 07:00 | |
*** marun has quit IRC | 07:18 | |
*** michchap has joined #openstack-infra | 07:21 | |
*** michchap has quit IRC | 07:26 | |
*** boris-42 has joined #openstack-infra | 07:27 | |
*** sarob has joined #openstack-infra | 07:51 | |
*** sarob_ has joined #openstack-infra | 07:58 | |
*** sarob has quit IRC | 08:01 | |
*** bodepd has quit IRC | 08:32 | |
*** rockstar has quit IRC | 08:33 | |
*** rockstar has joined #openstack-infra | 08:37 | |
*** rockstar has joined #openstack-infra | 08:37 | |
*** thomasbiege1 has joined #openstack-infra | 08:38 | |
*** thomasbiege1 has quit IRC | 08:38 | |
*** bodepd has joined #openstack-infra | 08:38 | |
*** sarob_ has quit IRC | 08:45 | |
*** dkehn_ has joined #openstack-infra | 09:55 | |
*** dkehn has quit IRC | 09:59 | |
*** cthulhup has joined #openstack-infra | 10:20 | |
*** cthulhup has quit IRC | 10:28 | |
*** salv-orlando has joined #openstack-infra | 10:56 | |
*** dkehn_ has quit IRC | 11:24 | |
*** cthulhup has joined #openstack-infra | 11:36 | |
*** Ryan_Lane has quit IRC | 11:36 | |
*** cthulhup has quit IRC | 11:37 | |
*** CaptTofu has quit IRC | 11:38 | |
*** CaptTofu has joined #openstack-infra | 11:39 | |
*** dkehn has joined #openstack-infra | 11:46 | |
*** flaper87|afk is now known as flaper87 | 12:08 | |
*** koobs has quit IRC | 12:16 | |
*** CaptTofu has quit IRC | 12:17 | |
*** CaptTofu has joined #openstack-infra | 12:18 | |
*** koobs has joined #openstack-infra | 12:20 | |
*** koobs has quit IRC | 12:21 | |
*** koobs has joined #openstack-infra | 12:21 | |
openstackgerrit | A change was merged to openstack/requirements: Describe SQLAlchemy constraint more clearly. https://review.openstack.org/45556 | 12:34 |
*** CaptTofu has quit IRC | 12:35 | |
*** CaptTofu has joined #openstack-infra | 12:35 | |
*** dkehn has quit IRC | 12:41 | |
openstackgerrit | Andreas Jaeger proposed a change to openstack-infra/config: Start using templates in manual build jobs https://review.openstack.org/45574 | 13:01 |
*** CaptTofu has quit IRC | 13:34 | |
*** CaptTofu has joined #openstack-infra | 13:35 | |
*** CaptTofu has quit IRC | 13:38 | |
*** CaptTofu has joined #openstack-infra | 13:38 | |
*** michchap has joined #openstack-infra | 13:38 | |
*** adalbas has quit IRC | 14:04 | |
openstackgerrit | Anne Gentle proposed a change to openstack-infra/config: Update manual publishing to new directory layout https://review.openstack.org/45490 | 14:08 |
*** dkehn has joined #openstack-infra | 14:18 | |
*** dkranz has joined #openstack-infra | 14:21 | |
*** dripton_ has joined #openstack-infra | 14:30 | |
*** dripton has quit IRC | 14:30 | |
openstackgerrit | James E. Blair proposed a change to openstack-infra/zuul: Use NNFI scheduler algorithm https://review.openstack.org/45334 | 14:35 |
openstackgerrit | James E. Blair proposed a change to openstack-infra/zuul: Use NNFI scheduler algorithm https://review.openstack.org/45334 | 14:36 |
jeblair | annegentle_: ping | 14:40 |
*** dims has quit IRC | 14:56 | |
*** anteaya has joined #openstack-infra | 15:01 | |
annegentle_ | jeblair: heya | 15:03 |
annegentle_ | jeblair: still working on a glossary move | 15:03 |
jeblair | annegentle_: i'm almost done reviewing 45490; it's a lot to digest. :) | 15:05 |
annegentle_ | jeblair: yes, yes it is... I can definitely see patterns emerging that should let us keep improving | 15:05 |
jeblair | annegentle_: if you don't already have such a patch in the works, i was thinking of demonstrating how either some of these, or the api docs jobs could be templated, for my part of the bootcamp. | 15:07 |
annegentle_ | jeblair: sure! | 15:07 |
jeblair | annegentle_: cool, i think it would be a nice way to show how jjb works | 15:07 |
jeblair | annegentle_: so 'basic install guide', 'user guide', 'config guide', 'h-a guide', 'image guide' all should only ever be built for master? as in, you won't maintain stable-branch versions of those docs (even in havana?) | 15:10 |
annegentle_ | jeblair: for user guide, ha-guide, image-guide, those should only be built for master. Install and Config will need to be built as "release" documents | 15:11 |
jeblair | annegentle_: what does that mean? | 15:11 |
annegentle_ | jeblair: Install and Config guides will need to be pushed to /havana/ on Oct 17. Everything else will go to /book-title/ (no release name) | 15:11 |
annegentle_ | jeblair: I have to wonder if we need a whole new repo for "released" docs, but... analysis paralysis | 15:12 |
jeblair | annegentle_: what's the process for pushing those there? are you planning on manually uploading them? | 15:12 |
annegentle_ | jeblair: hmmmm | 15:13 |
annegentle_ | jeblair: usually we cut stable/relname | 15:13 |
annegentle_ | hm | 15:13 |
jeblair | annegentle_: it's fine to cut the branch and push the branch there, but we'd want to run the jobs on the stable branch then | 15:14 |
annegentle_ | jeblair: so maybe a new release-docs repo with install/config would help? I want less technical debt and more continuous publishing | 15:15 |
*** SergeyLukjanov has joined #openstack-infra | 15:15 | |
annegentle_ | jeblair: I also feel a little landlocked with our current set of doc automation, how could we make maintenance per release easier | 15:15 |
annegentle_ | jeblair: and I'm fine with "it's just the way it is" but want to be sure we're not doing just cuz it's how we've done it | 15:16 |
jeblair | annegentle_: well, it doesn't matter too much which repo things are in (though one repo per document sounds nice to me -- and super easy with templates) but yeah, let's defer that for a moment in favor of just making sure what we have does what we want | 15:17 |
annegentle_ | jeblair: yp | 15:17 |
annegentle_ | yup even | 15:17 |
*** SergeyLukjanov has quit IRC | 15:17 | |
annegentle_ | I love wifi on planes, by the way | 15:17 |
annegentle_ | quiet think time on a Sunday morning, ahh | 15:17 |
*** SergeyLukjanov has joined #openstack-infra | 15:17 | |
jeblair | so 'openstack-config-ref' is the 'Config Guide' we're talking about, right? | 15:17 |
annegentle_ | jeblair: yes | 15:17 |
annegentle_ | jeblair: it needs to release with releases since it scrapes code | 15:18 |
jeblair | how does it scrape code? | 15:18 |
annegentle_ | jeblair: run the python in this dir http://git.openstack.org/cgit/openstack/openstack-manuals/tree/tools/autogenerate-config-docs manually, propose a patch with the updated config options | 15:20 |
annegentle_ | jeblair: eventually automating | 15:20 |
annegentle_ | jeblair: the original goal was to run and patch each milestone release | 15:21 |
jeblair | annegentle_: so the docboot-properties script makes sure that the release path is set correctly for stable/ branches | 15:22 |
*** dkliban has quit IRC | 15:22 | |
annegentle_ | jeblair: yes, I think so | 15:22 |
jeblair | annegentle_: so i think that openstack-config-ref should actually just be set to run on all branches, and then you'll get your 'released' version at /havana/ just by cutting a new branch | 15:22 |
jeblair | annegentle_: (and that would be updated if you make a patch on the stable/havana branch) | 15:22 |
annegentle_ | jeblair: seems reasonable. it only exists on master now | 15:23 |
annegentle_ | jeblair: you're commenting in the patch too right | 15:23 |
jeblair | annegentle_: i'm about to, as soon as i think i understand everything. :) | 15:24 |
jeblair | annegentle_: the pattern we like to follow in layout.yaml is to say "branch: master" for things that should only ever run on master, like the doc-site (stable branches just don't make sense there) | 15:24 |
jeblair | annegentle_: and use "^stable/(folsom|grizzly)$" for things that are deprecated -- jobs that don't exist in master and won't exist on any future branches | 15:25 |
jeblair | annegentle_: (when we delete folsom, that will turn into "stable/grizzly", and when we delete grizzly, they go away altogether) | 15:25 |
annegentle_ | jeblair: ok we're close to that, but do need to make sure like you are, that we've got em all :) | 15:25 |
jeblair | annegentle_: and finally, for things that are in master now, but will continue to be run when we cut the next stable branch... | 15:26 |
jeblair | annegentle_: we use "^(?!stable/(folsom|grizzly)).*$", which is the inverse of that (not stable/folsom and not stable/grizzly), so they run on master and later will also automatically run on stable/havana | 15:27 |
*** CaptTofu has quit IRC | 15:27 | |
jeblair | annegentle_: so i think openstack-config-ref should be one of the latter | 15:27 |
jeblair | annegentle_: (i'll leave a comment to that effect) | 15:27 |
*** CaptTofu has joined #openstack-infra | 15:28 | |
annegentle_ | jeblair: ah yes that sounds correct to me. | 15:28 |
annegentle_ | jeblair: and for install-guide... (basic install we are hoping to eject soon) | 15:28 |
jeblair | annegentle_: by "install-guide" you mean "openstack-install-deploy-guide-{operating system}" ? | 15:30 |
annegentle_ | jeblair: yes | 15:32 |
jeblair | annegentle_: what about openstack-admin-guide-cloud | 15:35 |
annegentle_ | jeblair: continuous from master | 15:35 |
jeblair | k | 15:35 |
jeblair | annegentle_: same for openstack-glossary i take it? | 15:36 |
annegentle_ | jeblair: yeah | 15:36 |
jeblair | annegentle_: then is openstack-admin-manual-block-old a deprecated manual that should only be built on the remaining stable branches? | 15:37 |
annegentle_ | jeblair: hey just saw my battery life is low, but I'll be online later today (in a couple of hours) if I fall off | 15:37 |
jeblair | ok, i'll have comments in the review soon | 15:37 |
annegentle_ | jeblair: yes. The admin-manual-specialty-type books have been folded into cloud-admin | 15:37 |
jeblair | annegentle_: cool, thanks. see you soon! :) | 15:37 |
annegentle_ | jeblair: though we're hanging on to the admin-manual-network, as a separate book, for now... | 15:38 |
*** CaptTofu has quit IRC | 15:45 | |
*** CaptTofu has joined #openstack-infra | 15:45 | |
*** sarob has joined #openstack-infra | 15:59 | |
*** michchap has quit IRC | 16:19 | |
*** dmakogon_ has joined #openstack-infra | 16:34 | |
*** CaptTofu has quit IRC | 16:43 | |
*** CaptTofu has joined #openstack-infra | 16:43 | |
*** cthulhup has joined #openstack-infra | 16:46 | |
*** Ajaeger has joined #openstack-infra | 16:53 | |
*** cthulhup has quit IRC | 16:57 | |
Ajaeger | HI everybody, could somebody check this failure http://logs.openstack.org/74/45574/1/check/gate-config-layout/917eed7/console.html for patch https://review.openstack.org/#/c/45574/ and tell me what I can do, please? | 17:01 |
*** SergeyLukjanov has quit IRC | 17:01 | |
clarkb | Ajaeger: I think you need to quote {name}-documentation on line 2 of manuals-jobs.yaml | 17:06 |
clarkb | Ajaeger: also the project: dict should go in projects.yaml not manuals.yaml | 17:06 |
clarkb | (maybe, it might make sense to put them in their own file if we want to separate them) | 17:07 |
Ajaeger | clarkb, thanks, I'll redo my patch later. | 17:08 |
*** thomasbiege has joined #openstack-infra | 17:13 | |
*** sarob has quit IRC | 17:16 | |
*** sarob has joined #openstack-infra | 17:16 | |
*** sarob has quit IRC | 17:21 | |
*** dims has joined #openstack-infra | 17:21 | |
*** SergeyLukjanov has joined #openstack-infra | 17:28 | |
*** dims has quit IRC | 17:34 | |
*** CaptTofu has quit IRC | 17:37 | |
*** CaptTofu has joined #openstack-infra | 17:37 | |
*** Ryan_Lane has joined #openstack-infra | 17:39 | |
*** thomasbiege has quit IRC | 17:39 | |
*** hashar has joined #openstack-infra | 17:42 | |
*** thomasbiege has joined #openstack-infra | 17:45 | |
*** Ryan_Lane has quit IRC | 17:46 | |
*** thomasbiege has quit IRC | 18:00 | |
*** sarob has joined #openstack-infra | 18:00 | |
*** hashar has quit IRC | 18:05 | |
*** cthulhup has joined #openstack-infra | 18:08 | |
*** sarob has quit IRC | 18:08 | |
*** thomasbiege has joined #openstack-infra | 18:11 | |
*** cthulhup has quit IRC | 18:12 | |
*** cthulhup has joined #openstack-infra | 18:13 | |
*** Ryan_Lane has joined #openstack-infra | 18:14 | |
*** cthulhup has quit IRC | 18:17 | |
*** erfanian has joined #openstack-infra | 18:18 | |
*** thomasbiege has quit IRC | 18:20 | |
*** Ryan_Lane has quit IRC | 18:22 | |
openstackgerrit | Andreas Jaeger proposed a change to openstack-infra/config: Start using templates in manual build jobs https://review.openstack.org/45574 | 18:30 |
*** dizquierdo has joined #openstack-infra | 18:39 | |
*** dizquierdo has quit IRC | 18:44 | |
openstackgerrit | Andreas Jaeger proposed a change to openstack-infra/config: Update manual publishing to new directory layout https://review.openstack.org/45490 | 18:47 |
openstackgerrit | Andreas Jaeger proposed a change to openstack-infra/config: Start using templates in manual build jobs https://review.openstack.org/45574 | 18:51 |
Ajaeger | clarkb, 45574 is still not validating and the error message at http://logs.openstack.org/74/45574/3/check/gate-config-layout/b158ff4/console.html doesn't help me either. | 18:58 |
Ajaeger | Could you have a look again, please? | 18:58 |
*** olaph has joined #openstack-infra | 19:00 | |
*** sarob has joined #openstack-infra | 19:01 | |
*** marun has joined #openstack-infra | 19:01 | |
Ajaeger | this might be the goals line in manuals-jobs which contains ${DOC_COMMENTS_ENABLED}. How can I fix that? | 19:01 |
*** w_ has quit IRC | 19:02 | |
clarkb | Ajaeger: change it to ${{DOC_COMMENTS_ENABLED}} | 19:04 |
clarkb | we need to escape the {}'s as that is what JJB uses for variable interpolation | 19:04 |
Ajaeger | clarkb, thanks! | 19:05 |
*** sarob has quit IRC | 19:05 | |
openstackgerrit | Andreas Jaeger proposed a change to openstack-infra/config: Start using templates in manual build jobs https://review.openstack.org/45574 | 19:06 |
Ajaeger | clarkb: works now according to the gates - thanks. | 19:08 |
Ajaeger | Do you think this is the right way moving forward with the manual jobs? Then I'll do the transition over the next days... | 19:09 |
*** dmakogon_ has left #openstack-infra | 19:10 | |
clarkb | Ajaeger: yes I think so | 19:11 |
clarkb | Ajaeger: for the projects in projects.yaml you might end up doing a generic project name like openstack-documentation then override the individual job parameters for the various jobs so that name and target come out right | 19:12 |
clarkb | Ajaeger: but I would see what jeblair, mordred and fungi think about that before changing 45574 | 19:12 |
*** cthulhup has joined #openstack-infra | 19:15 | |
Ajaeger | clarkb: Ok, I'll do some more patching and then let's iterate over this until its good. This is not new functionality but better maintenance moving forward, so let's do it right. Thanks! | 19:15 |
*** CaptTofu has quit IRC | 19:23 | |
*** cthulhup has quit IRC | 19:23 | |
*** CaptTofu has joined #openstack-infra | 19:23 | |
jeblair | clarkb, Ajaeger: the project should be the actual git project name (openstack-manuals); i think we sholud add a list of guides built by the project to the project definition | 19:23 |
jeblair | Ajaeger: will you be at the doc bootcamp? | 19:24 |
*** cthulhup has joined #openstack-infra | 19:25 | |
Ajaeger | jeblair: No, I will not attend the doc boot camp | 19:31 |
Ajaeger | jeblair: I'll look the next days into this. Any advise is welcome to improve this, I'm new to this. Thanks! | 19:33 |
jeblair | Ajaeger: I'm happy to help, I'd love to see this kind of change merged. | 19:34 |
jeblair | Ajaeger: I don't have a lot of time now, and I'm going to be busy with the doc bootcamp tomorrow | 19:34 |
jeblair | Ajaeger: but i did leave some quick suggestions in the review for your change | 19:35 |
jeblair | Ajaeger: you might want to investigate those ideas | 19:35 |
jeblair | Ajaeger: also, you can run jenkins-job-builder locally on those files and have it just output xml files to disk | 19:36 |
jeblair | Ajaeger: that can really help when testing out templates | 19:36 |
Ajaeger | jeblair, yes, that will move a few steps forwards. | 19:36 |
Ajaeger | jeblair: will check out the local run | 19:36 |
Ajaeger | jeblair: where's jenkins-job-builder in git? | 19:37 |
jeblair | Ajaeger: http://git.openstack.org/cgit/openstack-infra/jenkins-job-builder | 19:38 |
Ajaeger | jeblair: thanks | 19:38 |
jeblair | Ajaeger: you're welcome; good luck; i have to go now | 19:38 |
Ajaeger | jeblair: thanks! | 19:39 |
Ajaeger | jeblair: any further questions on https://review.openstack.org/#/c/45490/? | 19:40 |
Ajaeger | I hope I fixed everything you asked for... | 19:40 |
*** thomasbiege has joined #openstack-infra | 19:44 | |
*** thomasbiege has quit IRC | 19:51 | |
*** sarob has joined #openstack-infra | 20:01 | |
openstackgerrit | Marton Kiss proposed a change to openstack-infra/config: Add groups-dev.openstack.org node https://review.openstack.org/42608 | 20:04 |
*** sarob has quit IRC | 20:13 | |
*** nati_ueno has joined #openstack-infra | 20:18 | |
*** SergeyLukjanov has quit IRC | 20:19 | |
*** adalbas has joined #openstack-infra | 20:20 | |
*** Ajaeger has quit IRC | 20:21 | |
*** boris-42 has quit IRC | 20:23 | |
*** nati_ueno has quit IRC | 20:43 | |
*** nati_ueno has joined #openstack-infra | 20:43 | |
*** nati_ueno has quit IRC | 20:44 | |
*** nati_ueno has joined #openstack-infra | 20:45 | |
*** nati_ueno has quit IRC | 20:46 | |
*** dizquierdo has joined #openstack-infra | 20:47 | |
*** cthulhup has quit IRC | 20:56 | |
*** sarob has joined #openstack-infra | 21:02 | |
*** sarob has quit IRC | 21:07 | |
*** zehicle has quit IRC | 21:13 | |
*** zehicle has joined #openstack-infra | 21:13 | |
*** Ryan_Lane has joined #openstack-infra | 21:15 | |
*** nati_ueno has joined #openstack-infra | 21:26 | |
*** nati_ueno has quit IRC | 21:41 | |
*** nati_ueno has joined #openstack-infra | 21:41 | |
*** nati_ueno_2 has joined #openstack-infra | 21:45 | |
*** nati_ueno has quit IRC | 21:46 | |
*** flaper87 is now known as flaper87|afk | 21:48 | |
*** dizquierdo has quit IRC | 21:53 | |
*** lifeless_ has joined #openstack-infra | 22:02 | |
*** swifterdarrell_ has joined #openstack-infra | 22:05 | |
*** markmcclain has quit IRC | 22:07 | |
*** jcooley has quit IRC | 22:07 | |
*** lifeless has quit IRC | 22:07 | |
*** swifterdarrell has quit IRC | 22:07 | |
*** dragondm has quit IRC | 22:07 | |
*** jeremyb has quit IRC | 22:07 | |
*** paul-- has quit IRC | 22:07 | |
*** erfanian has quit IRC | 22:07 | |
*** rockstar has quit IRC | 22:07 | |
*** mtreinish has quit IRC | 22:07 | |
*** zaro has quit IRC | 22:07 | |
*** chmouel has quit IRC | 22:07 | |
*** marun has quit IRC | 22:07 | |
*** SpamapS has quit IRC | 22:07 | |
*** roaet has quit IRC | 22:07 | |
*** saper has quit IRC | 22:07 | |
*** carlp has quit IRC | 22:07 | |
*** EntropyWorks has quit IRC | 22:07 | |
*** jesusaurus has quit IRC | 22:07 | |
*** danger_fo_away has quit IRC | 22:07 | |
*** rainya has quit IRC | 22:07 | |
*** nati_ueno_2 has quit IRC | 22:07 | |
*** zehicle has quit IRC | 22:07 | |
*** adalbas has quit IRC | 22:07 | |
*** dkranz has quit IRC | 22:07 | |
*** HenryG has quit IRC | 22:07 | |
*** soren has quit IRC | 22:07 | |
*** dklyle has quit IRC | 22:07 | |
*** ianw has quit IRC | 22:07 | |
*** LinuxJedi has quit IRC | 22:07 | |
*** locke105 has quit IRC | 22:07 | |
*** koolhead17 has quit IRC | 22:07 | |
*** pleia2 has quit IRC | 22:07 | |
*** sdague has quit IRC | 22:07 | |
*** saschpe_ has quit IRC | 22:07 | |
*** niska has quit IRC | 22:07 | |
*** briancline has quit IRC | 22:07 | |
*** samalba has quit IRC | 22:07 | |
*** swifterdarrell_ is now known as swifterdarrell | 22:07 | |
*** cthulhup has joined #openstack-infra | 22:07 | |
*** cthulhup has quit IRC | 22:09 | |
*** markmcclain has joined #openstack-infra | 22:11 | |
*** paul-- has joined #openstack-infra | 22:12 | |
*** jcooley has joined #openstack-infra | 22:18 | |
*** jeremyb_ has joined #openstack-infra | 22:18 | |
*** erfanian has joined #openstack-infra | 22:18 | |
*** rockstar has joined #openstack-infra | 22:18 | |
*** mtreinish has joined #openstack-infra | 22:18 | |
*** zaro has joined #openstack-infra | 22:18 | |
*** chmouel has joined #openstack-infra | 22:18 | |
*** sdague has joined #openstack-infra | 22:18 | |
*** saschpe_ has joined #openstack-infra | 22:18 | |
*** niska has joined #openstack-infra | 22:18 | |
*** briancline has joined #openstack-infra | 22:18 | |
*** samalba has joined #openstack-infra | 22:18 | |
*** nati_ueno_2 has joined #openstack-infra | 22:19 | |
*** zehicle has joined #openstack-infra | 22:19 | |
*** adalbas has joined #openstack-infra | 22:19 | |
*** dkranz has joined #openstack-infra | 22:19 | |
*** HenryG has joined #openstack-infra | 22:19 | |
*** soren has joined #openstack-infra | 22:19 | |
*** dklyle has joined #openstack-infra | 22:19 | |
*** ianw has joined #openstack-infra | 22:19 | |
*** LinuxJedi has joined #openstack-infra | 22:19 | |
*** locke105 has joined #openstack-infra | 22:19 | |
*** koolhead17 has joined #openstack-infra | 22:19 | |
*** pleia2 has joined #openstack-infra | 22:19 | |
*** dragondm has joined #openstack-infra | 22:19 | |
*** marun has joined #openstack-infra | 22:19 | |
*** SpamapS has joined #openstack-infra | 22:19 | |
*** roaet has joined #openstack-infra | 22:19 | |
*** saper has joined #openstack-infra | 22:19 | |
*** carlp has joined #openstack-infra | 22:19 | |
*** EntropyWorks has joined #openstack-infra | 22:19 | |
*** jesusaurus has joined #openstack-infra | 22:19 | |
*** danger_fo_away has joined #openstack-infra | 22:19 | |
*** rainya has joined #openstack-infra | 22:19 | |
*** jhesketh_ has joined #openstack-infra | 22:26 | |
*** lifeless_ is now known as lifeless | 22:34 | |
*** dims has joined #openstack-infra | 22:45 | |
*** cthulhup has joined #openstack-infra | 22:45 | |
*** jhesketh_ has quit IRC | 22:51 | |
*** jhesketh_ has joined #openstack-infra | 22:53 | |
*** cthulhup has quit IRC | 22:59 | |
*** sarob has joined #openstack-infra | 23:03 | |
*** sarob has quit IRC | 23:07 | |
*** CaptTofu has quit IRC | 23:46 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!