From 6fb51df5f1e08df7d11572f8557f2e9017ea1524 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 11 Jan 2023 18:23:53 +0900 Subject: [PATCH] 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 --- zuul.d/layout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul.d/layout.yaml b/zuul.d/layout.yaml index 990a090df..80084f6b8 100644 --- a/zuul.d/layout.yaml +++ b/zuul.d/layout.yaml @@ -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: