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
This commit is contained in:
Clark Boylan 2022-10-14 15:47:19 -07:00
parent 53a0ccadb3
commit 4a451287df
1 changed files with 4 additions and 0 deletions

View File

@ -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: