From c8a084937e5589b47e6463c9b180a3abf402e1bc Mon Sep 17 00:00:00 2001 From: Martin Kopec Date: Thu, 23 Apr 2020 15:54:15 +0000 Subject: [PATCH] Add pep8 job By removing openstack-python-jobs zuul template when we dropped support for python2 we accidentally removed pep8 job as well as it was part of that template. This review adds the pep8 job explicitely. Change-Id: I9c1c5cf1667d95de91533c2a266263a66ece365e --- .zuul.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 8bdabf12..bb61a6a4 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -7,6 +7,7 @@ - release-notes-jobs-python3 check: jobs: + - openstack-tox-pep8 - python-tempestconf-tempest-devstack-admin - python-tempestconf-tempest-devstack-admin-train - python-tempestconf-tempest-devstack-admin-stein @@ -19,6 +20,7 @@ - refstack-client-devstack-tempestconf gate: jobs: + - openstack-tox-pep8 - python-tempestconf-tempest-devstack-admin - python-tempestconf-tempest-devstack-admin-train - python-tempestconf-tempest-devstack-admin-stein