distro/rhel90: add RHEL9 support

osbuild-composer can now build rhel 9.0 images.
Added support is limited to qcow2 image type.
This commit is contained in:
Jozef Mikovic 2021-03-10 10:39:31 +01:00 committed by Tom Gundersen
parent 4a47ad36af
commit a9e8ea2a21
13 changed files with 43051 additions and 4 deletions

View file

@ -715,7 +715,7 @@ class TestCaseMatrixGenerator(contextlib.AbstractContextManager):
if stderr.find("net/http: TLS handshake timeout") != -1:
continue
else:
log.info("Generating test case for %s-%s-%s - SUCCEEDED", distro, arch, image_type)
log.info("Generating test case for %s-%s-%s - SUCCEEDED\nstdout: %s\nstderr: %s", distro, arch, image_type, stdout, stderr)
# don't retry if the process ended successfully or if there was a different error
break