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:
Takashi Kajinami 2023-01-11 18:23:53 +09:00
parent e99678a597
commit 6fb51df5f1
1 changed files with 1 additions and 1 deletions

View File

@ -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: