Hashar has uploaded a new change for review. https://gerrit.wikimedia.org/r/90342
Change subject: publisher phpunit-junit-2 for mw-apply-settings macro ...................................................................... publisher phpunit-junit-2 for mw-apply-settings macro The slave script mw-apply-settings.sh, introduced by https://gerrit.wikimedia.org/r/#/c/90146/, output log under $WORKSPACE/log/junit-mw-phunit.xml The new publisher macro phpunit-junit-2 looks for that file. Change-Id: I6ec3a0b9a760750a7d5d2f7f8762b6fb0cc58c0c --- M macro.yaml 1 file changed, 9 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/integration/jenkins-job-builder-config refs/changes/42/90342/1 diff --git a/macro.yaml b/macro.yaml index eb483b5..cb4cb9a 100644 --- a/macro.yaml +++ b/macro.yaml @@ -246,6 +246,15 @@ - phpunit: pattern: 'logs/junit.xml' +# Used +- publisher: + name: phpunit-junit-2 + publishers: + - xunit: + types: + - phpunit: + pattern: 'log/junit-mw-phpunit.xml' + # Python pep8 builder - copied from OpenStack project - builder: name: pep8 -- To view, visit https://gerrit.wikimedia.org/r/90342 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6ec3a0b9a760750a7d5d2f7f8762b6fb0cc58c0c Gerrit-PatchSet: 1 Gerrit-Project: integration/jenkins-job-builder-config Gerrit-Branch: master Gerrit-Owner: Hashar <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
