jenkins-bot has submitted this change and it was merged. Change subject: [SemanticImageInput] Add npm + ext dependency ......................................................................
[SemanticImageInput] Add npm + ext dependency Move jsonlint to check: for non-whitelisted users and add jshint to check. Add dependency on SemanticMediaWiki. 21:34:16 <b>Error:</b> You need to have <a href="http://semantic-mediawiki.org/wiki/Semantic_MediaWiki">Semantic MediaWiki</a> installed in order to use Semantic Image Input.<br />Recording test results npm entry point is added by: https://gerrit.wikimedia.org/r/#/c/280759/ Change-Id: Ifcbf5017f929f89fc8c197efa6f9f8dd5b3d881e --- M zuul/layout.yaml M zuul/parameter_functions.py 2 files changed, 5 insertions(+), 1 deletion(-) Approvals: Hashar: Looks good to me, approved jenkins-bot: Verified diff --git a/zuul/layout.yaml b/zuul/layout.yaml index f9f9264..033e0be 100644 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -7635,8 +7635,11 @@ - name: mediawiki/extensions/SemanticImageInput template: - - name: jsonlint - name: mw-checks-test + - name: npm + check: + - jsonlint + - jshint - name: mediawiki/extensions/SemanticInternalObjects template: diff --git a/zuul/parameter_functions.py b/zuul/parameter_functions.py index 7f6e472..0b3deb8 100644 --- a/zuul/parameter_functions.py +++ b/zuul/parameter_functions.py @@ -154,6 +154,7 @@ 'RevisionSlider': ['BetaFeatures'], 'Score': ['VisualEditor'], 'SemanticFormsInputs': ['SemanticForms'], + 'SemanticImageInput': ['SemanticMediaWiki'], 'SemanticSifter': ['SemanticMediaWiki'], 'SimpleSurvey': ['PrefSwitch'], 'SolrStore': ['SemanticMediaWiki'], -- To view, visit https://gerrit.wikimedia.org/r/280764 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ifcbf5017f929f89fc8c197efa6f9f8dd5b3d881e Gerrit-PatchSet: 3 Gerrit-Project: integration/config Gerrit-Branch: master Gerrit-Owner: Paladox <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: JanZerebecki <[email protected]> Gerrit-Reviewer: Legoktm <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
