Paladox has uploaded a new change for review. https://gerrit.wikimedia.org/r/271498
Change subject: [Survey] Update extension unit tests to no voting and also update other tests on the repo ...................................................................... [Survey] Update extension unit tests to no voting and also update other tests on the repo Replace jslint with jshint and jsonlint https://gerrit.wikimedia.org/r/#/c/271494/ Bug: T63637 Change-Id: Id830b7d9c0c3a92cd101c049d1b298e89db50ed0 --- M jjb/mediawiki-extensions.yaml M zuul/layout.yaml 2 files changed, 1 insertion(+), 4 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/integration/config refs/changes/98/271498/1 diff --git a/jjb/mediawiki-extensions.yaml b/jjb/mediawiki-extensions.yaml index 700eea5..1daea62 100644 --- a/jjb/mediawiki-extensions.yaml +++ b/jjb/mediawiki-extensions.yaml @@ -695,7 +695,6 @@ - mwext-StringFunctionsEscaped - mwext-SubpageFun - mwext-Suhosin - - mwext-Survey - mwext-SVGEdit - mwext-SwarmExport - mwext-SwiftMailer diff --git a/zuul/layout.yaml b/zuul/layout.yaml index f95e5ae..0844eaf 100644 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -794,8 +794,6 @@ voting: false - name: mwext-SideBarMenu-jslint # bug 61636 voting: false - - name: mwext-Survey-jslint # bug 61637 - voting: false - name: wikimedia-fundraising-crm-jslint voting: false # Start of new currently disabled extensions checks from mass extension import - Addshore @@ -6968,7 +6966,7 @@ - name: mediawiki/extensions/Survey template: - name: extension-jslint - - name: extension-unittests-generic + - name: extension-unittests-non-voting - name: mediawiki/extensions/SVGEdit template: -- To view, visit https://gerrit.wikimedia.org/r/271498 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id830b7d9c0c3a92cd101c049d1b298e89db50ed0 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
