*** dkranz_ has quit IRC | 02:23 | |
*** xinliang has joined #zuul | 05:47 | |
*** xinliang has quit IRC | 05:47 | |
*** xinliang has joined #zuul | 05:47 | |
*** yolanda has joined #zuul | 07:20 | |
*** amoralej|off is now known as amoralej | 07:40 | |
*** bhavik1 has joined #zuul | 08:39 | |
*** smyers has quit IRC | 09:05 | |
*** smyers has joined #zuul | 09:16 | |
*** bhavik1 has quit IRC | 09:21 | |
*** lennyb has quit IRC | 09:25 | |
*** lennyb has joined #zuul | 10:37 | |
*** jkilpatr has quit IRC | 10:49 | |
*** jkilpatr has joined #zuul | 11:07 | |
*** dkranz_ has joined #zuul | 12:26 | |
*** amoralej is now known as amoralej|lunch | 13:04 | |
*** amoralej|lunch is now known as amoralej | 13:47 | |
mordred | mnaser: I saw your tweet - are you using softwarefactory internally only? or also for customers? I'm excited you're using that- and also because the SF folks have already been adding zuulv3 support so you should be in a good position to upgrade when that's ready | 14:54 |
---|---|---|
mnaser | mordred: it's for our internal tools for things like our puppet composition layer tests, customer facing web portals and what not .. and i believe zuulv3 is coming soon in the upcoming release of SF so I wanted to get on that asap | 14:55 |
mnaser | we're using zuul launcher and disabled jenkins in SF so we're nicely prepared for that to come up | 14:55 |
mordred | mnaser: woot! | 15:23 |
mordred | mnaser: I'll be interested to work with you and the SF on the migration tool - we'll be writing one for job content for OpenStack, but obviously we only have the one install so I don't expect the first version of the migration tool will be perfect for other people | 15:24 |
mordred | speaking of ... | 15:24 |
mordred | jeblair: ^^ I think I might actually spend a few minutes poking at that this afternoon ... largely because I'm starting to lose track in my head of which old jobs are mapping to which new jobs so I'd lke to have a *somewhere* we can write that down as we make new jobs | 15:25 |
mordred | jeblair: I was also thinking that an input file containing a list of regex/job-name mappings might be useful - so that we can have a file with "{'name': | 15:26 |
mordred | gah | 15:26 |
mordred | [{'old': 'gate-.*-python27', 'new': 'tox-py27'}] (in yaml of course) - that will handle the easy/direct cases - and can be a file that's easy to update as we add content | 15:28 |
openstackgerrit | Merged openstack-infra/zuul-jobs master: Set success-url for tox-docs job https://review.openstack.org/491132 | 15:30 |
openstackgerrit | Merged openstack-infra/zuul-jobs master: Use zuul.executor.work_root for add-build-sshkey https://review.openstack.org/490969 | 15:30 |
openstackgerrit | Merged openstack-infra/zuul-jobs master: Remove configure-mirrors from unittests/pre https://review.openstack.org/490977 | 15:30 |
jeblair | mordred: sounds good... do you want to maybe stick the code+data in zuul? or in project-config for now and move it to zuul when it's done...? | 15:31 |
jeblair | i'm going to start work on the require-a-base-job thing, but will continue to pitch in on job-related stuff | 15:32 |
clarkb | that should map well to the way we template job names | 15:33 |
clarkb | I think it can capture all the cases as a result (thought might be tedious to write them all out) | 15:34 |
jeblair | yeah, and we can run it against the current config and see what we have left over | 15:35 |
mordred | ++ | 15:44 |
mordred | exactly | 15:44 |
mordred | like, we can even start running a job on project-config, zuul and zuul-jobs changes so we can track progress on it | 15:45 |
mordred | jeblair: yah - I was thinking maybe just in project-config for now - eventually code in zuul and data in project-config | 15:45 |
jeblair | mordred: cool | 15:46 |
mordred | jeblair: or maybe just setting up a multi-repo test job from the start, putting the code in zuul and data in project-config will be easier than trying to add unittest/validation to project-config itself.... I dunno, I'll take the first stab, see how bad it is, then circle back :) | 15:46 |
mordred | jeblair: thinking about it over the weekend - I think translating the job filters into pipeline variants is going to be fun | 15:47 |
mordred | jeblair: also - I should probably already know the answer to this - but do we still have project-templates in v3? | 15:48 |
jeblair | mordred: yes, they're still basically the same (except they don't do any name substitution) | 15:56 |
jeblair | mordred: they behave exactly as another project-pipeline def (it's actually the same code -- 'project' and 'project-template' share an implementation) | 15:57 |
*** _ari_ is now known as _ari_|lunch | 16:39 | |
*** amoralej is now known as amoralej|off | 17:46 | |
openstackgerrit | Matthew Treinish proposed openstack-infra/zuul-jobs master: Add fetch-stestr-output role https://review.openstack.org/491559 | 17:56 |
*** _ari_|lunch is now known as _ari_ | 17:56 | |
jlk | o/ | 18:21 |
jlk | What's new in zuul land? any high priorities? Bugs? | 18:38 |
* tobiash didn't have time today for rebasing his deployment | 18:42 | |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul feature/zuulv3: Allow and document use of the uri module from localhost https://review.openstack.org/490215 | 18:43 |
mordred | jlk: that could use a review ^^ (and tobiash, I went ahead and fixed the typo there you saw) | 18:43 |
tobiash | but yay, I had the first working job today with nodepool and zuul on openshift :) | 18:43 |
openstackgerrit | Merged openstack-infra/zuul feature/zuulv3: Docs: enable show_related https://review.openstack.org/491097 | 18:55 |
openstackgerrit | Merged openstack-infra/zuul feature/zuulv3: Docs: add very simple architecture diagram https://review.openstack.org/491100 | 18:57 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul feature/zuulv3: Prevent execution of locally overridden core modules https://review.openstack.org/490216 | 18:58 |
mordred | jlk: also that ^^ if it passes tests | 18:58 |
jlk | alrighty | 19:10 |
openstackgerrit | Merged openstack-infra/zuul feature/zuulv3: Allow and document use of the uri module from localhost https://review.openstack.org/490215 | 19:12 |
mordred | \o/ | 19:27 |
openstackgerrit | Merged openstack-infra/zuul feature/zuulv3: Don't request empty nodesets https://review.openstack.org/487243 | 19:36 |
openstackgerrit | Merged openstack-infra/zuul-jobs master: Log file stats for tox tarball / wheels https://review.openstack.org/490045 | 19:46 |
pabelanger | Yay | 19:56 |
pabelanger | http://tarballs.openstack.org/sandbox/ | 19:56 |
jeblair | pabelanger: ++ | 19:57 |
pabelanger | I'll clean up https://review.openstack.org/#/c/491093/ in a few moment | 19:58 |
openstackgerrit | Matthew Treinish proposed openstack-infra/zuul-jobs master: Add fetch-stestr-output role https://review.openstack.org/491559 | 20:28 |
*** jkilpatr has quit IRC | 20:43 | |
pabelanger | jeblair: I'd like to enable --keep-jobs to try and debug why rsync is not validating the ssh host key properly for https://review.openstack.org/489689 | 20:47 |
jeblair | pabelanger: i think we made it a runtime option so you can run 'zuul-launcher keep' | 20:50 |
pabelanger | jeblair: great | 20:51 |
pabelanger | thanks | 20:51 |
*** jkilpatr has joined #zuul | 21:01 | |
pabelanger | okay stopped | 21:19 |
pabelanger | have no idea why it isn't picking up hostkey | 21:19 |
pabelanger | but leaving it for now | 21:19 |
*** dkranz_ has quit IRC | 21:20 | |
openstackgerrit | James E. Blair proposed openstack-infra/zuul feature/zuulv3: Require a base job https://review.openstack.org/491610 | 21:20 |
jeblair | Shrews, mordred, pabelanger: ^ | 21:21 |
mordred | jeblair: woot | 21:48 |
jeblair | fixing up the tests now and adding a new one | 21:49 |
openstackgerrit | James E. Blair proposed openstack-infra/zuul feature/zuulv3: Require a base job https://review.openstack.org/491610 | 21:52 |
openstackgerrit | James E. Blair proposed openstack-infra/zuul feature/zuulv3: Add zuul-sphinx as a requirement https://review.openstack.org/491129 | 21:56 |
jeblair | mordred, pabelanger, jlk: https://review.openstack.org/491134 is an easy +3 i hope :) | 21:57 |
jeblair | zuul meeting time in #openstack-meeting-alt | 22:01 |
jeblair | mordred, Shrews, jlk: want to have a meeting? | 22:04 |
jlk | oh shoot | 22:16 |
jlk | I missed that alert | 22:16 |
jlk | jeblair: was there a meeting? | 22:18 |
jeblair | jlk: nah we decided to cancel it | 22:19 |
jeblair | i think mordred's traveling | 22:19 |
jlk | okay. | 22:19 |
jlk | speaking of travel, something personal has come up on Sept 10, so I would have to shift my travel a bit to show up on Monday (if IBM approves) and still out on Thursday. | 22:20 |
openstackgerrit | Merged openstack-infra/zuul feature/zuulv3: Add zuul-sphinx as a requirement https://review.openstack.org/491129 | 22:20 |
jeblair | i'd be interested in syncing up with mordred and pabelanger tomorrow on the latest job stuff | 22:20 |
jeblair | jlk: i think being there mon-thurs would still be useful if you can swing it | 22:21 |
jlk | good | 22:21 |
pabelanger | Ya, tarballs.o.o publisher working now. Just need to bikeshed on job design. I'll be moving to pypi / twine publishing tomorrow which is using secrets | 22:25 |
pabelanger | remote: https://review.openstack.org/491093 Create publish-openstack-python(-branch)-tarball jobs | 22:25 |
jlk | oh boy. /me pulls up a comfy chair to read/review 491610 | 22:27 |
jeblair | jlk: it's *much* smaller than it looks | 22:28 |
Shrews | oh, glad it was cancelled. detained by a traffic incident | 22:39 |
mordred | jeblair: yah - plane wifi is REALLY BAD today - however, I've made good progress on migratoin script - shoul dhave something to share soon | 23:04 |
* SpamapS pops head up, sees work shadow and hides back in hole. | 23:11 | |
openstackgerrit | James E. Blair proposed openstack-infra/zuul-sphinx master: Import directives/roles from zuul https://review.openstack.org/491635 | 23:46 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!