jenkins-bot has submitted this change and it was merged. Change subject: [BlockAndNuke] Update Jenkins tests ......................................................................
[BlockAndNuke] Update Jenkins tests Move from extension-unittests to extension-unittests-generic since the test are fixed and no longer need a vote no. https://gerrit.wikimedia.org/r/#/c/264596/ Also add jsonlint test since this repo has json files. Change-Id: I7d058b4337dc9dfaa2ecdc97a47d31096f411556 --- M jjb/mediawiki-extensions.yaml M zuul/layout.yaml 2 files changed, 2 insertions(+), 4 deletions(-) Approvals: Hashar: Looks good to me, approved jenkins-bot: Verified diff --git a/jjb/mediawiki-extensions.yaml b/jjb/mediawiki-extensions.yaml index 4615620..7c6ffaf 100644 --- a/jjb/mediawiki-extensions.yaml +++ b/jjb/mediawiki-extensions.yaml @@ -442,7 +442,6 @@ - Auth_remoteuser - AWS - Babel - - BlockAndNuke - BookManager - CheckUser - CiteThisPage diff --git a/zuul/layout.yaml b/zuul/layout.yaml index eaf56b9..131bbba 100644 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -897,8 +897,6 @@ voting: false - name: ^mwext-AWS-testextension.* voting: false - - name: ^mwext-BlockAndNuke-testextension.* - voting: false - name: ^mwext-Contest-testextension.* voting: false - name: ^mwext-CryoKey-testextension.* @@ -4091,7 +4089,8 @@ - name: mediawiki/extensions/BlockAndNuke template: - - name: extension-unittests + - name: jsonlint + - name: extension-unittests-generic # meta repo containing a bunch of extensions. Would need one day a proper job # that loads all of them and run test suite. -- To view, visit https://gerrit.wikimedia.org/r/264598 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7d058b4337dc9dfaa2ecdc97a47d31096f411556 Gerrit-PatchSet: 4 Gerrit-Project: integration/config Gerrit-Branch: master Gerrit-Owner: Paladox <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
