Fix invalid job dependency
The latest python3 job template does not contain python 3.9 job but only 3.8 and 3.10 jobs. This updates the dependency to avoid the error. Change-Id: I733856564c552843df3e02045ead634e7e8bfb0d
This commit is contained in:
parent
e99678a597
commit
6fb51df5f1
@ -20,7 +20,7 @@
|
||||
- tripleo-ci-centos-9-content-provider:
|
||||
dependencies: &deps_unit_lint
|
||||
- openstack-tox-linters
|
||||
- openstack-tox-py39
|
||||
- openstack-tox-py310
|
||||
- tripleo-buildimage-overcloud-full-centos-9:
|
||||
dependencies: *deps_unit_lint
|
||||
- tripleo-buildimage-ironic-python-agent-centos-9:
|
||||
|
Loading…
Reference in New Issue
Block a user