https://bugzilla.wikimedia.org/show_bug.cgi?id=63758

            Bug ID: 63758
           Summary: Jobs created via JJB are not properly registered in
                    Zuul Gearman server
           Product: Wikimedia
           Version: wmf-deployment
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Continuous integration
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]
       Web browser: ---
   Mobile Platform: ---

When creating new jobs using Jenkins Job Builder, the job ends up not being
registered in the Zuul Gearman Server.  That causes jobs to never be find and
report an error such as:


https://integration.wikimedia.org/ci/job/mwext-TextExtracts-jslint/None/console
: LOST

In Zuul /var/log/zuul/debug.log we have:

 2014-04-10 07:41:38,332 DEBUG zuul.Gearman: Function
build:mwext-TextExtracts-jslint is not registered


Querying the Gearman server:

 $ echo status|nc -q 3 localhost 4730|grep  TextExtracts
 $


The Jenkins debug log does not show any event related to TextExtracts.  It
seems the Gearman plugin does not trigger jobs registration when jobs are
created via Jenkins REST API.


Workaround: use the web GUI to save any job and that triggers the registration
of any missing jobs.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to