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:
parent
322e0d753f
commit
8b3f27b22a
@ -2,5 +2,5 @@
|
||||
- project:
|
||||
templates:
|
||||
- check-requirements
|
||||
- openstack-python3-wallaby-jobs
|
||||
- openstack-python3-jobs
|
||||
- release-notes-jobs-python3
|
||||
|
@ -1,2 +1,3 @@
|
||||
python-ldap>=3.0.0 # PSF
|
||||
PrettyTable>=0.7.2
|
||||
six>=1.10.0 # MIT
|
||||
|
Loading…
Reference in New Issue
Block a user