oVirt / vdsm

The Virtual Desktop Server Manager
GNU General Public License v2.0
160 stars 201 forks source link

CIs: test with el9stream #334

Closed aesteve-rh closed 1 year ago

aesteve-rh commented 1 year ago

Add centos-stream-9 Dockerfile to the docker folder so that it can be built, and used in the pipelines.

Signed-off-by: Albert Esteve aesteve@redhat.com

aesteve-rh commented 1 year ago

An (almost) passing run in my fork: https://github.com/aesteve-rh/vdsm/actions/runs/3172453877

Also, we would need to update the expected CI jobs.

mz-pdm commented 1 year ago

Looks good to me. What's the permission problem when pulling the containers?

aesteve-rh commented 1 year ago

I had introduced an error when reverting the name of the user for the container repositories to oVirt, since I was using my own user for testing. Fixed in the last push.

What's the permission problem when pulling the containers? In its current status, I have not pushed the centos-9 containers to the ovirt quay.io repository, so they will fail. Which cancels centos-8 jobs, not sure why :/

nirs commented 1 year ago

In its current status, I have not pushed the centos-9 containers to the ovirt quay.io repository, so they will fail. Which cancels centos-8 jobs, not sure why :/

If the container works, please push it to quay so we can make progress with this pr.