[MediaWiki-commits] [Gerrit] jsduck: Set --processes=0 to fix warnings-exit-nonzero - change (unicodejs)
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
Gerrit-Reviewer: Jforrester
Gerrit-Reviewer: Krinkle
Gerrit-Reviewer: jenkins-bot <>
___
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] jsduck: Set --processes=0 to fix warnings-exit-nonzero - change (unicodejs)
Krinkle has uploaded a new change for review.
https://gerrit.wikimedia.org/r/194812
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/unicodejs refs/changes/12/194812/1
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: newchange
Gerrit-Change-Id: Ic3083e39c22c9f545e3f7f1ebd9356fb23d08ad1
Gerrit-PatchSet: 1
Gerrit-Project: unicodejs
Gerrit-Branch: master
Gerrit-Owner: Krinkle
___
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
