jenkins-bot has submitted this change and it was merged.
Change subject: mw regression jobs now use shell script
......................................................................
mw regression jobs now use shell script
This migrate the MediaWiki core regression jobs to use the shell script
file mw-run-phpunit.sh. Since it logs the junit output to a different
filename, use the phpunit-junit-2 macro which match it.
Also apply the archive-log-dir to keep a copy of LocalSettings.php,
junit XML files and the debug logs.
Jobs updated:
mediawiki-core-code-coverage
mediawiki-core-regression-REL1_19
mediawiki-core-regression-REL1_20
mediawiki-core-regression-REL1_21
mediawiki-core-regression-master
Change-Id: I72eac56623add6db5dd07304694dd93124a21779
---
M mediawiki.yaml
1 file changed, 5 insertions(+), 4 deletions(-)
Approvals:
Hashar: Looks good to me, approved
jenkins-bot: Verified
diff --git a/mediawiki.yaml b/mediawiki.yaml
index f1ad6b7..b3a210a 100644
--- a/mediawiki.yaml
+++ b/mediawiki.yaml
@@ -160,11 +160,12 @@
- zuul
builders:
- - ant:
- targets: 'phpunit-all'
- buildfile: '/var/lib/jenkins/jobs/_shared/build.xml'
+ - mw-install-sqlite
+ - mw-apply-settings
+ - shell: "/srv/slave-scripts/bin/mw-run-phpunit.sh"
publishers:
- - phpunit-junit
+ - phpunit-junit-2
+ - archive-log-dir
- job:
name: 'mediawiki-core-code-coverage'
--
To view, visit https://gerrit.wikimedia.org/r/90343
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I72eac56623add6db5dd07304694dd93124a21779
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