Hi James-

Initially Zuul used to work as intended. 

But in my CI setup, certain options like, 'footer-message', 
'merge-failure-message' etc..are not supported though they are mentioned in the 
ZUUL documentation.
Also, I haven't found zuul-merger in /usr/local/bin/ .

So i have updated ZUUL code base existing in /opt to the latest code base from 
git.openstack.org. 

I have install Zuul with 'python setup.py install'

When I recofigured Zuul with layout.xml, I found the issue that, though 
openstack-dev/sandbox is present in projects its not recognised. 

When I printed the self.layout.projects variable from zuul/scheduler.py, I see 
blank {}.

With this new version, does layout.yaml and zuul.conf formats changed?

-
Trinath




________________________________________
From: Jerry Zhao <xyzje...@gmail.com>
Sent: Wednesday, May 21, 2014 9:42 PM
To: James E. Blair
Cc: Somanchi Trinath-B39208; openstack-infra
Subject: Re: [OpenStack-Infra] Zuul unable to parse projects

According to my own experience, also check if there are any zombie Zuul 
processes. If there are, restart won't take effect. Kill them manually first.



> On May 21, 2014, at 6:58 AM, jebl...@openstack.org (James E. Blair) wrote:
>
> "trinath.soman...@freescale.com" <trinath.soman...@freescale.com> writes:
>
>> Hi-
>>
>>
>> With Zuul version, 2.0.0.155, I'm facing a problem with layout.yaml
>>
>>
>> The projects section is as follows in layout.yaml.
>>
>> projects:
>>  - name: openstack-dev/sandbox
>>    check:
>>      - TEST-SANDBOX
>>
>> but when the gerrit event arrives, zuul log shows the following warning.
>>
>> 2014-05-21 17:31:34,566 WARNING zuul.Scheduler: Project 
>> openstack-dev/sandbox not found?
>
> I don't see anything wrong with that.  Are you sure that Zuul was
> restarted after changing the config file?  It only reloads the config
> file after changes if it's told to (either with a signal or by
> restarting).
>
> If it still doesn't work, would you attach the full layout.yaml as well
> as the debug output from starting it beginning with "Configured Pipeline
> Manager check".
>
> -Jim
>
> _______________________________________________
> OpenStack-Infra mailing list
> OpenStack-Infra@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra
_______________________________________________
OpenStack-Infra mailing list
OpenStack-Infra@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra

Reply via email to