From 4a451287df43b53bc4144b22964a7ca9d85a5f71 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 14 Oct 2022 15:47:19 -0700 Subject: [PATCH] Run pep8 and unittest jobs out of in repo config This was specified in project-config but got stale there. We move the config here so that we can specify up to date jobs that make sense. Depends-On: https://review.opendev.org/c/openstack/project-config/+/861482 Change-Id: I460d06b23639fae2d1b8898ed35a4e6914367a86 --- .zuul.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 050e677..e0aff81 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -64,11 +64,15 @@ release_python: python3 check: jobs: + - tox-pep8 + - tox-py38 - opendev-buildset-registry - grafyaml-build-image - project-config-grafana gate: jobs: + - tox-pep8 + - tox-py38 - grafyaml-upload-image promote: jobs: