jenkins-bot has submitted this change and it was merged. Change subject: jsduck: Set --processes=0 to fix warnings-exit-nonzero ......................................................................
jsduck: Set --processes=0 to fix warnings-exit-nonzero Workaround for https://github.com/senchalabs/jsduck/issues/525. This was previously overridden by Jenkins, but the repo is now expected to have its own configuration. There was some confusion about it applying to Ruby 1.8 / Ubuntu Precise only, but even on Trusty / Ruby 1.9 the multi-process is unstable. Change-Id: Ic3083e39c22c9f545e3f7f1ebd9356fb23d08ad1 --- M jsduck.json 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Jforrester: Looks good to me, approved jenkins-bot: Verified diff --git a/jsduck.json b/jsduck.json index 346a299..3308f9f 100644 --- a/jsduck.json +++ b/jsduck.json @@ -1,6 +1,7 @@ { "--title": "UnicodeJS - Documentation", "--output": "docs", + "--processes": "0", "--warnings-exit-nonzero": true, "--builtin-classes": true, "--": [ -- To view, visit https://gerrit.wikimedia.org/r/194812 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic3083e39c22c9f545e3f7f1ebd9356fb23d08ad1 Gerrit-PatchSet: 1 Gerrit-Project: unicodejs Gerrit-Branch: master Gerrit-Owner: Krinkle <[email protected]> Gerrit-Reviewer: Jforrester <[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
