summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJán Tomko <jtomko@redhat.com>2021-04-06 20:29:08 +0200
committerJán Tomko <jtomko@redhat.com>2021-04-06 20:29:08 +0200
commitbded4a72c8585bd5f9f4b71223c36d0cc85f1871 (patch)
tree69251f4f4a7b173198334b660ca7d8ae596500ff
parent8e1398f31fac9119d720f860fb0db3fe15435e74 (diff)
downloadlibvirt-python-bded4a72c8585bd5f9f4b71223c36d0cc85f1871.tar.gz
ci: drop openSUSE leap 15.1 in favor of 15.2
Signed-off-by: Ján Tomko <jtomko@redhat.com>
-rw-r--r--.gitlab-ci.yml10
-rw-r--r--ci/containers/ci-opensuse-152.Dockerfile (renamed from ci/containers/ci-opensuse-151.Dockerfile)9
2 files changed, 10 insertions, 9 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5ec7864..c92c6c0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -116,10 +116,10 @@ fedora-rawhide-container:
variables:
NAME: fedora-rawhide
-opensuse-151-container:
+opensuse-152-container:
<<: *container_job_definition
variables:
- NAME: opensuse-151
+ NAME: opensuse-152
RPM: skip
ubuntu-1804-container:
@@ -197,12 +197,12 @@ fedora-rawhide-dist-build:
variables:
NAME: fedora-rawhide
-opensuse-151-dist-build:
+opensuse-152-dist-build:
<<: *dist_build_job_definition
needs:
- - opensuse-151-container
+ - opensuse-152-container
variables:
- NAME: opensuse-151
+ NAME: opensuse-152
RPM: skip
ubuntu-1804-dist-build:
diff --git a/ci/containers/ci-opensuse-151.Dockerfile b/ci/containers/ci-opensuse-152.Dockerfile
index 2d82f24..0251eb4 100644
--- a/ci/containers/ci-opensuse-151.Dockerfile
+++ b/ci/containers/ci-opensuse-152.Dockerfile
@@ -1,9 +1,10 @@
# THIS FILE WAS AUTO-GENERATED
#
-# $ lcitool dockerfile opensuse-151 libvirt+dist,libvirt-python
+# $ lcitool dockerfile opensuse-152 libvirt+dist,libvirt-python
#
-# https://gitlab.com/libvirt/libvirt-ci/-/commit/b098ec6631a85880f818f2dd25c437d509e53680
-FROM registry.opensuse.org/opensuse/leap:15.1
+# https://gitlab.com/libvirt/libvirt-ci/-/commit/94c25bde639eb31ff2071fb6abfd3d5c777f4ab2
+
+FROM registry.opensuse.org/opensuse/leap:15.2
RUN zypper update -y && \
zypper install -y \
@@ -14,7 +15,7 @@ RUN zypper update -y && \
glibc-locale \
libvirt-devel \
pkgconfig \
- python3 \
+ python3-base \
python3-devel \
python3-lxml \
python3-nose \