Krinkle has uploaded a new change for review. https://gerrit.wikimedia.org/r/194813
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(-) git pull ssh://gerrit.wikimedia.org:29418/oojs/core refs/changes/13/194813/1 diff --git a/jsduck.json b/jsduck.json index d982543..e9f1cfe 100644 --- a/jsduck.json +++ b/jsduck.json @@ -2,6 +2,7 @@ "--title": "OOjs - Documentation", "--output": "docs", "--categories": "./jsduck.categories.json", + "--processes": "0", "--warnings-exit-nonzero": true, "--builtin-classes": true, "--": [ -- To view, visit https://gerrit.wikimedia.org/r/194813 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic3083e39c22c9f545e3f7f1ebd9356fb23d08ad1 Gerrit-PatchSet: 1 Gerrit-Project: oojs/core Gerrit-Branch: master Gerrit-Owner: Krinkle <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
