jenkins-bot has submitted this change and it was merged. Change subject: [TranslationNotifications] Update tests ......................................................................
[TranslationNotifications] Update tests Add composer-test Remove phpcs test which is replaced by the composer-test. Move jshint test to check: since jshint test added to npm. Source change: https://gerrit.wikimedia.org/r/#/c/243208/ Bug: T90943 Change-Id: Ifefdfd74a8282c87777db0de7255eca118e968e7 --- M jjb/mediawiki-extensions.yaml M zuul/layout.yaml 2 files changed, 2 insertions(+), 5 deletions(-) Approvals: Hashar: Looks good to me, approved jenkins-bot: Verified diff --git a/jjb/mediawiki-extensions.yaml b/jjb/mediawiki-extensions.yaml index 58f1371..24a7822 100644 --- a/jjb/mediawiki-extensions.yaml +++ b/jjb/mediawiki-extensions.yaml @@ -998,7 +998,6 @@ - '{name}-phpcs-HEAD': name: - mwext-cldr - - mwext-TranslationNotifications - project: name: 'mwext-CirrusSearch' diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 40a209a..2f314b4 100644 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -7326,14 +7326,12 @@ - name: mediawiki/extensions/TranslationNotifications template: - - name: jshint + - name: composer-test - name: extension-unittests - - name: extension-phpcs - name: npm check: - jsonlint - experimental: - - php-composer-test + - jshint - name: mediawiki/extensions/Transliterator template: -- To view, visit https://gerrit.wikimedia.org/r/243209 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ifefdfd74a8282c87777db0de7255eca118e968e7 Gerrit-PatchSet: 6 Gerrit-Project: integration/config Gerrit-Branch: master Gerrit-Owner: Paladox <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: Paladox <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
