From ccc2cd10ed567757d03e5e07cdfcf9cc50079671 Mon Sep 17 00:00:00 2001 From: Sun Austin Date: Thu, 23 Aug 2018 13:38:51 +0800 Subject: [PATCH] adding tox-pep8 as zuul gate enable test for pep8 code check and enable vote zuul for pep8 code check. This will gate code check to make sure code quality. in currently codebase with change https://review.openstack.org/#/c/595484/ and https://review.openstack.org/#/c/595451/ The pep8 check is clean. Change-Id: Iadd3fa8ebcd7da194d4402b6def7ab9d70d86919 Story: 2003428 Task: 24815 Signed-off-by: Sun Austin --- .zuul.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 03a8bd5c..89f808db 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -2,5 +2,9 @@ - project: check: jobs: - - openstack-tox-pep8: - voting: false + - openstack-tox-pep8 + + gate: + jobs: + - openstack-tox-pep8 +