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:
parent
afbb77a435
commit
1491095ce3
@ -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
|
Loading…
Reference in New Issue
Block a user