*** jamesmcarthur has joined #zuul | 00:58 | |
*** jamesmcarthur has quit IRC | 01:07 | |
*** rlandy|bbl is now known as rlandy | 01:58 | |
*** bhavikdbavishi has joined #zuul | 02:03 | |
*** gouthamr has quit IRC | 02:10 | |
*** jhesketh has joined #zuul | 02:12 | |
*** gouthamr has joined #zuul | 02:12 | |
*** bhavikdbavishi has quit IRC | 02:25 | |
*** raukadah is now known as chandankumar | 02:27 | |
tristanC | jhesketh: hey, so, do you mind if i s/executor.AnsibleJob/executor.AnsibleJobThreaded/ and s/common.AnsibleBaseJob/common.AnsibleJob/ | 02:35 |
---|---|---|
jhesketh | tristanC: I think the main feature that executor.AnsibleJob does (other than being threaded), is that it handles the gearman side of the job.. So maybe executor.AnsibleJobGearman? | 02:45 |
jhesketh | happy for the common rename to be AnsibleJob | 02:45 |
tristanC | alright, good suggestion, i'll do that instead then | 02:51 |
*** bhavikdbavishi has joined #zuul | 02:56 | |
*** bhavikdbavishi1 has joined #zuul | 02:57 | |
*** bhavikdbavishi has quit IRC | 03:01 | |
*** bhavikdbavishi1 is now known as bhavikdbavishi | 03:01 | |
openstackgerrit | Tristan Cacqueray proposed openstack-infra/zuul master: Separate out executor server from runner https://review.openstack.org/607079 | 03:04 |
openstackgerrit | Tristan Cacqueray proposed openstack-infra/zuul master: runner: implement prep-workspace https://review.openstack.org/607082 | 03:04 |
openstackgerrit | Tristan Cacqueray proposed openstack-infra/zuul master: runner: add configuration schema https://review.openstack.org/640672 | 03:04 |
openstackgerrit | Tristan Cacqueray proposed openstack-infra/zuul master: runner: add execute sub-command https://review.openstack.org/630944 | 03:04 |
openstackgerrit | Tristan Cacqueray proposed openstack-infra/zuul master: zuul-runner: add command line interface https://review.openstack.org/644770 | 03:04 |
tristanC | jhesketh: also, corvus asked for more documentation (or even a spec) earlier today... If you are inspired, please let me know what should be added | 03:07 |
jhesketh | tristanC: I think we should start with documentation because that should happen regardless, then we can see if we need a spec | 03:08 |
jhesketh | tristanC: I'm happy to have a go at it if you'd like. Let me know when you're done touching the patches so I don't step on your toes and I'll go over the stack for docs and review etc | 03:08 |
tristanC | jhesketh: unless there are CI issue, i'm done with the stack for today. I wrote some dev doc in https://review.openstack.org/607079 and user doc in https://review.openstack.org/644770 | 03:10 |
jhesketh | Cool :-) | 03:12 |
tristanC | oops, forgot one rename in test_executor, pushing a new stack shortly... | 03:34 |
openstackgerrit | Tristan Cacqueray proposed openstack-infra/zuul master: Separate out executor server from runner https://review.openstack.org/607079 | 03:41 |
openstackgerrit | Tristan Cacqueray proposed openstack-infra/zuul master: runner: implement prep-workspace https://review.openstack.org/607082 | 03:41 |
openstackgerrit | Tristan Cacqueray proposed openstack-infra/zuul master: runner: add configuration schema https://review.openstack.org/640672 | 03:41 |
openstackgerrit | Tristan Cacqueray proposed openstack-infra/zuul master: runner: add execute sub-command https://review.openstack.org/630944 | 03:41 |
openstackgerrit | Tristan Cacqueray proposed openstack-infra/zuul master: zuul-runner: add command line interface https://review.openstack.org/644770 | 03:41 |
*** swest has joined #zuul | 06:07 | |
*** swest has quit IRC | 06:11 | |
*** swest has joined #zuul | 06:11 | |
*** quiquell|off is now known as quiquell | 06:56 | |
*** AJaeger has quit IRC | 07:02 | |
*** AJaeger has joined #zuul | 07:05 | |
*** chandankumar has quit IRC | 07:06 | |
*** chandankumar has joined #zuul | 07:08 | |
*** pcaruana has joined #zuul | 07:20 | |
*** hashar has joined #zuul | 07:31 | |
*** gtema has joined #zuul | 08:15 | |
*** themroc has joined #zuul | 08:26 | |
*** jpena|off is now known as jpena | 08:39 | |
*** sshnaidm|bbl is now known as sshnaidm|rover | 08:40 | |
*** snapiri has quit IRC | 09:10 | |
*** snapiri has joined #zuul | 09:18 | |
*** shachar has joined #zuul | 09:21 | |
*** snapiri has quit IRC | 09:22 | |
openstackgerrit | Stephen Finucane proposed openstack-infra/zuul master: Fix typos https://review.openstack.org/648368 | 10:32 |
*** bhavikdbavishi has quit IRC | 10:39 | |
*** lennyb has quit IRC | 11:12 | |
*** lennyb has joined #zuul | 11:13 | |
*** bhavikdbavishi has joined #zuul | 11:33 | |
*** jpena is now known as jpena|lunch | 11:56 | |
*** hashar has quit IRC | 12:18 | |
*** hashar has joined #zuul | 12:27 | |
*** electrofelix has joined #zuul | 12:30 | |
*** rlandy has joined #zuul | 12:36 | |
*** [GNU] has joined #zuul | 12:40 | |
*** jamesmcarthur has joined #zuul | 12:45 | |
[GNU] | hey all, I reconfigured the github app which is talking to zuul from private to public, now each webhook POST is answered with a 401. is there anything to reconfigure on zuul side? | 12:49 |
pabelanger | same zuul? should be some info in the debug logs | 12:54 |
[GNU] | ja, same zuul | 12:54 |
pabelanger | maybe check that your app_id / app_key / webhook_token are still the same for web app | 12:55 |
[GNU] | ja.... app_id is the same, webhook token is not shown by github | 12:55 |
[GNU] | which debog log you think about scheduler? | 12:55 |
pabelanger | zuul-web debug should have some info | 12:56 |
[GNU] | hmm.. I need to enable that first ... | 12:58 |
[GNU] | the githubwebcontroller says payload signature is different from request signature | 13:03 |
[GNU] | pabelanger ^ | 13:03 |
pabelanger | [GNU]: sounds like webhook_token / app_key may have changed too. Might be worth it to resync everything again | 13:04 |
[GNU] | ja | 13:06 |
[GNU] | indeed, the webhook_token has changed | 13:09 |
*** jpena|lunch is now known as jpena | 13:16 | |
*** jhesketh has quit IRC | 13:18 | |
*** quiquell is now known as quiquell|lunch | 13:23 | |
*** electrofelix has quit IRC | 13:26 | |
*** electrofelix has joined #zuul | 13:26 | |
*** electrofelix has quit IRC | 13:32 | |
openstackgerrit | Stephen Finucane proposed openstack-infra/zuul master: web: Add '/' API route https://review.openstack.org/648399 | 13:44 |
*** jamesmcarthur has quit IRC | 13:52 | |
*** quiquell|lunch is now known as quiquell | 13:57 | |
*** themroc has quit IRC | 13:58 | |
*** themroc has joined #zuul | 14:05 | |
openstackgerrit | David Moreau Simard proposed openstack-infra/zuul-jobs master: Add a job that runs the upload-git-mirror role https://review.openstack.org/648230 | 14:14 |
*** jamesmcarthur has joined #zuul | 14:27 | |
openstackgerrit | David Moreau Simard proposed openstack-infra/zuul-jobs master: Add a job that runs the upload-git-mirror role https://review.openstack.org/648230 | 14:39 |
openstackgerrit | David Moreau Simard proposed openstack-infra/zuul-jobs master: Fix typo in upload-git-mirror README https://review.openstack.org/648423 | 14:39 |
*** hashar has quit IRC | 14:56 | |
openstackgerrit | David Shrewsbury proposed openstack-infra/nodepool master: Use yaml.safe_load instead of load https://review.openstack.org/648436 | 15:17 |
*** jhesketh has joined #zuul | 15:28 | |
*** jhesketh has quit IRC | 15:34 | |
*** quiquell is now known as quiquell|off | 15:37 | |
*** swest has quit IRC | 15:47 | |
dmsimard | corvus: If we can land the upload-git-mirror role and job, I'll be able to test it with https://review.openstack.org/#/c/648445/ | 15:49 |
dmsimard | if tests are conclusive I'll send an email out to tell people about it | 15:52 |
corvus | dmsimard: all lgtm | 15:54 |
*** themroc has quit IRC | 16:06 | |
*** chandankumar is now known as raukadah | 16:13 | |
*** smcginnis is now known as smcginnis_pto | 16:48 | |
*** jamesmcarthur_ has joined #zuul | 17:17 | |
*** jamesmcarthur has quit IRC | 17:21 | |
*** gtema has quit IRC | 17:47 | |
*** jpena is now known as jpena|off | 18:08 | |
*** quiquell|off is now known as quiquell | 18:28 | |
openstackgerrit | Merged openstack-infra/zuul-jobs master: stage-output: fix the archiving of all files https://review.openstack.org/645239 | 18:29 |
*** quiquell is now known as quiquell|off | 18:30 | |
*** jamesmcarthur_ has quit IRC | 18:47 | |
*** sshnaidm|rover is now known as sshnaidm|off | 19:40 | |
*** jamesmcarthur has joined #zuul | 19:51 | |
*** bhavikdbavishi has quit IRC | 19:55 | |
corvus | pabelanger, tobiash: i forgot to add the gerritbot config for the zuul/project-config repo. but i pushed up this change to add some pipelines to the new zuul tenant: https://review.openstack.org/648523 | 20:04 |
pabelanger | awesome! +2 | 20:05 |
*** pcaruana has quit IRC | 20:08 | |
AJaeger | corvus: 648523 looks fine - do we need to force merge it? It has no jobs and I guess is not self-testing? | 20:10 |
corvus | yep, will do now | 20:11 |
corvus | AJaeger, pabelanger: and one more https://review.openstack.org/648526 (oops, should be the last) | 20:14 |
AJaeger | oops, should have caught in review ;( | 20:15 |
corvus | well, zuul normally handles that for us :) | 20:15 |
AJaeger | next time ;) | 20:16 |
pabelanger | ++ | 20:18 |
tobiash | Cool, we have a zuul tenant now? | 20:19 |
corvus | yep, we can manage our own pipelines :) | 20:22 |
corvus | we'll need to rework some of the publication jobs, so it'll be a little bit before we can move all the projects over | 20:22 |
corvus | i'll re-do the docs jobs based on the opendev ones (which use promote) | 20:23 |
*** openstackgerrit has quit IRC | 21:07 | |
corvus | zuul is reconfiguring to move zuul-sphinx from the openstack to the zuul tenant | 21:11 |
*** openstackgerrit has joined #zuul | 21:43 | |
openstackgerrit | Merged openstack-infra/zuul master: Forward artifacts to child jobs within buildset https://review.openstack.org/642857 | 21:43 |
openstackgerrit | Merged openstack-infra/zuul master: Perform per repo locking on the executor https://review.openstack.org/635495 | 21:43 |
openstackgerrit | Merged openstack-infra/zuul master: Parallelize update threads https://review.openstack.org/635496 | 21:45 |
openstackgerrit | James E. Blair proposed zuul/project-config master: Add branch docs jobs https://review.openstack.org/648550 | 22:11 |
openstackgerrit | James E. Blair proposed zuul/project-config master: Add branch docs jobs https://review.openstack.org/648550 | 22:11 |
*** jamesmcarthur has quit IRC | 22:57 | |
*** jamesmcarthur has joined #zuul | 23:14 | |
*** jamesmcarthur has quit IRC | 23:42 | |
*** jamesmcarthur has joined #zuul | 23:43 | |
*** jamesmcarthur has quit IRC | 23:48 | |
*** jhesketh has joined #zuul | 23:58 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!