jenkins-bot has submitted this change and it was merged.
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(-)
Approvals:
Krinkle: Looks good to me, approved
jenkins-bot: Verified
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: merged
Gerrit-Change-Id: I138d90df05eca7820cb3b066b476fb822f98b46d
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Krinkle <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: Krinkle <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits