
On Mon, Jan 31, 2022 at 07:00:59PM +0100, Erik Skultety wrote:
Signed-off-by: Erik Skultety <eskultet@redhat.com> --- ci/containers/centos-stream-9.Dockerfile | 87 ++++++++++++++++++++++++ ci/gitlab.yml | 14 ++++ ci/manifest.yml | 3 + 3 files changed, 104 insertions(+) create mode 100644 ci/containers/centos-stream-9.Dockerfile
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
diff --git a/ci/gitlab.yml b/ci/gitlab.yml index 8e27bca812..03dee70480 100644 --- a/ci/gitlab.yml +++ b/ci/gitlab.yml @@ -94,6 +94,13 @@ x86_64-centos-stream-8-container: NAME: centos-stream-8
+x86_64-centos-stream-9-container: + extends: .container_job + allow_failure: false + variables: + NAME: centos-stream-9 + + x86_64-debian-10-container: extends: .container_job allow_failure: false @@ -401,6 +408,13 @@ x86_64-centos-stream-8: variables: NAME: centos-stream-8
+x86_64-centos-stream-9: + extends: .native_build_job + needs: + - x86_64-centos-stream-9-container + allow_failure: false + variables: + NAME: centos-stream-9
Bearing in mind that c9s is an unreleased distro, we might find ourselves needing allow_failure: true - hopefully not, but lets keep an eye on how reliable this is once merged. Regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|