On 3/23/23 15:53, Peter Krempa wrote:
As a precursor to dropping the EOL OpenSUSE 15.3 job add first the
definitions for the replacement version.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
Posting this one separately so that we validate that the container
images can be built successfully before converting any jobs.
I've witnessed some failures in the libvirt-ci repo regarding building
the 15.4 container.
ci/buildenv/opensuse-leap-154.sh | 96 +++++++++++++++++++++
ci/containers/opensuse-leap-154.Dockerfile | 97 ++++++++++++++++++++++
ci/gitlab/builds.yml | 20 +++++
ci/gitlab/containers.yml | 7 ++
ci/manifest.yml | 6 ++
5 files changed, 226 insertions(+)
create mode 100644 ci/buildenv/opensuse-leap-154.sh
create mode 100644 ci/containers/opensuse-leap-154.Dockerfile
Reviewed-by: Michal Privoznik <mprivozn(a)redhat.com>
Michal