jenkins-bot has submitted this change and it was merged. Change subject: [EventLogging] switch to tox-jessie ......................................................................
[EventLogging] switch to tox-jessie Use a single entry point to run Python tests. Source change https://gerrit.wikimedia.org/r/#/c/246846/ Change-Id: I4ae1885cd70970bb2dbfbf07db83387aa1f529e3 --- M zuul/layout.yaml 1 file changed, 2 insertions(+), 6 deletions(-) Approvals: Hashar: Looks good to me, approved jenkins-bot: Verified diff --git a/zuul/layout.yaml b/zuul/layout.yaml index b3fab14..639989e 100644 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -3571,13 +3571,9 @@ check: - jsonlint test: - - tox-flake8 - - tox-flake8-bin - - tox-py27-jessie + - tox-jessie gate-and-submit: - - tox-flake8 - - tox-flake8-bin - - tox-py27-jessie + - tox-jessie - name: mediawiki/extensions/ExpandTemplates template: -- To view, visit https://gerrit.wikimedia.org/r/246845 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I4ae1885cd70970bb2dbfbf07db83387aa1f529e3 Gerrit-PatchSet: 3 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
