tripleo-common/releasenotes/notes/remove-tempest-container-support-596426994bbb5c9d.yaml
Arx Cruz 3496457ec0 Removing tempest container build
The tempest container was used with validate-tempest, which is right now
deprecated, and all the jobs running upstream are using os_tempest,
which doesn't rely on containerized tempest, but only on the rpm
packages and/or install tempest directly from git.
The tempest container image is no longer being used.

Depends-On: https://review.opendev.org/c/openstack/tripleo-quickstart/+/778447

Related-Bug: #1916875

Change-Id: I4dc869019a04bf092f8c219e470be55f3bc682d3
2021-03-09 14:44:40 +05:30

9 lines
311 B
YAML

---
removal:
- |
Support of Tempest container is removed in favor of os_tempest
ansible role.
As it is no longer tested by the CI team and not used anywhere.
Since tempest is a standalone OpenStack validation tool, can be
used via installing through rpm package, which is fully supported.