Le 28/02/2014 01:36, Mark Holmquist a écrit :
I don't see the code getting checked out on Gallium, and the jobs are all marked "LOST" with no logs. I'm hopeful that this is an issue related to the repository still being empty, but this may be too-wishful thinking.
A job reported as LOST is always because Zuul could not find the build result in Jenkins. This can be caused by various situations:
- Jenkins died and thus not reporting anything back
- The job is not registered in the Gearman bus (the server is integrated in Zuul and Jenkins is a client of it, Jenkins is supposed to register jobs to Zuul Gearman server)
In this case, the created jobs have not been properly registered. Which is because the job creation via Jenkins Job Builder did not work as expected. Although the job did get created, the Jenkins hook to register the job in Gearman did not trigger :-(