[OpenStack-Infra] [Third-party CI] - Running CI setup failing due to NOT_REGISTERED issue

Mikhail Medvedev mihailmed at gmail.com
Mon Mar 14 14:42:24 UTC 2016


Hi Gigvijay,

On Mon, Mar 14, 2016 at 7:00 AM, Digvijay B Ukirde
<digvijay.ukirde at in.ibm.com> wrote:
> Hi Team,
>
> I am running zuul, zuul merger and Jenkins in one Ubuntu.
> I have configured zuul and zuul merger, Test connection for Jenkins gearman
> plugin also runs successfully.
>
> But whenever patch come, CI is building job dsvm-tempest-full with
> NOT_REGISTERED result at start before it actually get processed by CI.
> So when it actually go through the CI, it gives result with SUCCESS but with
> 1 recheck.

It would be useful if you could paste your zuul pipeline
configuration. It shows up in zuul.log when you restart zuul-server.
NOT_REGISTERED means that there is mismatch between the job zuul wants
to start, and what jenkins registered (if it did) with zuul gearman
server. Check what got registered on gearman server with:

echo status | nc <your_zuul_ip> 4730  # assuming you use standard
port, and gearman is on zuul

Would be helpful if you paste that as well.

>
> Besides when I checked my logs [debug.log] my Gearman is working fine
> DEBUG zuul.Gearman: Function build:dsvm-tempest-full is registered
> while I am getting error of Gerrit
> ERROR zuul.GerritEventConnector: Received unrecognized event type
> 'ref-replicated' from Gerrit. Can not get account information.
>

Ignore that error.

> If you know this issue with solution, can you please help me.
>
>
>
> Thanks,
> Digvijay
>



More information about the OpenStack-Infra mailing list