Krinkle has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/181356

Change subject: qunit macro: Invoke grunt without --verbose
......................................................................

qunit macro: Invoke grunt without --verbose

With --verbose there's a lot of output *after* the results of the
(potentially) failed tests. Enough that the test results are often
not in the short view of the Jenkins build console.

The verbose output isn't all that useful anyway (more for debugging
of Grunt than the QUnit tests).

Bug: T63843
Change-Id: I138d90df05eca7820cb3b066b476fb822f98b46d
---
M jjb/macro.yaml
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/56/181356/1

diff --git a/jjb/macro.yaml b/jjb/macro.yaml
index 39bc5dc..916daec 100644
--- a/jjb/macro.yaml
+++ b/jjb/macro.yaml
@@ -374,7 +374,7 @@
         curl --include 
"http://localhost:9412/$TEST_ID/index.php?title=Special:BlankPage"; | head -n42
         curl --include 
"http://localhost:9412/$TEST_ID/load.php?debug=true&modules=startup&only=scripts";
 | head -n42
         # Run QUnit tests via PhantomJS
-        /srv/deployment/integration/slave-scripts/bin/wmfgrunt qunit --verbose 
--qunit-url="http://localhost:9412/$TEST_ID/index.php?title=Special:JavaScriptTest/qunit{querystring}";
+        /srv/deployment/integration/slave-scripts/bin/wmfgrunt qunit 
--qunit-url="http://localhost:9412/$TEST_ID/index.php?title=Special:JavaScriptTest/qunit{querystring}";
 
 - publisher:
     name: qunit-cleanup

-- 
To view, visit https://gerrit.wikimedia.org/r/181356
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I138d90df05eca7820cb3b066b476fb822f98b46d
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Krinkle <[email protected]>

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

Reply via email to