https://bugzilla.wikimedia.org/show_bug.cgi?id=70597
Bryan Davis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Highest |Normal Status|RESOLVED |REOPENED Resolution|FIXED |--- Assignee|[email protected]. |[email protected] |org | --- Comment #6 from Bryan Davis <[email protected]> --- This happened again today. It seems like it always involves the database update job. Maybe related to https://issues.jenkins-ci.org/browse/JENKINS-10944. Apparently the parent build for a matrix job is not supposed to occupy an executor, but sometimes it does. Seems to be an open bug still upstream. I have manually changed the config for the beta-update-databases-eqiad job in Jenkins to use the "Throttle Concurrent Builds" in an attempt to keep Jenkins from confusing itself. If this "works" then the changes should be backported into the JJB configuration to keep it from coming back the next time the job is updated from config. * Maximum Total Concurrent Builds: 2 * Maximum Concurrent Builds Per Node: 2 * Throttle Matrix master builds: true * Throttle Matrix configuration builds: true (reopening to keep this on my radar for a few days) -- 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
