-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci/container.yml: build also vdsm-test containers #337
ci/container.yml: build also vdsm-test containers #337
Conversation
ec69138
to
8723da6
Compare
Back one step, due to recent changes in ovirt-imageio (that already uses a single repository for tests, with distro as tag). |
e6731b1
to
86569ed
Compare
Already created the repository: https://quay.io/repository/ovirt/vdsm-test |
Change the image name format to be consistent with network container images. In the new format, the distro is determined by the tag. Before: test-vdsm-centos-8:latest test-vdsm-centos-9:latest After: test-vdsm:centos-8 test-vdsm:centos-9 Signed-off-by: Albert Esteve <aesteve@redhat.com>
Add alma-9 distro to test containers. Signed-off-by: Albert Esteve <aesteve@redhat.com>
86569ed
to
848280c
Compare
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>
848280c
to
8200090
Compare
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:
Signed-off-by: Albert Esteve aesteve@redhat.com