Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci/container.yml: build also vdsm-test containers
Build also vdsm test containers in the weekly build workflow. Add another job to the containers workflow to build and upload test containers in `docker` directory. For test containers, build each distro separately and push it to the same repository with a different tag. Final tree of Vdsm repositories: . └── ovirt/ ├── ovirt-vdsm-network-tests-functional: │ ├── centos-8 │ ├── centos-9 │ └── alma-9 ├── ovirt-vdsm-network-tests-integration: │ ├── centos-8 │ ├── centos-9 │ └── alma-9 ├── ovirt-vdsm-network-tests-unit: │ ├── centos-8 │ ├── centos-9 │ └── alma-9 └── ovirt-test: ├── centos-8 ├── centos-9 └── alma-9 Signed-off-by: Albert Esteve <aesteve@redhat.com>
- Loading branch information