Update CI to use unversioned jobs template

As part of the migration of this project to the independent release
model, we failed to notice that the job template was still tied to a
specific release. We've now introduced a new unversioned job template,
'openstack-python3-jobs' [1], which was can and should use. Do this.

[1] https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/833286/

NOTE:
This adds six to requirements to make that required library installed.
This will be removed later when we get rid of usage of the six library.

Depends-On: https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/833286/
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Change-Id: I906db4eeb673b667667f9706e0084fe441769e84
This commit is contained in:
Stephen Finucane 2022-03-15 15:06:04 +00:00 committed by Takashi Kajinami
parent 322e0d753f
commit 8b3f27b22a
2 changed files with 2 additions and 1 deletions

View File

@ -2,5 +2,5 @@
- project:
templates:
- check-requirements
- openstack-python3-wallaby-jobs
- openstack-python3-jobs
- release-notes-jobs-python3

View File

@ -1,2 +1,3 @@
python-ldap>=3.0.0 # PSF
PrettyTable>=0.7.2
six>=1.10.0 # MIT