qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 01/12] gitlab: move linux user build job from CentOS 7 to Cen


From: Thomas Huth
Subject: Re: [PATCH 01/12] gitlab: move linux user build job from CentOS 7 to CentOS 8
Date: Tue, 11 May 2021 15:54:26 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.0

On 11/05/2021 15.26, Daniel P. Berrangé wrote:
It has been over two years since RHEL-8 was released, and thus per the
platform build policy, we no longer need to support RHEL-7 as a build
target.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
  .gitlab-ci.yml                          | 6 +++---
  tests/docker/dockerfiles/centos8.docker | 1 +
  2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dcb6317aac..23917d6d73 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -441,12 +441,12 @@ build-user-plugins:
      MAKE_CHECK_ARGS: check-tcg
    timeout: 1h 30m
-build-user-centos7:
+build-user-centos8:
    <<: *native_build_job_definition
    needs:
-    job: amd64-centos7-container
+    job: amd64-centos8-container
    variables:
-    IMAGE: centos7
+    IMAGE: centos8

We urgently should decrease our huge amount of jobs ... What about removing this job completely? We already have the "build-user" job that tests the compilation on Debian, which is likely at a similar library level as centos8, so I doubt that we get much additional test coverage from this job here when it's running on Centos 8.

 Thomas





reply via email to

[Prev in Thread] Current Thread [Next in Thread]