Update job config.

In Switch to 2023.2 testing runtime py version (7f56f206e6) we added
the openstack-python3-jobs template to the zuul config.  This doesn't
work for the elections repo as we don't have a pep8 target, and we also
do not want to add publish-openstack-python-branch-tarball to the
promote pipeline.

Instead just opencode the python jobs.

Change-Id: I289f16d95e19da2e546300dd2a2376f2ccd3ac86
This commit is contained in:
Tony Breeds 2023-08-17 09:59:12 -05:00
parent afbb77a435
commit 1491095ce3

View File

@ -1,16 +1,21 @@
- project:
templates:
- build-openstack-docs-pti
- openstack-python3-jobs
check:
jobs:
- openstack-tox-py38
- openstack-tox-py39
- openstack-tox-py310
- openstack-tox-linters
- election-tox-ci-checks-review
- election-tox-ci-checks-election
gate:
jobs:
- openstack-tox-py38
- openstack-tox-py39
- openstack-tox-py310
- openstack-tox-linters
- election-tox-ci-checks-election
promote:
jobs:
- promote-governance-election
- promote-governance-election