From e321f1be7110af7eb746c37df2553e9fbb1f26da Mon Sep 17 00:00:00 2001 From: Tom Barron Date: Fri, 17 Nov 2017 13:46:03 -0500 Subject: [PATCH] Switch to pep8 jobs for manila-specs With the move to zuulv3, the openstack-tox-py* job definitions ignore doc only changes, so we have dropped triggering doc checks from the py27,py35 targets and are instead running doc8 against the spec directory from the pep8 target. Switch the configure check and gate jobs to run pep8 so that we can catch and prevent formatting errors in new specs. Change-Id: Ie01d83ab3c022057281b080f6822d644a0cf57e9 Depends-On: I82c8dbec713fc5575fd03c0ae290bf190bbdf8ca --- zuul.d/projects.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zuul.d/projects.yaml b/zuul.d/projects.yaml index 0a473e7c9d..b5ba92c973 100644 --- a/zuul.d/projects.yaml +++ b/zuul.d/projects.yaml @@ -8421,10 +8421,10 @@ - openstack-specs-jobs check: jobs: - - openstack-tox-py27 + - openstack-tox-pep8 gate: jobs: - - openstack-tox-py27 + - openstack-tox-pep8 - project: name: openstack/manila-tempest-plugin