From 8f5ed3aba7af18e8cb6cc0e382cbe825fd39d4fd Mon Sep 17 00:00:00 2001 From: Luigi Toscano Date: Mon, 9 Oct 2017 15:24:24 +0200 Subject: [PATCH] Add a shared openstack-tox-pylint job There are many legacy-*-pylint jobs which are just wrappers to the pylint tox environment, so define a shared job for them. Change-Id: I71f7d6c0275b5f685b6b3b508ff1908c616ceae3 --- zuul.d/jobs.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 9d456563..62ffc4d2 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -310,6 +310,20 @@ vars: tox_envlist: validate +- job: + name: openstack-tox-pylint + parent: openstack-tox + description: | + Runs pylint tests. + + Uses tox with the ``pylint`` environment. + irrelevant-files: + - ^.*\.rst$ + - ^doc/.*$ + - ^releasenotes/.*$ + vars: + tox_envlist: pylint + - job: name: openstack-tox-compare-cover parent: openstack-tox