
The deploy.yml playbook previously called deploy-container.yml, but this was changed to call itself when podman support was added [1]. It would then recursively loop until failure. This change reverts that, so deploy-container.yml is called instead. Add a test to seed jobs, to catch any regression in CI. [1] https://review.opendev.org/c/openstack/kayobe/+/909686 Closes-Bug: #2114845 Change-Id: I825ab7331fbe8f28c17b87ff79a436144426a78c
6 lines
144 B
YAML
6 lines
144 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes an infinite loop when deploying seed containers.
|
|
`LP#2114845 <https://bugs.launchpad.net/kayobe/+bug/2114845>`__
|