Last modified: 2012-12-10 15:07:46 UTC
The Ext- jobs need a post build action to report the PHPUnit test result. Ext-TranslationNotifications is the only one that have it for now.
That has been fixed when switching to Jenkins Job Builder: - job-template: name: '{name}-{ext-name}-testextensions' ... publishers: - junit: results: 'junit*.xml' Change was https://gerrit.wikimedia.org/r/#/c/35372/ "bring in support for MediaWiki extensions"