Paladox has uploaded a new change for review. https://gerrit.wikimedia.org/r/281582
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(-) git pull ssh://gerrit.wikimedia.org:29418/integration/config refs/changes/82/281582/1 diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 2e858f6..f57f6ef 100644 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -4822,8 +4822,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: newchange Gerrit-Change-Id: Ib8ef639917e8f301310ef7d95153b6258397c32a Gerrit-PatchSet: 1 Gerrit-Project: integration/config Gerrit-Branch: master Gerrit-Owner: Paladox <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
