Krinkle has uploaded a new change for review. https://gerrit.wikimedia.org/r/57699
Change subject: ExtraSettings: Remove settings for testswarm/qunit. ...................................................................... ExtraSettings: Remove settings for testswarm/qunit. The TestSwarm ones are obsolete, and the QUnit settings are already enforced from the qunit build. Change-Id: If26a9c93c9f530058c1cde784c81cffd4fbfbcae --- M jobs/_shared/ExtraSettings.php 1 file changed, 0 insertions(+), 4 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/integration/jenkins refs/changes/99/57699/1 diff --git a/jobs/_shared/ExtraSettings.php b/jobs/_shared/ExtraSettings.php index f9030a2..702470c 100644 --- a/jobs/_shared/ExtraSettings.php +++ b/jobs/_shared/ExtraSettings.php @@ -1,9 +1,5 @@ <?php -$wgEnableJavaScriptTest = true; -$wgJavaScriptTestConfig['qunit']['testswarm-injectjs'] = '//integration.mediawiki.org/testswarm/js/inject.js' ; - $wgDevelopmentWarnings = true; # bug 38882 -# Full stack traces $wgShowExceptionDetails = true; # bug 43059 -- To view, visit https://gerrit.wikimedia.org/r/57699 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If26a9c93c9f530058c1cde784c81cffd4fbfbcae Gerrit-PatchSet: 1 Gerrit-Project: integration/jenkins Gerrit-Branch: master Gerrit-Owner: Krinkle <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
