Hashar has submitted this change and it was merged. Change subject: [LightweightRDFa] Add npm test and composer-test ......................................................................
[LightweightRDFa] Add npm test and composer-test Also move josnlint to check: for non-whitelisted users and add jshint to check: Also add dependance on extension WikiEditor per error at https://integration.wikimedia.org/ci/job/mwext-testextension-php55/6994/console Requires I840f76c2dcfc6354a6a7499c527bfe44770b1f34 Change-Id: Ib8ef639917e8f301310ef7d95153b6258397c32a --- M zuul/layout.yaml M zuul/parameter_functions.py 2 files changed, 6 insertions(+), 1 deletion(-) Approvals: jenkins-bot: Verified diff --git a/zuul/layout.yaml b/zuul/layout.yaml index e9cd19d..58b6468 100644 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -4834,8 +4834,12 @@ - name: mediawiki/extensions/LightweightRDFa template: - - name: jsonlint + - name: composer-test - name: extension-unittests-generic + - name: npm + check: + - jsonlint + - jshint - name: mediawiki/extensions/Limn template: diff --git a/zuul/parameter_functions.py b/zuul/parameter_functions.py index dd2b0c4..f7d596f 100644 --- a/zuul/parameter_functions.py +++ b/zuul/parameter_functions.py @@ -68,6 +68,7 @@ 'Kartographer': ['VisualEditor'], 'LanguageTool': ['VisualEditor'], 'LifeWeb': ['LifeWebCore'], + 'LightweightRDFa': ['WikiEditor'], 'Maps': ['Validator'], 'MassMessage': ['LiquidThreads'], 'Math': ['VisualEditor', 'Wikidata'], -- To view, visit https://gerrit.wikimedia.org/r/281582 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib8ef639917e8f301310ef7d95153b6258397c32a Gerrit-PatchSet: 2 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
