osbuild / osbuild-composer

An HTTP service for building bootable OS images.
https://www.osbuild.org
Apache License 2.0
160 stars 108 forks source link

test/cases: adapt upgrade to support rhel9to10 #4319

Closed jrusz closed 1 month ago

jrusz commented 1 month ago

This pull request includes:

jrusz commented 1 month ago

I've separated the rename into a different commit but Github still didn't get it. All the important changes are in the first commit. @bcl @thozza could you give me a review please?

jrusz commented 1 month ago

There is some bash trickery going on that's failing the nightly pipelines, need to investigate.

jrusz commented 1 month ago

:facepalm: So apparently when you execute a script with an argument and then source another script from within that script it gets that argument passed as well which broke my new logic in define-compose-url.sh ... I've expanded the check to also check that it's float, so should be fine now.