]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
ci: Regenerate files
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 27 Apr 2023 06:48:21 +0000 (08:48 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 27 Apr 2023 13:02:42 +0000 (15:02 +0200)
This removes minor version number from OpenSUSE LEAP target names
and on CentOS Stream 9 installs flake8 from repositories, instead
of pip.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
ci/buildenv/centos-stream-9.sh
ci/buildenv/opensuse-leap-15.sh [moved from ci/buildenv/opensuse-leap-154.sh with 100% similarity]
ci/containers/centos-stream-9.Dockerfile
ci/containers/opensuse-leap-15.Dockerfile [moved from ci/containers/opensuse-leap-154.Dockerfile with 100% similarity]
ci/gitlab/builds.yml
ci/gitlab/containers.yml
ci/manifest.yml

index 79d74d9b2b2ee3c691bed70193ed682e1720fbbf..454e1f63229f87a7d4a8596b579f55aab89b609e 100644 (file)
@@ -68,9 +68,7 @@ function install_buildenv() {
         polkit \
         python3 \
         python3-docutils \
-        python3-pip \
-        python3-setuptools \
-        python3-wheel \
+        python3-flake8 \
         qemu-img \
         readline-devel \
         rpcgen \
@@ -88,7 +86,6 @@ function install_buildenv() {
     ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc
     ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/clang
     ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
-    /usr/bin/pip3 install flake8
 }
 
 export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers"
index 64780313790d1110ac6bcebf41daac48c9ab2117..47e9008b7241e8a68e38157d87277c3b2a8a654a 100644 (file)
@@ -69,9 +69,7 @@ RUN dnf distro-sync -y && \
         polkit \
         python3 \
         python3-docutils \
-        python3-pip \
-        python3-setuptools \
-        python3-wheel \
+        python3-flake8 \
         qemu-img \
         readline-devel \
         rpcgen \
@@ -92,8 +90,6 @@ RUN dnf distro-sync -y && \
     ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/clang && \
     ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
 
-RUN /usr/bin/pip3 install flake8
-
 ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
 ENV LANG "en_US.UTF-8"
 ENV MAKE "/usr/bin/make"
index 545478d3516d45c15be8efb89551c7669fdac8f3..258d7a1da7d78fb68d928455f9c987dca9cacdea 100644 (file)
@@ -285,23 +285,23 @@ x86_64-fedora-rawhide-clang-local-env:
     RPM: skip
 
 
-x86_64-opensuse-leap-154-prebuilt-env:
+x86_64-opensuse-leap-15-prebuilt-env:
   extends: .native_build_job_prebuilt_env
   needs:
-    - job: x86_64-opensuse-leap-154-container
+    - job: x86_64-opensuse-leap-15-container
       optional: true
   allow_failure: false
   variables:
-    NAME: opensuse-leap-154
+    NAME: opensuse-leap-15
     RPM: skip
 
-x86_64-opensuse-leap-154-local-env:
+x86_64-opensuse-leap-15-local-env:
   extends: .native_build_job_local_env
   needs: []
   allow_failure: false
   variables:
     IMAGE: registry.opensuse.org/opensuse/leap:15.4
-    NAME: opensuse-leap-154
+    NAME: opensuse-leap-15
     RPM: skip
 
 
index 150df265190d62329ac79e0cb0fd52c2d68425e1..5a02843ed9ee171156ff36a06031ad9e837e0625 100644 (file)
@@ -77,11 +77,11 @@ x86_64-fedora-rawhide-container:
     NAME: fedora-rawhide
 
 
-x86_64-opensuse-leap-154-container:
+x86_64-opensuse-leap-15-container:
   extends: .container_job
   allow_failure: false
   variables:
-    NAME: opensuse-leap-154
+    NAME: opensuse-leap-15
 
 
 x86_64-opensuse-tumbleweed-container:
index b68c7361abb435dbc664c73fd22f98af679f4010..82b84636053f455c8edf246543f5a2a239fef426 100644 (file)
@@ -160,7 +160,7 @@ targets:
 
   freebsd-13: x86_64
 
-  opensuse-leap-154:
+  opensuse-leap-15:
     jobs:
       - arch: x86_64
         variables: