jenkins-bot has submitted this change and it was merged.

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(-)

Approvals:
  Hashar: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: I6ec3a0b9a760750a7d5d2f7f8762b6fb0cc58c0c
Gerrit-PatchSet: 1
Gerrit-Project: integration/jenkins-job-builder-config
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to